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. nodeListMethods 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 intConfigurationPoller. getCacheNodeOrder(CacheNode node)voidConfigurationPoller. removeCacheNodeOrder(CacheNode node)Method parameters in net.rubyeye.xmemcached.aws with type arguments of type CacheNode Modifier and Type Method Description voidClusterConfiguration. 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)
-