Uses of Class
net.spy.memcached.HashAlgorithm

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

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)
          Create a new KetamaNodeLocator using specified nodes and the specifed hash algorithm.
KetamaNodeLocator(List<MemcachedNode> nodes, HashAlgorithm alg, KetamaNodeLocatorConfiguration conf)
          Create a new KetamaNodeLocator using specified nodes and the specifed hash algorithm and configuration.
 

Uses of HashAlgorithm in net.spy.memcached.spring
 

Methods in net.spy.memcached.spring with parameters of type HashAlgorithm
 void MemcachedClientFactoryBean.setHashAlg(HashAlgorithm to)
           
 

Uses of HashAlgorithm in net.spy.memcached.vbucket.config
 

Methods in net.spy.memcached.vbucket.config that return HashAlgorithm
 HashAlgorithm CacheConfig.getHashAlgorithm()
           
 HashAlgorithm Config.getHashAlgorithm()
           
 HashAlgorithm DefaultConfig.getHashAlgorithm()
           
 

Constructors in net.spy.memcached.vbucket.config with parameters of type HashAlgorithm
DefaultConfig(HashAlgorithm hashAlgorithm, int serversCount, int replicasCount, int vbucketsCount, List<String> servers, List<VBucket> vbuckets)