Package org.apache.hadoop.hbase.master.balancer

Class Summary
BalancerChore Chore that will call HMaster.balanceHMaster.balance() when needed.
BaseLoadBalancer The base class for load balancers.
BaseLoadBalancer.Cluster An efficient array based implementation similar to ClusterState for keeping the status of the cluster in terms of region assignment and distribution.
ClusterLoadState Class used to hold the current state of the cluster and how balanced it is.
ClusterStatusChore Chore that will feed the balancer the cluster status.
DefaultLoadBalancer Makes decisions about the placement and movement of Regions across RegionServers.
FavoredNodeAssignmentHelper Helper class for FavoredNodeLoadBalancer that has all the intelligence for racks, meta scans, etc.
FavoredNodeLoadBalancer An implementation of the LoadBalancer that assigns favored nodes for each region.
FavoredNodes This class contains the mapping information between each region and its favored region server list.
LoadBalancerFactory The class that creates a load balancer from a conf.
StochasticLoadBalancer This is a best effort load balancer.
 

Enum Summary
FavoredNodes.Position  
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.