Uses of Interface
net.spy.memcached.util.KetamaNodeLocatorConfiguration

Packages that use KetamaNodeLocatorConfiguration
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.util Cache Utilities. 
 

Uses of KetamaNodeLocatorConfiguration in net.spy.memcached
 

Constructors in net.spy.memcached with parameters of type KetamaNodeLocatorConfiguration
KetamaNodeLocator(java.util.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 KetamaNodeLocatorConfiguration
 class DefaultKetamaNodeLocatorConfiguration
          A Default implementation of the configuration required for the KetamaNodeLocator algorithm to run.
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.