Package | Description |
---|---|
org.apache.hadoop.hbase.master.balancer |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CostFromRegionLoadAsRateFunction
Class to be used for the subset of RegionLoad costs that should be treated as rates.
|
(package private) class |
MemStoreSizeCostFunction
Compute the cost of total memstore size.
|
(package private) class |
ReadRequestCostFunction
Compute the cost of total number of read requests The more unbalanced the higher the computed
cost will be.
|
(package private) class |
StoreFileCostFunction
Compute the cost of total open storefiles size.
|
(package private) class |
WriteRequestCostFunction
Compute the cost of total number of write requests.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.