Package | Description |
---|---|
org.apache.hadoop.hbase.master.balancer |
Modifier and Type | Field and Description |
---|---|
(package private) Map<String,Deque<BalancerRegionLoad>> |
StochasticLoadBalancer.loads |
Modifier and Type | Method and Description |
---|---|
protected double |
ReadRequestCostFunction.getCostFromRl(BalancerRegionLoad rl) |
protected double |
StoreFileCostFunction.getCostFromRl(BalancerRegionLoad rl) |
protected abstract double |
CostFromRegionLoadFunction.getCostFromRl(BalancerRegionLoad rl) |
protected double |
WriteRequestCostFunction.getCostFromRl(BalancerRegionLoad rl) |
protected double |
MemStoreSizeCostFunction.getCostFromRl(BalancerRegionLoad rl) |
Modifier and Type | Method and Description |
---|---|
protected double |
CostFromRegionLoadAsRateFunction.getRegionLoadCost(Collection<BalancerRegionLoad> regionLoadList) |
protected double |
CostFromRegionLoadFunction.getRegionLoadCost(Collection<BalancerRegionLoad> regionLoadList) |
private void |
BalancerClusterState.registerRegion(RegionInfo region,
int regionIndex,
int serverIndex,
Map<String,Deque<BalancerRegionLoad>> loads,
RegionLocationFinder regionFinder)
Helper for Cluster constructor to handle a region
|
Constructor and Description |
---|
BalancerClusterState(Collection<RegionInfo> unassignedRegions,
Map<ServerName,List<RegionInfo>> clusterState,
Map<String,Deque<BalancerRegionLoad>> loads,
RegionLocationFinder regionFinder,
RackManager rackManager) |
BalancerClusterState(Map<ServerName,List<RegionInfo>> clusterState,
Map<String,Deque<BalancerRegionLoad>> loads,
RegionLocationFinder regionFinder,
RackManager rackManager) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.