| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.master.balancer | 
| Modifier and Type | Method and Description | 
|---|---|
| LoadBalancer | AssignmentManager. getBalancer() | 
| Constructor and Description | 
|---|
| AssignmentManager(Server server,
                 ServerManager serverManager,
                 LoadBalancer balancer,
                 ExecutorService service,
                 MetricsMaster metricsMaster,
                 TableLockManager tableLockManager)Constructs a new assignment manager. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseLoadBalancerThe base class for load balancers. | 
| class  | FavoredNodeLoadBalancerAn implementation of the  LoadBalancerthat assigns favored nodes for each region. | 
| class  | SimpleLoadBalancerMakes decisions about the placement and movement of Regions across
 RegionServers. | 
| class  | StochasticLoadBalancerThis is a best effort load balancer. | 
| Modifier and Type | Method and Description | 
|---|---|
| static LoadBalancer | LoadBalancerFactory. getLoadBalancer(org.apache.hadoop.conf.Configuration conf)Create a loadbalancer from the given conf. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Class<? extends LoadBalancer> | LoadBalancerFactory. getDefaultLoadBalancerClass()The default  LoadBalancerclass. | 
| Constructor and Description | 
|---|
| ClusterStatusChore(HMaster master,
                  LoadBalancer balancer) | 
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.