| Package | Description |
|---|---|
| org.apache.hadoop.hbase.favored | |
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.master.balancer |
| Modifier and Type | Class and Description |
|---|---|
class |
FavoredNodeLoadBalancer
An implementation of the
LoadBalancer that
assigns favored nodes for each region. |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancer |
HMaster.getLoadBalancer() |
LoadBalancer |
MasterServices.getLoadBalancer() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseLoadBalancer
The base class for load balancers.
|
class |
FavoredStochasticBalancer
An implementation of the
LoadBalancer that
assigns favored nodes for each region. |
class |
SimpleLoadBalancer
Makes decisions about the placement and movement of Regions across
RegionServers.
|
class |
StochasticLoadBalancer
This 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
LoadBalancer class. |
| Constructor and Description |
|---|
ClusterStatusChore(HMaster master,
LoadBalancer balancer) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.