Class BalancerRegionLoad
java.lang.Object
org.apache.hadoop.hbase.master.balancer.BalancerRegionLoad
Wrapper class for the few fields required by the
StochasticLoadBalancer
from the full
RegionMetrics
.-
Field Summary
Modifier and TypeFieldDescriptionprivate final long
private final float
private final int
private final long
private final int
private final int
private final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
float
int
long
int
int
long
-
Field Details
-
readRequestsCount
-
cpRequestsCount
-
writeRequestsCount
-
memStoreSizeMB
-
storefileSizeMB
-
regionSizeMB
-
currentRegionPrefetchRatio
-
-
Constructor Details
-
BalancerRegionLoad
BalancerRegionLoad(RegionMetrics regionMetrics)
-
-
Method Details
-
getReadRequestsCount
-
getCpRequestsCount
-
getWriteRequestsCount
-
getMemStoreSizeMB
-
getStorefileSizeMB
-
getRegionSizeMB
-
getCurrentRegionCacheRatio
-