net.spy.memcached.protocol.ascii
Class AsciiMemcachedNodeImpl
java.lang.Object
net.spy.memcached.compat.SpyObject
net.spy.memcached.protocol.TCPMemcachedNodeImpl
net.spy.memcached.protocol.ascii.AsciiMemcachedNodeImpl
- All Implemented Interfaces:
- MemcachedNode
public final class AsciiMemcachedNodeImpl
- extends TCPMemcachedNodeImpl
Memcached node for the ASCII protocol.
|
Method Summary |
protected void |
optimize()
|
| Methods inherited from class net.spy.memcached.protocol.TCPMemcachedNodeImpl |
addOp, authComplete, connected, copyInputQueue, destroyInputQueue, fillWriteBuffer, fixupOps, getBytesRemainingToWrite, getChannel, getContinuousTimeout, getCurrentReadOp, getCurrentWriteOp, getRbuf, getReconnectCount, getSelectionOps, getSk, getSocketAddress, getWbuf, hasReadOp, hasWriteOp, insertOp, isActive, reconnecting, registerChannel, removeCurrentReadOp, removeCurrentWriteOp, setChannel, setContinuousTimeout, setSk, setupForAuth, setupResend, toString, transitionWriteItem, writeSome |
AsciiMemcachedNodeImpl
public AsciiMemcachedNodeImpl(SocketAddress sa,
SocketChannel c,
int bufSize,
BlockingQueue<Operation> rq,
BlockingQueue<Operation> wq,
BlockingQueue<Operation> iq,
Long opQueueMaxBlockTimeNs,
long dt)
optimize
protected void optimize()
- Specified by:
optimize in class TCPMemcachedNodeImpl