d91784e6665c61aef96f4307a847aa197bd25587
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method public isPeerEnabled() : boolean from class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource to public isPeerEnabled() : boolean from class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface | From | To | |
| Move Method | 1 | ||
| Move Method public sleepForRetries(msg String, sleepMultiplier int) : boolean from class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper to public sleepForRetries(msg String, sleepForRetries long, sleepMultiplier int, maxRetriesMultiplier int) : boolean from class org.apache.hadoop.hbase.replication.ReplicationUtils | From | To | |
| Merge Parameter | 2 | ||
| Merge Parameter [queueId : String, queueRecovered : boolean] to source : ReplicationSourceInterface in method package cleanOldLogs(log String, inclusive boolean, source ReplicationSourceInterface) : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager | From | To | |
| Merge Parameter [queueId : String, queueRecovered : boolean] to source : ReplicationSourceInterface in method public logPositionAndCleanOldLogs(source ReplicationSourceInterface, entryBatch WALEntryBatch) : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type hri : HRegionInfo to hri : RegionInfo in class org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager | From | To | |
| Change Attribute Type htd : HTableDescriptor to htd : TableDescriptor in class org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public getRemoteWALDirForPeer(remoteWALDir String, peerId String) : Path extracted from private createWAL(peerId String, remoteWALDir String) : DualAsyncFSWAL in class org.apache.hadoop.hbase.wal.SyncReplicationWALProvider & moved to class org.apache.hadoop.hbase.replication.ReplicationUtils | From | To |