Package net.rubyeye.xmemcached.aws
Class ClusterConfiguration
- java.lang.Object
-
- net.rubyeye.xmemcached.aws.ClusterConfiguration
-
- All Implemented Interfaces:
Serializable
public class ClusterConfiguration extends Object implements Serializable
Cluster configuration retrieved from ElasticCache.- Author:
- dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterConfiguration()ClusterConfiguration(int version, List<CacheNode> nodeList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CacheNode>getNodeList()intgetVersion()voidsetNodeList(List<CacheNode> nodeList)voidsetVersion(int version)StringtoString()
-