@InterfaceAudience.Public @InterfaceStability.Evolving public final class BalancerDecision extends LogEntry
Modifier and Type | Method and Description |
---|---|
long |
getComputedSteps() |
double |
getComputedTotalCost() |
String |
getFinalFunctionCosts() |
String |
getInitialFunctionCosts() |
double |
getInitTotalCost() |
List<String> |
getRegionPlans() |
String |
toJsonPrettyPrint()
Based on response sent by server, provide pretty printed Json representation in string
|
String |
toString() |
public String getInitialFunctionCosts()
public String getFinalFunctionCosts()
public double getInitTotalCost()
public double getComputedTotalCost()
public List<String> getRegionPlans()
public long getComputedSteps()
public String toJsonPrettyPrint()
LogEntry
toJsonPrettyPrint
in class LogEntry
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.