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   
 

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

Method parameters in org.apache.hadoop.hbase.coprocessor with type arguments of type RegionPlan
 void BaseMasterAndRegionObserver.postBalance(ObserverContext<MasterCoprocessorEnvironment> ctx, List<RegionPlan> plans)
           
 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.
 void MasterCoprocessorHost.postBalance(List<RegionPlan> 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> FavoredNodeLoadBalancer.balanceCluster(Map<ServerName,List<HRegionInfo>> clusterState)
           
 List<RegionPlan> SimpleLoadBalancer.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.
 List<RegionPlan> StochasticLoadBalancer.balanceCluster(Map<ServerName,List<HRegionInfo>> clusterState)
          Given the cluster state this will try and approach an optimal balance.
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.