Modifier and Type | Class and Description |
---|---|
class |
FavoredNodeLoadBalancer
An implementation of the
LoadBalancer that
assigns favored nodes for each region. |
Modifier and Type | Field and Description |
---|---|
private LoadBalancer |
HMaster.balancer |
Modifier and Type | Method and Description |
---|---|
LoadBalancer |
MasterServices.getLoadBalancer() |
LoadBalancer |
HMaster.getLoadBalancer() |
Modifier and Type | Method and Description |
---|---|
private LoadBalancer |
AssignmentManager.getBalancer() |
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 | Field and Description |
---|---|
private LoadBalancer |
ClusterStatusChore.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) |
Modifier and Type | Interface and Description |
---|---|
interface |
RSGroupableBalancer
Marker Interface.
|
Modifier and Type | Class and Description |
---|---|
class |
RSGroupBasedLoadBalancer
GroupBasedLoadBalancer, used when Region Server Grouping is configured (HBase-6721)
It does region balance based on a table's group membership.
|
Modifier and Type | Field and Description |
---|---|
private LoadBalancer |
RSGroupBasedLoadBalancer.internalBalancer |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.