Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.master.balancer |
Modifier and Type | Method and Description |
---|---|
Map<byte[],RegionLoad> |
ServerLoad.getRegionsLoad() |
Modifier and Type | Method and Description |
---|---|
protected abstract double |
StochasticLoadBalancer.CostFromRegionLoadFunction.getCostFromRl(RegionLoad rl) |
protected double |
StochasticLoadBalancer.ReadRequestCostFunction.getCostFromRl(RegionLoad rl) |
protected double |
StochasticLoadBalancer.WriteRequestCostFunction.getCostFromRl(RegionLoad rl) |
protected double |
StochasticLoadBalancer.MemstoreSizeCostFunction.getCostFromRl(RegionLoad rl) |
protected double |
StochasticLoadBalancer.StoreFileCostFunction.getCostFromRl(RegionLoad rl) |
Modifier and Type | Method and Description |
---|---|
protected double |
StochasticLoadBalancer.CostFromRegionLoadFunction.getRegionLoadCost(Collection<RegionLoad> regionLoadList) |
Constructor and Description |
---|
BaseLoadBalancer.Cluster(Map<ServerName,List<HRegionInfo>> clusterState,
Map<String,Deque<RegionLoad>> loads,
org.apache.hadoop.hbase.master.balancer.RegionLocationFinder regionFinder) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.