Uses of Class
net.rubyeye.xmemcached.impl.AbstractMemcachedSessionLocator
-
Packages that use AbstractMemcachedSessionLocator Package Description net.rubyeye.xmemcached.impl Manage tcp connection,memcached protocol optimized,and some MBeans for monitor. -
-
Uses of AbstractMemcachedSessionLocator in net.rubyeye.xmemcached.impl
Subclasses of AbstractMemcachedSessionLocator in net.rubyeye.xmemcached.impl Modifier and Type Class Description classArrayMemcachedSessionLocatorSession locator base on hash(key) mod sessions.size().Standard hash strategyclassElectionMemcachedSessionLocatorElection hash strategyclassKetamaMemcachedSessionLocatorConsistent Hash Algorithm implementation,based on TreeMap.tailMap(hash) method.classLibmemcachedMemcachedSessionLocatorConsistent Hash Algorithm implementation is compatible with libmemcached method.classPHPMemcacheSessionLocatorSession locator base on hash(key) mod sessions.size().
-