| 程序包 | 说明 |
|---|---|
| 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.
|
| net.rubyeye.xmemcached.utils.hibernate |
Hibernate-memcached supports
|
| 限定符和类型 | 方法和说明 |
|---|---|
static HashAlgorithm |
HashAlgorithm.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static HashAlgorithm[] |
HashAlgorithm.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PHPMemcacheSessionLocator.setHashAlgorighm(HashAlgorithm hashAlgorithm) |
void |
ArrayMemcachedSessionLocator.setHashAlgorighm(HashAlgorithm hashAlgorighm) |
| 构造器和说明 |
|---|
ArrayMemcachedSessionLocator(HashAlgorithm hashAlgorighm) |
ElectionMemcachedSessionLocator(HashAlgorithm hashAlgorithm) |
KetamaMemcachedSessionLocator(HashAlgorithm alg) |
KetamaMemcachedSessionLocator(HashAlgorithm alg,
boolean cwNginxUpstreamConsistent) |
KetamaMemcachedSessionLocator(List<Session> list,
HashAlgorithm alg) |
LibmemcachedMemcachedSessionLocator(int numReps,
HashAlgorithm hashAlgorithm) |
PHPMemcacheSessionLocator(HashAlgorithm hashAlgorithm) |
| 限定符和类型 | 方法和说明 |
|---|---|
HashAlgorithm |
XmemcachedClientFactory.getHashAlgorithm() |
Copyright © 2013. All Rights Reserved.