Package org.apache.hadoop.hbase.rsgroup
Interface RSGroupableBalancer
- All Superinterfaces:
ConfigurationObserver
,LoadBalancer
,Stoppable
- All Known Implementing Classes:
RSGroupBasedLoadBalancer
Marker Interface. RSGroups feature will check for a LoadBalancer marked with this Interface
before it runs.
-
Field Summary
Fields inherited from interface org.apache.hadoop.hbase.master.LoadBalancer
BOGUS_SERVER_NAME, SYSTEM_TABLES_ON_MASTER, TABLES_ON_MASTER
-
Method Summary
Methods inherited from interface org.apache.hadoop.hbase.master.LoadBalancer
balanceCluster, initialize, onConfigurationChange, postMasterStartupInitialize, randomAssignment, regionOffline, regionOnline, retainAssignment, roundRobinAssignment, setMasterServices, updateBalancerLoadInfo, updateBalancerStatus, updateClusterMetrics
-
Field Details
-
HBASE_RSGROUP_LOADBALANCER_CLASS
Config for pluggable load balancers- See Also:
-