| 程序包 | 说明 |
|---|---|
| net.rubyeye.xmemcached.impl |
Manage tcp connection,memcached protocol optimized,and some
MBeans for monitor.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ArrayMemcachedSessionLocator
Session locator base on hash(key) mod sessions.size().Standard hash strategy
|
class |
ElectionMemcachedSessionLocator
Election hash strategy
|
class |
KetamaMemcachedSessionLocator
Consistent Hash Algorithm implementation,based on TreeMap.tailMap(hash)
method.
|
class |
LibmemcachedMemcachedSessionLocator
Consistent Hash Algorithm implementation is compatible with libmemcached
method.
|
class |
PHPMemcacheSessionLocator
Session locator base on hash(key) mod sessions.size().
|
Copyright © 2013. All Rights Reserved.