Uses of Class
org.apache.hadoop.hbase.master.LoadBalancer.RegionPlan

Packages that use LoadBalancer.RegionPlan
org.apache.hadoop.hbase.master   
 

Uses of LoadBalancer.RegionPlan in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master that return types with arguments of type LoadBalancer.RegionPlan
 List<LoadBalancer.RegionPlan> LoadBalancer.balanceCluster(Map<HServerInfo,List<HRegionInfo>> clusterState)
          Generate a global load balancing plan according to the specified map of server information to the most loaded regions of each server.
 

Methods in org.apache.hadoop.hbase.master with parameters of type LoadBalancer.RegionPlan
 int LoadBalancer.RegionPlan.compareTo(LoadBalancer.RegionPlan o)
          Compare the region info.
 



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