b71efcf1b0b1283ee6396ce330f0822f1e032df8
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method package newRaftClient(pipeline Pipeline, rpcType RpcType) : RaftClient from class org.apache.hadoop.scm.XceiverClientRatis to public newRaftClient(rpcType RpcType, leader RaftPeerId, peers List<RaftPeer>) : RaftClient from class org.apache.ratis.RatisHelper | From | To | |
Rename Variable | 1 | ||
Rename Variable servers : Collection<String> to port : int in method public newXceiverServerRatis(ozoneConf Configuration, dispatcher ContainerDispatcher) : XceiverServerRatis in class org.apache.hadoop.ozone.container.common.transport.server.ratis.XceiverServerRatis | From | To | |
Rename Attribute | 1 | ||
Rename Attribute DFS_CONTAINER_RATIS_DATANODE_ADDRESS : String to DFS_CONTAINER_RATIS_SERVER_ID : String in class org.apache.hadoop.ozone.OzoneConfigKeys | From | To | |
Change Variable Type | 1 | ||
Change Variable Type servers : Collection<String> to port : int in method public newXceiverServerRatis(ozoneConf Configuration, dispatcher ContainerDispatcher) : XceiverServerRatis in class org.apache.hadoop.ozone.container.common.transport.server.ratis.XceiverServerRatis | From | To |