public class ClusterConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
ClusterConfiguration(long configVersion,
java.util.List<NodeEndPoint> cacheNodeEndPoints) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NodeEndPoint> |
getCacheNodeEndPoints() |
long |
getConfigVersion() |
java.util.List<java.net.InetSocketAddress> |
getInetSocketAddresses() |
java.lang.String |
toString() |
public ClusterConfiguration(long configVersion,
java.util.List<NodeEndPoint> cacheNodeEndPoints)
public long getConfigVersion()
public java.util.List<NodeEndPoint> getCacheNodeEndPoints()
public java.util.List<java.net.InetSocketAddress> getInetSocketAddresses()
public java.lang.String toString()
toString in class java.lang.Object