| 程序包 | 说明 |
|---|---|
| net.rubyeye.xmemcached |
XMemcached's main classes and interfaces,use these
classes/interfaces to interact with memcached servers.
|
| net.rubyeye.xmemcached.auth |
Memcached 1.4.3 or later version has supported SASL authentication,these classes are used for that
|
| 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
|
| net.rubyeye.xmemcached.utils.hibernate |
Hibernate-memcached supports
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected CommandFactory |
XMemcachedClient.commandFactory |
| 限定符和类型 | 方法和说明 |
|---|---|
CommandFactory |
XMemcachedClientBuilder.getCommandFactory() |
CommandFactory |
XMemcachedClient.getCommandFactory() |
CommandFactory |
MemcachedClientBuilder.getCommandFactory()
get xmemcached's command factory
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected MemcachedConnector |
XMemcachedClient.newConnector(BufferAllocator bufferAllocator,
Configuration configuration,
MemcachedSessionLocator memcachedSessionLocator,
CommandFactory commandFactory,
int poolSize,
int maxQueuedNoReplyOperations) |
void |
XMemcachedClientBuilder.setCommandFactory(CommandFactory commandFactory) |
void |
MemcachedClientBuilder.setCommandFactory(CommandFactory commandFactory)
set xmemcached's command factory.Default is TextCommandFactory,which
implements memcached text protocol.
|
| 构造器和说明 |
|---|
AuthTask(AuthInfo authInfo,
CommandFactory commandFactory,
MemcachedTCPSession memcachedTCPSession) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BinaryCommandFactory
Binary protocol command factory
|
class |
KestrelCommandFactory
Kestrel is a message queue written in scala by
robey(http://github.com/robey/kestrel).It's protocol use memcached text
protocol,so you can use any memcached clients to talk with it.But it's
protocol implementation is not all compatible with memcached standard
protocol,So xmemcached supply this command factory for it.
|
class |
TextCommandFactory
Command Factory for creating text protocol commands.
|
| 构造器和说明 |
|---|
MemcachedConnector(Configuration configuration,
MemcachedSessionLocator locator,
BufferAllocator allocator,
CommandFactory commandFactory,
int poolSize,
int maxQueuedNoReplyOperations) |
MemcachedTCPSession(NioSessionConfig sessionConfig,
int readRecvBufferSize,
MemcachedOptimizer optimiezer,
int readThreadCount,
CommandFactory commandFactory) |
| 限定符和类型 | 方法和说明 |
|---|---|
CommandFactory |
XMemcachedClientFactoryBean.getCommandFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
XMemcachedClientFactoryBean.setCommandFactory(CommandFactory commandFactory) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected CommandFactory |
XmemcachedClientFactory.getCommandFactory() |
Copyright © 2013. All Rights Reserved.