f5dbbfe2e97a8c11e3df0f95ae4a493f11fdbc28
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public updateDatanodeMap(datanodeID UUID, containers Set<ContainerID>) : void renamed to public setContainersForDatanode(datanodeID UUID, containers Set<ContainerID>) : void in class org.apache.hadoop.hdds.scm.node.states.Node2ContainerMap | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type replicationCount : short to replicationCount : int in method public ReplicationRequest(containerId long, replicationCount int, timestamp long, expecReplicationCount int) in class org.apache.hadoop.hdds.scm.container.replication.ReplicationRequest | From | To | |
| Change Parameter Type expecReplicationCount : short to expecReplicationCount : int in method public ReplicationRequest(containerId long, replicationCount int, timestamp long, expecReplicationCount int) in class org.apache.hadoop.hdds.scm.container.replication.ReplicationRequest | From | To | |
| Change Return Type | 2 | ||
| Change Return Type short to int in method public getReplicationCount() : int in class org.apache.hadoop.hdds.scm.container.replication.ReplicationRequest | From | To | |
| Change Return Type short to int in method public getExpecReplicationCount() : int in class org.apache.hadoop.hdds.scm.container.replication.ReplicationRequest | From | To | |
| Rename Class | 1 | ||
| Rename Class org.apache.hadoop.hdds.scm.node.states.Node2ContainerMapTest renamed to org.apache.hadoop.hdds.scm.node.states.TestNode2ContainerMap | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type expecReplicationCount : short to expecReplicationCount : int in class org.apache.hadoop.hdds.scm.container.replication.ReplicationRequest | From | To | |
| Change Attribute Type replicationCount : short to replicationCount : int in class org.apache.hadoop.hdds.scm.container.replication.ReplicationRequest | From | To |