104f58701efd341dca8642b4566653cb93b48c12
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable host : String to hostName : String in method protected mapHostNameToServerName(hosts List<String>) : List<ServerName> in class org.apache.hadoop.hbase.master.balancer.RegionLocationFinder | From | To | |
Change Variable Type | 1 | ||
Change Variable Type hostToServerName : HashMap<String,List<ServerName>> to hostToServerName : MultiValuedMap<String,ServerName> in method protected mapHostNameToServerName(hosts List<String>) : List<ServerName> in class org.apache.hadoop.hbase.master.balancer.RegionLocationFinder | From | To | |
Extract Variable | 1 | ||
Extract Variable subTopHosts : List<String> in method protected getTopBlockLocations(region RegionInfo, currentHost String) : List<ServerName> from class org.apache.hadoop.hbase.master.balancer.RegionLocationFinder | From | To |