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

Packages that use RegionPlan
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.master.balancer   
org.apache.hadoop.hbase.security.access   
 

Uses of RegionPlan in org.apache.hadoop.hbase.coprocessor
 

Method parameters in org.apache.hadoop.hbase.coprocessor with type arguments of type RegionPlan
 void MasterObserver.postBalance(ObserverContext<MasterCoprocessorEnvironment> ctx, List<RegionPlan> plans)
          Called after the balancing plan has been submitted.
 void BaseMasterObserver.postBalance(ObserverContext<MasterCoprocessorEnvironment> ctx, List<RegionPlan> plans)
           
 

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

Methods in org.apache.hadoop.hbase.master that return RegionPlan
 RegionPlan AssignmentManager.getRegionReopenPlan(HRegionInfo hri)
           
 

Methods in org.apache.hadoop.hbase.master that return types with arguments of type RegionPlan
 List<RegionPlan> LoadBalancer.balanceCluster(Map<ServerName,List<HRegionInfo>> clusterState)
          Perform the major balance operation
 

Methods in org.apache.hadoop.hbase.master with parameters of type RegionPlan
 void AssignmentManager.addPlan(String encodedName, RegionPlan plan)
          Add a regionPlan for the specified region.
 void AssignmentManager.balance(RegionPlan plan)
           
 int RegionPlan.RegionPlanComparator.compare(RegionPlan l, RegionPlan r)
           
 int RegionPlan.compareTo(RegionPlan o)
          Compare the region info.
 

Method parameters in org.apache.hadoop.hbase.master with type arguments of type RegionPlan
 void AssignmentManager.addPlans(Map<String,RegionPlan> plans)
          Add a map of region plans.
 

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

Methods in org.apache.hadoop.hbase.master.balancer that return types with arguments of type RegionPlan
 List<RegionPlan> StochasticLoadBalancer.balanceCluster(Map<ServerName,List<HRegionInfo>> clusterState)
          Given the cluster state this will try and approach an optimal balance.
 List<RegionPlan> DefaultLoadBalancer.balanceCluster(Map<ServerName,List<HRegionInfo>> clusterMap)
          Generate a global load balancing plan according to the specified map of server information to the most loaded regions of each server.
 

Uses of RegionPlan in org.apache.hadoop.hbase.security.access
 

Method parameters in org.apache.hadoop.hbase.security.access with type arguments of type RegionPlan
 void AccessController.postBalance(ObserverContext<MasterCoprocessorEnvironment> c, List<RegionPlan> plans)
           
 



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