65eb91f84ed27c47a1e6a7d9aca06c258be59a9d
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type ReplicationPeerZKImpl to ReplicationPeerImpl in method private createPeer(peerId String) : ReplicationPeerImpl in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl | From | To | |
Change Return Type ReplicationPeer to ReplicationPeerImpl in method public getConnectedPeer(peerId String) : ReplicationPeerImpl in class org.apache.hadoop.hbase.replication.ReplicationPeers | From | To | |
Change Return Type ReplicationPeer to ReplicationPeerImpl in method public getConnectedPeer(peerId String) : ReplicationPeerImpl in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl renamed to org.apache.hadoop.hbase.replication.ReplicationPeerImpl | From | To | |
Extract Variable | 1 | ||
Extract Variable peer : ReplicationPeerImpl in method public testReplicationPeers() : void from class org.apache.hadoop.hbase.replication.TestReplicationStateBasic | From | To | |
Change Variable Type | 4 | ||
Change Variable Type peer : ReplicationPeer to peer : ReplicationPeerImpl in method public disablePeer(peerId String) : void in class org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandlerImpl | From | To | |
Change Variable Type peer : ReplicationPeer to peer : ReplicationPeerImpl in method public updatePeerConfig(peerId String) : void in class org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandlerImpl | From | To | |
Change Variable Type peer : ReplicationPeerZKImpl to peer : ReplicationPeerImpl in method public createAndAddPeer(peerId String) : boolean in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl | From | To | |
Change Variable Type peer : ReplicationPeer to peer : ReplicationPeerImpl in method public enablePeer(peerId String) : void in class org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandlerImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type peerClusters : Map<String,ReplicationPeerZKImpl> to peerClusters : ConcurrentMap<String,ReplicationPeerImpl> in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl | From | To |