@InterfaceAudience.Public @InterfaceStability.Evolving public final class BalancerRejection extends LogEntry
Modifier and Type | Class and Description |
---|---|
static class |
BalancerRejection.Builder |
Modifier and Type | Field and Description |
---|---|
private List<String> |
costFuncInfoList |
private static org.apache.hbase.thirdparty.com.google.gson.Gson |
GSON |
private String |
reason |
Modifier | Constructor and Description |
---|---|
private |
BalancerRejection(String reason,
List<String> costFuncInfoList) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getCostFuncInfoList() |
String |
getReason() |
String |
toJsonPrettyPrint()
Based on response sent by server, provide pretty printed Json representation in string
|
String |
toString() |
private final List<String> costFuncInfoList
private static final org.apache.hbase.thirdparty.com.google.gson.Gson GSON
private BalancerRejection(String reason, List<String> costFuncInfoList)
public List<String> getCostFuncInfoList()
public String toJsonPrettyPrint()
LogEntry
toJsonPrettyPrint
in class LogEntry
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.