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

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

public static class StochasticLoadBalancer.MoveCostFunction
extends StochasticLoadBalancer.CostFunction

Given the starting state of the regions and a potential ending state compute cost based upon the number of regions that have moved.


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.