36eeb2c569c574b299f8628bed6b8dd20fb900e2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getStoragePolicy(familyName String) : String renamed to public getStoragePolicyName(familyName String) : String in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem | From | To | |
Rename Method public getStoragePolicy(path Path) : String renamed to private getStoragePolicyForOldHDFSVersion(path Path) : String in class org.apache.hadoop.hbase.fs.HFileSystem | From | To | |
Extract Method | 1 | ||
Extract Method private getStoragePolicyNameForOldHDFSVersion(fs FileSystem, path Path) : String extracted from private getStoragePolicyName(fs FileSystem, path Path) : String in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2 | From | To |