Package | Description |
---|---|
org.apache.hadoop.hbase.master |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AssignmentManager.addPlan(String encodedName,
RegionPlan plan)
Add a regionPlan for the specified region.
|
int |
RegionPlan.compareTo(RegionPlan o)
Compare the region info.
|
Modifier and Type | Method and Description |
---|---|
void |
AssignmentManager.addPlans(Map<String,RegionPlan> plans)
Add a map of region plans.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.