org.apache.hadoop.hbase.master.balancer
Class StochasticLoadBalancer.TableSkewCostFunction

java.lang.Object
  extended by org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer.CostFunction
      extended by org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer.TableSkewCostFunction
Enclosing class:
StochasticLoadBalancer

public static class StochasticLoadBalancer.TableSkewCostFunction
extends StochasticLoadBalancer.CostFunction

Compute the cost of a potential cluster configuration based upon how evenly distributed tables are.


Method Summary
 
Methods inherited from class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer.CostFunction
costFromArray, scale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



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