Package 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
Memcached node for the ASCII protocol.
-
Field Summary
Fields inherited from class net.spy.memcached.protocol.TCPMemcachedNodeImpl
optimizedOp, writeQ
-
Constructor Summary
ConstructorsConstructorDescriptionAsciiMemcachedNodeImpl
(SocketAddress sa, SocketChannel c, int bufSize, BlockingQueue<Operation> rq, BlockingQueue<Operation> wq, BlockingQueue<Operation> iq, Long opQueueMaxBlockTimeNs, long dt, long at, ConnectionFactory fa) -
Method Summary
Methods inherited from class net.spy.memcached.protocol.TCPMemcachedNodeImpl
addOp, authComplete, completedRead, connected, copyInputQueue, destroyInputQueue, fillWriteBuffer, fixupOps, getBytesRemainingToWrite, getChannel, getConnection, getContinuousTimeout, getCurrentReadOp, getCurrentWriteOp, getRbuf, getReconnectCount, getSelectionOps, getSk, getSocketAddress, getWbuf, hasReadOp, hasWriteOp, insertOp, isActive, isAuthenticated, lastReadDelta, reconnecting, registerChannel, removeCurrentReadOp, removeCurrentWriteOp, setChannel, setConnection, setContinuousTimeout, setSk, setupForAuth, setupResend, toString, transitionWriteItem, writeSome
-
Constructor Details
-
AsciiMemcachedNodeImpl
public AsciiMemcachedNodeImpl(SocketAddress sa, SocketChannel c, int bufSize, BlockingQueue<Operation> rq, BlockingQueue<Operation> wq, BlockingQueue<Operation> iq, Long opQueueMaxBlockTimeNs, long dt, long at, ConnectionFactory fa)
-
-
Method Details
-
optimize
protected void optimize()- Specified by:
optimize
in classTCPMemcachedNodeImpl
-