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 TypeClassDescriptionclass
Session locator base on hash(key) mod sessions.size().Standard hash strategyclass
Election hash strategyclass
Consistent Hash Algorithm implementation,based on TreeMap.tailMap(hash) method.class
Consistent Hash Algorithm implementation is compatible with libmemcached method.class
Session locator base on hash(key) mod sessions.size().