Uses of Interface
net.spy.memcached.util.KetamaNodeLocatorConfiguration
-
Packages that use KetamaNodeLocatorConfiguration Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.util Cache Utilities. -
-
Uses of KetamaNodeLocatorConfiguration in net.spy.memcached
Fields in net.spy.memcached declared as KetamaNodeLocatorConfiguration Modifier and Type Field Description private KetamaNodeLocatorConfigurationKetamaNodeLocator. configConstructors in net.spy.memcached with parameters of type KetamaNodeLocatorConfiguration Constructor Description KetamaNodeLocator(java.util.List<MemcachedNode> nodes, HashAlgorithm alg, java.util.Map<java.net.InetSocketAddress,java.lang.Integer> nodeWeights, KetamaNodeLocatorConfiguration configuration)Create a new KetamaNodeLocator with specific nodes, hash, node key format, and weightKetamaNodeLocator(java.util.List<MemcachedNode> nodes, HashAlgorithm alg, KetamaNodeLocatorConfiguration conf)Create a new KetamaNodeLocator using specified nodes and the specifed hash algorithm and configuration.KetamaNodeLocator(java.util.TreeMap<java.lang.Long,MemcachedNode> smn, java.util.Collection<MemcachedNode> an, HashAlgorithm alg, java.util.Map<java.net.InetSocketAddress,java.lang.Integer> nodeWeights, KetamaNodeLocatorConfiguration conf) -
Uses of KetamaNodeLocatorConfiguration in net.spy.memcached.util
Classes in net.spy.memcached.util that implement KetamaNodeLocatorConfiguration Modifier and Type Class Description classDefaultKetamaNodeLocatorConfigurationA Default implementation of the configuration required for the KetamaNodeLocator algorithm to run.
-