| 程序包 | 说明 |
|---|---|
| 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.networking |
Networking layout to talk with memcached.
|
| net.rubyeye.xmemcached.utils |
XMemcached Utilities
|
| net.rubyeye.xmemcached.utils.hibernate |
Hibernate-memcached supports
|
| 类和说明 |
|---|
| CASOperation
CAS operation,encapsulate gets and cas commands,and supports retry times.
|
| CommandFactory |
| Counter
Counter,encapsulate the incr/decr methods.
|
| GetsResponse
Response for gets command.It's a value object.
|
| HashAlgorithm
Known hashing algorithms for locating a server for a key.
|
| KeyIterator
已过时。
memcached 1.6.x will remove cachedump stats command,so this
feature will be removed in the future
|
| KeyProvider
Key provider to pre-process keys before sending to memcached.
|
| MemcachedClient
The memcached client's interface
|
| MemcachedClientBuilder
Builder pattern.Configure XmemcachedClient's options,then build it
|
| MemcachedClientCallable
MemcachedClient callable when using namespace in xmemcached.For example:
memcachedClient.withNamespace(userId,new MemcachedClientCallable
|
| MemcachedClientStateListener
MemcachedClient state listener.When client startup,shutdown,connected to a
memcached server or disconnected happened,client will notify the listener
instance which implemented this interface.Please don't do any operations
which may block in these callback methods.
|
| MemcachedSessionLocator
Session locator.Find session by key.
|
| XMemcachedClientMBean
XMemcachedClientMBean.It is used for JMX to add/remove memcached server.
|
| 类和说明 |
|---|
| CommandFactory |
| MemcachedClient
The memcached client's interface
|
| 类和说明 |
|---|
| CommandFactory |
| 类和说明 |
|---|
| CommandFactory |
| FlowControl
Flow control for noreply operations.
|
| HashAlgorithm
Known hashing algorithms for locating a server for a key.
|
| KeyIterator
已过时。
memcached 1.6.x will remove cachedump stats command,so this
feature will be removed in the future
|
| KeyProvider
Key provider to pre-process keys before sending to memcached.
|
| MemcachedClient
The memcached client's interface
|
| MemcachedClientStateListener
MemcachedClient state listener.When client startup,shutdown,connected to a
memcached server or disconnected happened,client will notify the listener
instance which implemented this interface.Please don't do any operations
which may block in these callback methods.
|
| MemcachedOptimizer
xmemcached Optimizer
|
| MemcachedSessionLocator
Session locator.Find session by key.
|
| 类和说明 |
|---|
| FlowControl
Flow control for noreply operations.
|
| MemcachedClient
The memcached client's interface
|
| MemcachedSessionLocator
Session locator.Find session by key.
|
| 类和说明 |
|---|
| CommandFactory |
| KeyProvider
Key provider to pre-process keys before sending to memcached.
|
| MemcachedSessionLocator
Session locator.Find session by key.
|
| 类和说明 |
|---|
| CommandFactory |
| HashAlgorithm
Known hashing algorithms for locating a server for a key.
|
| MemcachedClient
The memcached client's interface
|
| MemcachedSessionLocator
Session locator.Find session by key.
|
Copyright © 2013. All Rights Reserved.