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

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

public static class StochasticLoadBalancer.RegionCountSkewCostFunction
extends StochasticLoadBalancer.CostFunction

Compute the cost of a potential cluster state from skew in number of regions on a cluster.


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 © 2015 The Apache Software Foundation. All rights reserved.