|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.spy.memcached.compat.SpyObject
net.spy.memcached.protocol.TCPMemcachedNodeImpl
net.spy.memcached.protocol.ascii.AsciiMemcachedNodeImpl
public final class AsciiMemcachedNodeImpl
Memcached node for the ASCII protocol.
Field Summary |
---|
Fields inherited from class net.spy.memcached.protocol.TCPMemcachedNodeImpl |
---|
optimizedOp, writeQ |
Constructor Summary | |
---|---|
AsciiMemcachedNodeImpl(java.net.SocketAddress sa,
java.nio.channels.SocketChannel c,
int bufSize,
java.util.concurrent.BlockingQueue<Operation> rq,
java.util.concurrent.BlockingQueue<Operation> wq,
java.util.concurrent.BlockingQueue<Operation> iq,
java.lang.Long opQueueMaxBlockTimeNs)
|
Method Summary | |
---|---|
protected void |
optimize()
|
Methods inherited from class net.spy.memcached.protocol.TCPMemcachedNodeImpl |
---|
addOp, authComplete, connected, copyInputQueue, destroyInputQueue, fillWriteBuffer, fixupOps, getBytesRemainingToWrite, getChannel, getCurrentReadOp, getCurrentWriteOp, getRbuf, getReconnectCount, getSelectionOps, getSk, getSocketAddress, getWbuf, hasReadOp, hasWriteOp, insertOp, isActive, reconnecting, registerChannel, removeCurrentReadOp, removeCurrentWriteOp, setChannel, setSk, setupForAuth, setupResend, toString, transitionWriteItem, writeSome |
Methods inherited from class net.spy.memcached.compat.SpyObject |
---|
getLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AsciiMemcachedNodeImpl(java.net.SocketAddress sa, java.nio.channels.SocketChannel c, int bufSize, java.util.concurrent.BlockingQueue<Operation> rq, java.util.concurrent.BlockingQueue<Operation> wq, java.util.concurrent.BlockingQueue<Operation> iq, java.lang.Long opQueueMaxBlockTimeNs)
Method Detail |
---|
protected void optimize()
optimize
in class TCPMemcachedNodeImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |