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
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. -
Uses of KetamaNodeLocatorConfiguration in net.spy.memcached.util
Classes in net.spy.memcached.util that implement KetamaNodeLocatorConfigurationModifier and TypeClassDescriptionclassA Default implementation of the configuration required for the KetamaNodeLocator algorithm to run.