Uses of Class
org.apache.hadoop.hbase.master.balancer.CostFromRegionLoadAsRateFunction
Packages that use CostFromRegionLoadAsRateFunction
-
Uses of CostFromRegionLoadAsRateFunction in org.apache.hadoop.hbase.master.balancer
Subclasses of CostFromRegionLoadAsRateFunction in org.apache.hadoop.hbase.master.balancerModifier and TypeClassDescription(package private) class
Compute the cost of total number of coprocessor requests The more unbalanced the higher the computed cost will be.(package private) class
Compute the cost of total memstore size.(package private) class
Compute the cost of total number of read requests The more unbalanced the higher the computed cost will be.(package private) class
Compute the cost of total number of write requests.