|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegionPlan | |
---|---|
org.apache.hadoop.hbase.master |
Uses of RegionPlan in org.apache.hadoop.hbase.master |
---|
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 |
List<RegionPlan> |
DefaultLoadBalancer.balanceCluster(Map<ServerName,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 RegionPlan | |
---|---|
void |
AssignmentManager.addPlan(String encodedName,
RegionPlan plan)
Add a regionPlan for the specified region. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |