6d7bc0e98b25215e79f67f107fd0d3306dfcf352
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable walDirForLiveServers : FileStatus[] to walDirForServerNames : FileStatus[] in method public getServerNamesFromWALDirPath(filter PathFilter) : Set<ServerName> in class org.apache.hadoop.hbase.master.MasterWalManager | From | To | |
Rename Variable walDirForLiveServers : FileStatus[] to walDirForServerNames : FileStatus[] in method public getWALDirPaths(filter PathFilter) : FileStatus[] in class org.apache.hadoop.hbase.master.MasterWalManager | From | To | |
Extract Method | 2 | ||
Extract Method public getWALDirPaths(filter PathFilter) : FileStatus[] extracted from public getLiveServersFromWALDir() : Set<ServerName> in class org.apache.hadoop.hbase.master.MasterWalManager | From | To | |
Extract Method public getServerNamesFromWALDirPath(filter PathFilter) : Set<ServerName> extracted from public getLiveServersFromWALDir() : Set<ServerName> in class org.apache.hadoop.hbase.master.MasterWalManager | From | To |