Package org.apache.hadoop.hbase.client
Class BalancerDecision
java.lang.Object
org.apache.hadoop.hbase.client.LogEntry
org.apache.hadoop.hbase.client.BalancerDecision
History of balancer decisions taken for region movements.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
org.apache.hadoop.hbase.client.BalancerDecision.Builder
-
Method Summary
Modifier and TypeMethodDescriptionlong
double
double
Based on response sent by server, provide pretty printed Json representation in stringtoString()
-
Method Details
-
getInitialFunctionCosts
-
getFinalFunctionCosts
-
getInitTotalCost
-
getComputedTotalCost
-
getRegionPlans
-
getComputedSteps
-
toString
-
toJsonPrettyPrint
Description copied from class:LogEntry
Based on response sent by server, provide pretty printed Json representation in string- Specified by:
toJsonPrettyPrint
in classLogEntry
- Returns:
- Pretty printed Json representation
-