368db315a63b9d481e3c99ce5d5e294d64f5adba
Files Diff
- Added: 2
- Removed: 3
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private removeAllQueues0(peerId String) : void from class org.apache.hadoop.hbase.master.replication.ReplicationPeerManager to public removeAllQueues(queueStorage ReplicationQueueStorage, peerId String) : void from class org.apache.hadoop.hbase.replication.ReplicationUtils | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type fixReplication : Boolean to fixReplication : boolean in method public doFsck(conf Configuration, fixAssignments boolean, fixMeta boolean, fixHdfsHoles boolean, fixHdfsOverlaps boolean, fixHdfsOrphans boolean, fixTableOrphans boolean, fixVersionFile boolean, fixReferenceFiles boolean, fixHFileLinks boolean, fixEmptyMetaRegionInfo boolean, fixTableLocks boolean, fixReplication boolean, table TableName) : HBaseFsck in class org.apache.hadoop.hbase.util.hbck.HbckTestingUtil | From | To | |
Move Method | 2 | ||
Move Method public getPeerClusterConfiguration(peerConfig ReplicationPeerConfig, baseConf Configuration) : Configuration from class org.apache.hadoop.hbase.replication.ReplicationPeers to public getPeerClusterConfiguration(peerConfig ReplicationPeerConfig, baseConf Configuration) : Configuration from class org.apache.hadoop.hbase.replication.ReplicationUtils | From | To | |
Move Method public getUnDeletedQueues() : Map<ServerName,List<String>> from class org.apache.hadoop.hbase.master.cleaner.ReplicationZKNodeCleaner to private getUnDeletedQueues() : Map<ServerName,List<String>> from class org.apache.hadoop.hbase.util.hbck.ReplicationChecker | From | To | |
Move Attribute | 2 | ||
Move Attribute private peerStorage : ReplicationPeerStorage from class org.apache.hadoop.hbase.master.cleaner.ReplicationZKNodeCleaner to private peerStorage : ReplicationPeerStorage from class org.apache.hadoop.hbase.util.hbck.ReplicationChecker | From | To | |
Move Attribute private queueStorage : ReplicationQueueStorage from class org.apache.hadoop.hbase.master.cleaner.ReplicationZKNodeCleaner to private queueStorage : ReplicationQueueStorage from class org.apache.hadoop.hbase.util.hbck.ReplicationChecker | From | To | |
Extract Method | 1 | ||
Extract Method private getUnDeletedQueues() : Map<ServerName,List<String>> extracted from public checkUnDeletedQueues() : void in class org.apache.hadoop.hbase.util.hbck.ReplicationChecker | From | To |