2a3f4a0a4eb7bb67985050b0e007576c468f217e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type hostToServerName : MultiValuedMap<String,ServerName> to hostToServerName : HashMap<String,List<ServerName>> in method protected mapHostNameToServerName(hosts List<String>) : List<ServerName> in class org.apache.hadoop.hbase.master.balancer.RegionLocationFinder | From | To | |
Inline Variable | 1 | ||
Inline 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 |