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
Methods in net.rubyeye.xmemcached.aws that return types with arguments of type CacheNode Modifier and Type Method Description 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(List<CacheNode> nodeList)Constructor parameters in net.rubyeye.xmemcached.aws with type arguments of type CacheNode Constructor Description ClusterConfiguration(int version, List<CacheNode> nodeList)
-