123086edad75308f8682a491ff8affa545babe4c
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public getPeerClusterId() : String renamed to public getPeerId() : String in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource | From | To | |
| Rename Method public getPeerClusterId() : String renamed to public getPeerId() : String in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface | From | To | |
| Rename Method private isWorkerActive() : boolean renamed to protected isActive() : boolean in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipperThread | From | To | |
| Rename Method public getPeerClusterId() : String renamed to public getPeerId() : String in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy | From | To | |
| Push Down Attribute | 1 | ||
| Push Down Attribute package actualPeerId : String from class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource to private actualPeerId : String from class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource | From | To | |
| Move Class | 1 | ||
| Move Class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource.ReplicationSourceShipperThread moved to org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipperThread | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable logPrefix : String to walGroupId : String in method protected tryStartNewShipperThread(walGroupId String, queue PriorityBlockingQueue<Path>) : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource | From | To | |
| Extract Method | 2 | ||
| Extract Method protected tryStartNewShipperThread(walGroupId String, queue PriorityBlockingQueue<Path>) : void extracted from public run() : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource | From | To | |
| Extract Method protected tryStartNewShipperThread(walGroupId String, queue PriorityBlockingQueue<Path>) : void extracted from public enqueueLog(log Path) : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource | From | To |