| 程序包 | 说明 |
|---|---|
| net.rubyeye.xmemcached |
XMemcached's main classes and interfaces,use these
classes/interfaces to interact with memcached servers.
|
| net.rubyeye.xmemcached.command |
Memcached protocol implementations
|
| net.rubyeye.xmemcached.impl |
Manage tcp connection,memcached protocol optimized,and some
MBeans for monitor.
|
| net.rubyeye.xmemcached.utils |
XMemcached Utilities
|
| 限定符和类型 | 方法和说明 |
|---|---|
Protocol |
XMemcachedClient.getProtocol() |
Protocol |
MemcachedClient.getProtocol() |
Protocol |
CommandFactory.getProtocol()
Get this client's protocol version
|
| 限定符和类型 | 方法和说明 |
|---|---|
Protocol |
TextCommandFactory.getProtocol() |
Protocol |
KestrelCommandFactory.getProtocol() |
Protocol |
BinaryCommandFactory.getProtocol() |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Protocol |
MemcachedConnector.protocol |
| 限定符和类型 | 方法和说明 |
|---|---|
Protocol |
MemcachedConnector.getProtocol() |
| 构造器和说明 |
|---|
Optimizer(Protocol protocol) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Protocol |
Protocol.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Protocol[] |
Protocol.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ByteUtils.setProtocol(Protocol protocol) |
Copyright © 2013. All Rights Reserved.