Uses of Class
net.spy.memcached.HashAlgorithm

Packages that use HashAlgorithm
net.spy.memcached Memcached client and transformation utils 
 

Uses of HashAlgorithm in net.spy.memcached
 

Fields in net.spy.memcached declared as HashAlgorithm
static HashAlgorithm DefaultConnectionFactory.DEFAULT_HASH
          Default hash algorithm.
 

Methods in net.spy.memcached that return HashAlgorithm
 HashAlgorithm ConnectionFactory.getHashAlg()
          Get the hash algorithm to be used.
 HashAlgorithm DefaultConnectionFactory.getHashAlg()
           
static HashAlgorithm HashAlgorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HashAlgorithm[] HashAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.spy.memcached with parameters of type HashAlgorithm
 ConnectionFactoryBuilder ConnectionFactoryBuilder.setHashAlg(HashAlgorithm to)
          Set the hash algorithm.
 

Constructors in net.spy.memcached with parameters of type HashAlgorithm
ArrayModNodeLocator(List<MemcachedNode> n, HashAlgorithm alg)
          Construct an ArraymodNodeLocator over the given array of nodes and using the given hash algorithm.
BinaryConnectionFactory(int len, int bufSize, HashAlgorithm hash)
          Construct a BinaryConnectionFactory with the given parameters.
DefaultConnectionFactory(int qLen, int bufSize, HashAlgorithm hash)
          Construct a DefaultConnectionFactory with the given parameters.
KetamaNodeLocator(List<MemcachedNode> nodes, HashAlgorithm alg)
           
KetamaNodeLocator(List<MemcachedNode> nodes, HashAlgorithm alg, KetamaNodeLocatorConfiguration conf)