Class SimpleLoadBalancer.BalanceInfo

java.lang.Object
org.apache.hadoop.hbase.master.balancer.SimpleLoadBalancer.BalanceInfo
Enclosing class:
SimpleLoadBalancer

private static final class SimpleLoadBalancer.BalanceInfo extends Object
Stores additional per-server information about the regions added/removed during the run of the balancing algorithm.

For servers that shed regions, we need to track which regions we have already shed. nextRegionForUnload contains the index in the list of regions on the server that is the next to be shed.