Package | Description |
---|---|
org.apache.hadoop.hbase.master.balancer |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.