Uses of Interface
net.spy.memcached.HashAlgorithm

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

Uses of HashAlgorithm in net.spy.memcached
 

Classes in net.spy.memcached that implement HashAlgorithm
 class DefaultHashAlgorithm
          Known hashing algorithms for locating a server for a key.
 

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

Methods in net.spy.memcached that return HashAlgorithm
 HashAlgorithm DefaultConnectionFactory.getHashAlg()
           
 HashAlgorithm ConnectionFactory.getHashAlg()
          Get the hash algorithm to be used.
static HashAlgorithm HashAlgorithmRegistry.lookupHashAlgorithm(java.lang.String name)
          Tries to find selected hash algorithm using name provided.
 

Methods in net.spy.memcached with parameters of type HashAlgorithm
static void HashAlgorithmRegistry.registerHashAlgorithm(java.lang.String name, HashAlgorithm alg)
          Registers provided HashAlgorithm instance with the given name.
 ConnectionFactoryBuilder ConnectionFactoryBuilder.setHashAlg(HashAlgorithm to)
          Set the hash algorithm.
 

Constructors in net.spy.memcached with parameters of type HashAlgorithm
ArrayModNodeLocator(java.util.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(java.util.List<MemcachedNode> nodes, HashAlgorithm alg)
          Create a new KetamaNodeLocator using specified nodes and the specifed hash algorithm.
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 HashAlgorithm in net.spy.memcached.spring
 

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



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