| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.master.balancer | 
| Modifier and Type | Class and Description | 
|---|---|
| (package private) static class  | StochasticLoadBalancer.CostFromRegionLoadAsRateFunctionClass to be used for the subset of RegionLoad costs that should be treated as rates. | 
| (package private) static class  | StochasticLoadBalancer.MemStoreSizeCostFunctionCompute the cost of total memstore size. | 
| (package private) static class  | StochasticLoadBalancer.ReadRequestCostFunctionCompute the cost of total number of read requests  The more unbalanced the higher the
 computed cost will be. | 
| (package private) static class  | StochasticLoadBalancer.StoreFileCostFunctionCompute the cost of total open storefiles size. | 
| (package private) static class  | StochasticLoadBalancer.WriteRequestCostFunctionCompute the cost of total number of write requests. | 
| Modifier and Type | Field and Description | 
|---|---|
| private StochasticLoadBalancer.CostFromRegionLoadFunction[] | StochasticLoadBalancer. regionLoadFunctions | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.