Package | Description |
---|---|
org.apache.hadoop.hbase.master.balancer |
Modifier and Type | Field and Description |
---|---|
protected RegionLocationFinder |
BaseLoadBalancer.regionFinder |
private RegionLocationFinder |
BaseLoadBalancer.Cluster.regionFinder |
Modifier and Type | Method and Description |
---|---|
private void |
BaseLoadBalancer.Cluster.registerRegion(HRegionInfo region,
int regionIndex,
int serverIndex,
Map<String,Deque<RegionLoad>> loads,
RegionLocationFinder regionFinder)
Helper for Cluster constructor to handle a region
|
Constructor and Description |
---|
BaseLoadBalancer.Cluster(Collection<HRegionInfo> unassignedRegions,
Map<ServerName,List<HRegionInfo>> clusterState,
Map<String,Deque<RegionLoad>> loads,
RegionLocationFinder regionFinder,
RackManager rackManager) |
BaseLoadBalancer.Cluster(Map<ServerName,List<HRegionInfo>> clusterState,
Map<String,Deque<RegionLoad>> loads,
RegionLocationFinder regionFinder,
RackManager rackManager) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.