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 SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateBalancerDecision(String initialFunctionCosts, String finalFunctionCosts, double initTotalCost, double computedTotalCost, List<String> regionPlans, long computedSteps) 
- 
Method SummaryModifier and TypeMethodDescriptionlongdoubledoubleBased on response sent by server, provide pretty printed Json representation in stringtoString()
- 
Field Details- 
initialFunctionCosts
- 
finalFunctionCosts
- 
initTotalCost
- 
computedTotalCost
- 
computedSteps
- 
regionPlans
- 
GSON
 
- 
- 
Constructor Details- 
BalancerDecisionprivate BalancerDecision(String initialFunctionCosts, String finalFunctionCosts, double initTotalCost, double computedTotalCost, List<String> regionPlans, long computedSteps) 
 
- 
- 
Method Details- 
getInitialFunctionCosts
- 
getFinalFunctionCosts
- 
getInitTotalCost
- 
getComputedTotalCost
- 
getRegionPlans
- 
getComputedSteps
- 
toString
- 
toJsonPrettyPrintDescription copied from class:LogEntryBased on response sent by server, provide pretty printed Json representation in string- Specified by:
- toJsonPrettyPrintin class- LogEntry
- Returns:
- Pretty printed Json representation
 
 
-