|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegionLoad | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.master.balancer |
Uses of RegionLoad in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase that return types with arguments of type RegionLoad | |
---|---|
Map<byte[],RegionLoad> |
ServerLoad.getRegionsLoad()
|
Uses of RegionLoad in org.apache.hadoop.hbase.master.balancer |
---|
Methods in org.apache.hadoop.hbase.master.balancer with parameters of type RegionLoad | |
---|---|
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)
|
Method parameters in org.apache.hadoop.hbase.master.balancer with type arguments of type RegionLoad | |
---|---|
protected double |
StochasticLoadBalancer.CostFromRegionLoadFunction.getRegionLoadCost(Collection<RegionLoad> regionLoadList)
|
Constructor parameters in org.apache.hadoop.hbase.master.balancer with type arguments of type RegionLoad | |
---|---|
BaseLoadBalancer.Cluster(Map<ServerName,List<HRegionInfo>> clusterState,
Map<String,Deque<RegionLoad>> loads,
org.apache.hadoop.hbase.master.balancer.RegionLocationFinder regionFinder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |