org.apache.hadoop.hbase.master
Class LoadBalancerFactory
java.lang.Object
org.apache.hadoop.hbase.master.LoadBalancerFactory
public class LoadBalancerFactory
- extends Object
The class that creates a load balancer from a conf.
Method Summary |
static LoadBalancer |
getLoadBalancer(org.apache.hadoop.conf.Configuration conf)
Create a loadblanacer from the given conf. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadBalancerFactory
public LoadBalancerFactory()
getLoadBalancer
public static LoadBalancer getLoadBalancer(org.apache.hadoop.conf.Configuration conf)
- Create a loadblanacer from the given conf.
- Parameters:
conf
-
- Returns:
- A
LoadBalancer
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.