Uses of Class
net.rubyeye.xmemcached.impl.AbstractMemcachedSessionLocator
Packages that use AbstractMemcachedSessionLocator
Package
Description
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.implModifier and TypeClassDescriptionclassSession locator base on hash(key) mod sessions.size().Standard hash strategyclassElection hash strategyclassConsistent Hash Algorithm implementation,based on TreeMap.tailMap(hash) method.classConsistent Hash Algorithm implementation is compatible with libmemcached method.classSession locator base on hash(key) mod sessions.size().