| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
InetSocketAddressWrapper |
ReconnectRequest.getInetSocketAddressWrapper()
Returns a reconnect socket address wrapper
|
InetSocketAddressWrapper |
MemcachedTCPSession.getInetSocketAddressWrapper() |
InetSocketAddressWrapper |
ConnectFuture.getInetSocketAddressWrapper() |
InetSocketAddressWrapper |
ClosedMemcachedTCPSession.getInetSocketAddressWrapper() |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<Boolean> |
MemcachedConnector.connect(InetSocketAddressWrapper addressWrapper) |
protected MemcachedTCPSession |
MemcachedConnector.createSession(SocketChannel socketChannel,
InetSocketAddressWrapper wrapper) |
void |
ReconnectRequest.setInetSocketAddressWrapper(InetSocketAddressWrapper inetSocketAddressWrapper) |
void |
MemcachedTCPSession.setInetSocketAddressWrapper(InetSocketAddressWrapper inetSocketAddressWrapper) |
| 构造器和说明 |
|---|
ClosedMemcachedTCPSession(InetSocketAddressWrapper inetSocketAddressWrapper) |
ConnectFuture(InetSocketAddressWrapper inetSocketAddressWrapper) |
ReconnectRequest(InetSocketAddressWrapper inetSocketAddressWrapper,
int tries,
long reconnectInterval) |
| 限定符和类型 | 方法和说明 |
|---|---|
InetSocketAddressWrapper |
MemcachedSession.getInetSocketAddressWrapper() |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<Boolean> |
Connector.connect(InetSocketAddressWrapper addressWrapper) |
Copyright © 2013. All Rights Reserved.