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 HashAlgorithm
HashAlgorithm. 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 HashAlgorithm
KetamaMemcachedSessionLocator. hashAlg
private HashAlgorithm
ArrayMemcachedSessionLocator. hashAlgorighm
private HashAlgorithm
ElectionMemcachedSessionLocator. hashAlgorithm
private HashAlgorithm
LibmemcachedMemcachedSessionLocator. hashAlgorithm
private HashAlgorithm
PHPMemcacheSessionLocator. hashAlgorithm
Methods in net.rubyeye.xmemcached.impl with parameters of type HashAlgorithm Modifier and Type Method Description private void
KetamaMemcachedSessionLocator. buildMap(java.util.Collection<Session> list, HashAlgorithm alg)
private void
LibmemcachedMemcachedSessionLocator. buildMap(java.util.Collection<Session> list, HashAlgorithm alg)
void
ArrayMemcachedSessionLocator. setHashAlgorighm(HashAlgorithm hashAlgorighm)
void
PHPMemcacheSessionLocator. 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)
-