Uses of Class
net.rubyeye.xmemcached.HashAlgorithm
-
Packages that use HashAlgorithm Package Description net.rubyeye.xmemcached XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.net.rubyeye.xmemcached.impl Manage tcp connection,memcached protocol optimized,and some MBeans for monitor. -
-
Uses of HashAlgorithm in net.rubyeye.xmemcached
Methods in net.rubyeye.xmemcached that return HashAlgorithm Modifier and Type Method Description static HashAlgorithmHashAlgorithm. valueOf(java.lang.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. -
Uses of HashAlgorithm in net.rubyeye.xmemcached.impl
Fields in net.rubyeye.xmemcached.impl declared as HashAlgorithm Modifier and Type Field Description private HashAlgorithmKetamaMemcachedSessionLocator. hashAlgprivate HashAlgorithmArrayMemcachedSessionLocator. hashAlgorighmprivate HashAlgorithmElectionMemcachedSessionLocator. hashAlgorithmprivate HashAlgorithmLibmemcachedMemcachedSessionLocator. hashAlgorithmprivate HashAlgorithmPHPMemcacheSessionLocator. hashAlgorithmMethods in net.rubyeye.xmemcached.impl with parameters of type HashAlgorithm Modifier and Type Method Description private voidKetamaMemcachedSessionLocator. buildMap(java.util.Collection<Session> list, HashAlgorithm alg)private voidLibmemcachedMemcachedSessionLocator. buildMap(java.util.Collection<Session> list, HashAlgorithm alg)voidArrayMemcachedSessionLocator. setHashAlgorighm(HashAlgorithm hashAlgorighm)voidPHPMemcacheSessionLocator. setHashAlgorighm(HashAlgorithm hashAlgorithm)Constructors in net.rubyeye.xmemcached.impl with parameters of type HashAlgorithm Constructor Description ArrayMemcachedSessionLocator(HashAlgorithm hashAlgorighm)ElectionMemcachedSessionLocator(HashAlgorithm hashAlgorithm)KetamaMemcachedSessionLocator(java.util.List<Session> list, HashAlgorithm alg)KetamaMemcachedSessionLocator(HashAlgorithm alg)Create a KetamaMemcachedSessionLocator with a special hash algorithm.KetamaMemcachedSessionLocator(HashAlgorithm alg, boolean cwNginxUpstreamConsistent)KetamaMemcachedSessionLocator(HashAlgorithm alg, boolean cwNginxUpstreamConsistent, boolean gwhalinMemcachedJavaClientCompatibiltyConsistent)LibmemcachedMemcachedSessionLocator(int numReps, HashAlgorithm hashAlgorithm)PHPMemcacheSessionLocator(HashAlgorithm hashAlgorithm)
-