org.apache.hadoop.hbase.master.balancer
Class ClusterLoadState

java.lang.Object
  extended by org.apache.hadoop.hbase.master.balancer.ClusterLoadState

public class ClusterLoadState
extends Object

Class used to hold the current state of the cluster and how balanced it is.


Constructor Summary
ClusterLoadState(Map<ServerName,List<HRegionInfo>> clusterState)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterLoadState

public ClusterLoadState(Map<ServerName,List<HRegionInfo>> clusterState)


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