Class ClusterConfiguration
java.lang.Object
net.rubyeye.xmemcached.aws.ClusterConfiguration
- All Implemented Interfaces:
Serializable
Cluster configuration retrieved from ElasticCache.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetNodeList(List<CacheNode> nodeList) voidsetVersion(int version) toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
version
private int version -
nodeList
-
-
Constructor Details
-
ClusterConfiguration
-
ClusterConfiguration
public ClusterConfiguration()
-
-
Method Details
-
getVersion
public int getVersion() -
setVersion
public void setVersion(int version) -
getNodeList
-
setNodeList
-
toString
-