|
||||||||||
| 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> |
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. |
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. |
int |
RegionPlan.compareTo(RegionPlan o)
Compare the region info. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||