|
Change Variable Type server : Map.Entry<ServerName,ServerLoad> to server : Map.Entry<ServerName,ServerMetrics> in method package serversForTable(tableName String) : Map<ServerName,ServerMetrics> in class org.apache.hadoop.hbase.coprocessor.TestClassLoading |
From |
To |
|
Change Variable Type server : Map.Entry<ServerName,ServerLoad> to server : Map.Entry<ServerName,ServerMetrics> in method package assertAllRegionServers(tableName String) : void in class org.apache.hadoop.hbase.coprocessor.TestClassLoading |
From |
To |
|
Change Variable Type load : ServerLoad to load : ServerMetrics in method public getOnlineServersListWithPredicator(keys List<ServerName>, idleServerPredicator Predicate<ServerMetrics>) : List<ServerName> in class org.apache.hadoop.hbase.master.ServerManager |
From |
To |
|
Change Variable Type e : Map.Entry<ServerName,ServerLoad> to e : Map.Entry<ServerName,ServerMetrics> in method private dumpServers(master HMaster, out PrintWriter) : void in class org.apache.hadoop.hbase.master.MasterDumpServlet |
From |
To |
|
Change Variable Type serverLoadHashMap : Map<ServerName,ServerLoad> to serverLoadHashMap : Map<ServerName,ServerMetrics> in method package serversForTable(tableName String) : Map<ServerName,ServerMetrics> in class org.apache.hadoop.hbase.coprocessor.TestClassLoading |
From |
To |
|
Change Variable Type secondaryLoad : ServerLoad to secondaryLoad : ServerMetrics in method private assignRegionToAvailableFavoredNode(assignmentMapForFavoredNodes Map<ServerName,List<RegionInfo>>, region RegionInfo, primaryHost ServerName, secondaryHost ServerName, tertiaryHost ServerName) : void in class org.apache.hadoop.hbase.master.balancer.FavoredStochasticBalancer |
From |
To |
|
Change Variable Type storeSeqId : StoreSequenceId to storeSeqId : Entry<byte[],Long> in method private updateLastFlushedSequenceIds(sn ServerName, hsl ServerMetrics) : void in class org.apache.hadoop.hbase.master.ServerManager |
From |
To |
|
Change Variable Type secondaryLoad : ServerLoad to secondaryLoad : ServerMetrics in method private assignRegionToAvailableFavoredNode(assignmentMapForFavoredNodes Map<ServerName,List<RegionInfo>>, region RegionInfo, primaryHost ServerName, secondaryHost ServerName, tertiaryHost ServerName) : void in class org.apache.hadoop.hbase.favored.FavoredNodeLoadBalancer |
From |
To |
|
Change Variable Type oldLoad : ServerLoad to oldLoad : ServerMetrics in method public regionServerReport(controller RpcController, request RegionServerReportRequest) : RegionServerReportResponse in class org.apache.hadoop.hbase.master.MasterRpcServices |
From |
To |
|
Change Variable Type sl : ServerLoad to sl : ServerMetrics in method public getAverageLoad() : double in class org.apache.hadoop.hbase.master.ServerManager |
From |
To |
|
Change Variable Type servers : Map<ServerName,ServerLoad> to servers : Map<ServerName,ServerMetrics> in method private dumpServers(master HMaster, out PrintWriter) : void in class org.apache.hadoop.hbase.master.MasterDumpServlet |
From |
To |
|
Change Variable Type l1 : ServerLoad to l1 : ServerMetrics in method public balanceCluster(clusterState Map<ServerName,List<RegionInfo>>) : List<RegionPlan> in class org.apache.hadoop.hbase.favored.FavoredNodeLoadBalancer |
From |
To |
|
Change Variable Type tertiaryLoad : ServerLoad to tertiaryLoad : ServerMetrics in method private assignRegionToAvailableFavoredNode(assignmentMapForFavoredNodes Map<ServerName,List<RegionInfo>>, region RegionInfo, primaryHost ServerName, secondaryHost ServerName, tertiaryHost ServerName) : void in class org.apache.hadoop.hbase.master.balancer.FavoredStochasticBalancer |
From |
To |
|
Change Variable Type region : Map.Entry<byte[],RegionLoad> to region : Map.Entry<byte[],RegionMetrics> in method package serversForTable(tableName String) : Map<ServerName,ServerMetrics> in class org.apache.hadoop.hbase.coprocessor.TestClassLoading |
From |
To |
|
Change Variable Type regionLoad : RegionLoad to regionLoad : RegionMetrics in method private getRegionSize(hri RegionInfo) : long in class org.apache.hadoop.hbase.master.normalizer.SimpleRegionNormalizer |
From |
To |
|
Change Variable Type servers : Map<ServerName,ServerLoad> to servers : Map<ServerName,ServerMetrics> in method package assertAllRegionServers(tableName String) : void in class org.apache.hadoop.hbase.coprocessor.TestClassLoading |
From |
To |
|
Change Variable Type tertiaryLoad : ServerLoad to tertiaryLoad : ServerMetrics in method private assignRegionToAvailableFavoredNode(assignmentMapForFavoredNodes Map<ServerName,List<RegionInfo>>, region RegionInfo, primaryHost ServerName, secondaryHost ServerName, tertiaryHost ServerName) : void in class org.apache.hadoop.hbase.favored.FavoredNodeLoadBalancer |
From |
To |
|
Change Variable Type l2 : ServerLoad to l2 : ServerMetrics in method public balanceCluster(clusterState Map<ServerName,List<RegionInfo>>) : List<RegionPlan> in class org.apache.hadoop.hbase.favored.FavoredNodeLoadBalancer |
From |
To |
|
Change Variable Type entry : Entry<byte[],RegionLoad> to entry : Entry<byte[],RegionMetrics> in method private updateLastFlushedSequenceIds(sn ServerName, hsl ServerMetrics) : void in class org.apache.hadoop.hbase.master.ServerManager |
From |
To |
|
Change Variable Type regionLoad : RegionLoad to regionLoad : RegionMetrics in method protected setupMocksForNormalizer(regionSizes Map<byte[],Integer>, RegionInfo List<RegionInfo>) : void in class org.apache.hadoop.hbase.master.normalizer.TestSimpleRegionNormalizer |
From |
To |