public static class RoundRobinHostSelector.RoundRobinClusterInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.HashMap<java.lang.String,java.lang.Integer> |
clusterWeightsMap |
int |
defaultWeight |
java.lang.String |
lastClusterDefaultWeightPropertyValue |
java.lang.String |
lastClusterHostWeightPairPropertyValue |
HostSpec |
lastHost |
int |
weightCounter |
| Constructor and Description |
|---|
RoundRobinClusterInfo() |
public HostSpec lastHost
public java.util.HashMap<java.lang.String,java.lang.Integer> clusterWeightsMap
public int defaultWeight
public int weightCounter
public java.lang.String lastClusterHostWeightPairPropertyValue
public java.lang.String lastClusterDefaultWeightPropertyValue