Uses of Interface
net.spy.memcached.util.KetamaNodeLocatorConfiguration
Packages that use KetamaNodeLocatorConfiguration
Package
Description
Memcached client and transformation utils
Cache Utilities.
-
Uses of KetamaNodeLocatorConfiguration in net.spy.memcached
Fields in net.spy.memcached declared as KetamaNodeLocatorConfigurationModifier and TypeFieldDescriptionprivate final KetamaNodeLocatorConfiguration
KetamaNodeLocator.config
Constructors in net.spy.memcached with parameters of type KetamaNodeLocatorConfigurationModifierConstructorDescriptionKetamaNodeLocator
(List<MemcachedNode> nodes, HashAlgorithm alg, Map<InetSocketAddress, Integer> nodeWeights, KetamaNodeLocatorConfiguration configuration) Create a new KetamaNodeLocator with specific nodes, hash, node key format, and weightKetamaNodeLocator
(List<MemcachedNode> nodes, HashAlgorithm alg, KetamaNodeLocatorConfiguration conf) Create a new KetamaNodeLocator using specified nodes and the specifed hash algorithm and configuration.private
KetamaNodeLocator
(TreeMap<Long, MemcachedNode> smn, Collection<MemcachedNode> an, HashAlgorithm alg, Map<InetSocketAddress, Integer> nodeWeights, KetamaNodeLocatorConfiguration conf) -
Uses of KetamaNodeLocatorConfiguration in net.spy.memcached.util
Classes in net.spy.memcached.util that implement KetamaNodeLocatorConfigurationModifier and TypeClassDescriptionclass
A Default implementation of the configuration required for the KetamaNodeLocator algorithm to run.