Uses of Class
org.apache.hadoop.hbase.master.balancer.SimpleLoadBalancer.BalanceInfo
-
Uses of SimpleLoadBalancer.BalanceInfo in org.apache.hadoop.hbase.master.balancer
Modifier and TypeMethodDescriptionprivate void
SimpleLoadBalancer.balanceOverall
(List<RegionPlan> regionsToReturn, Map<ServerName, SimpleLoadBalancer.BalanceInfo> serverBalanceInfo, boolean fetchFromTail, org.apache.hbase.thirdparty.com.google.common.collect.MinMaxPriorityQueue<RegionPlan> regionsToMove, int max, int min) If we need to balanceoverall, we need to add one more round to peel off one region from each max.