Uses of Class
net.rubyeye.xmemcached.aws.CacheNode
-
Packages that use CacheNode Package Description net.rubyeye.xmemcached.aws -
-
Uses of CacheNode in net.rubyeye.xmemcached.aws
Fields in net.rubyeye.xmemcached.aws with type parameters of type CacheNode Modifier and Type Field Description private java.util.List<CacheNode>
ClusterConfiguration. nodeList
Methods in net.rubyeye.xmemcached.aws that return types with arguments of type CacheNode Modifier and Type Method Description java.util.List<CacheNode>
ClusterConfiguration. getNodeList()
Methods in net.rubyeye.xmemcached.aws with parameters of type CacheNode Modifier and Type Method Description int
ConfigurationPoller. getCacheNodeOrder(CacheNode node)
void
ConfigurationPoller. removeCacheNodeOrder(CacheNode node)
Method parameters in net.rubyeye.xmemcached.aws with type arguments of type CacheNode Modifier and Type Method Description void
ClusterConfiguration. setNodeList(java.util.List<CacheNode> nodeList)
Constructor parameters in net.rubyeye.xmemcached.aws with type arguments of type CacheNode Constructor Description ClusterConfiguration(int version, java.util.List<CacheNode> nodeList)
-