Package org.apache.hadoop.hbase.client
Class BalancerRejection
java.lang.Object
org.apache.hadoop.hbase.client.LogEntry
org.apache.hadoop.hbase.client.BalancerRejection
History of detail information that balancer movements was rejected
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprivate
BalancerRejection
(String reason, List<String> costFuncInfoList) -
Method Summary
Modifier and TypeMethodDescriptionBased on response sent by server, provide pretty printed Json representation in stringtoString()
-
Field Details
-
reason
-
costFuncInfoList
-
GSON
-
-
Constructor Details
-
BalancerRejection
-
-
Method Details
-
getReason
-
getCostFuncInfoList
-
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
-