org.apache.hadoop.hbase.master
Class LoadBalancerFactory

java.lang.Object
  extended by org.apache.hadoop.hbase.master.LoadBalancerFactory

public class LoadBalancerFactory
extends Object

The class that creates a load balancer from a conf.


Constructor Summary
LoadBalancerFactory()
           
 
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
 

Constructor Detail

LoadBalancerFactory

public LoadBalancerFactory()
Method Detail

getLoadBalancer

public static LoadBalancer getLoadBalancer(org.apache.hadoop.conf.Configuration conf)
Create a loadblanacer from the given conf.

Parameters:
conf -
Returns:
A LoadBalancer


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