f67763ffa00ddb3115598dd0047783a8c4d27462
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getRemoteWALDirForPeer(remoteWALDir String, peerId String) : Path renamed to public getPeerRemoteWALDir(remoteWALDir String, peerId String) : Path in class org.apache.hadoop.hbase.replication.ReplicationUtils | From | To | |
Rename Method public getRemoteWALDirForPeer(remoteWALDir Path, peerId String) : Path renamed to public getPeerRemoteWALDir(remoteWALDir Path, peerId String) : Path in class org.apache.hadoop.hbase.replication.ReplicationUtils | From | To | |
Rename Method public removePeerReplayWALDir(peerId String) : void renamed to public snapshotPeerReplayWALDir(peerId String) : void in class org.apache.hadoop.hbase.master.replication.ReplaySyncReplicationWALManager | From | To | |
Move Method | 1 | ||
Move Method private getPeerReplayWALDir(peerId String) : Path from class org.apache.hadoop.hbase.master.replication.ReplaySyncReplicationWALManager to public getPeerReplayWALDir(remoteWALDir Path, peerId String) : Path from class org.apache.hadoop.hbase.replication.ReplicationUtils | From | To | |
Rename Attribute | 2 | ||
Rename Attribute remoteWALDir1 : Path to REMOTE_WAL_DIR1 : Path in class org.apache.hadoop.hbase.replication.SyncReplicationTestBase | From | To | |
Rename Attribute remoteWALDir2 : Path to REMOTE_WAL_DIR2 : Path in class org.apache.hadoop.hbase.replication.SyncReplicationTestBase | From | To | |
Extract Method | 2 | ||
Extract Method private deleteDir(dir Path, peerId String) : void extracted from public removePeerRemoteWALs(peerId String) : void in class org.apache.hadoop.hbase.master.replication.ReplaySyncReplicationWALManager | From | To | |
Extract Method protected createCombinedAsyncWriter(localWriter AsyncWriter, remoteWriter AsyncWriter) : AsyncWriter extracted from protected createWriterInstance(path Path) : AsyncWriter in class org.apache.hadoop.hbase.regionserver.wal.DualAsyncFSWAL | From | To | |
Inline Variable | 1 | ||
Inline Variable remoteWALManager : ReplaySyncReplicationWALManager in method private removeRemoteWALs(env MasterProcedureEnv) : void from class org.apache.hadoop.hbase.master.replication.RemovePeerProcedure | From | To |