|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.spy.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 |
|---|
getOp, 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)
|
|
| Method Summary | |
|---|---|
protected void |
optimize()
|
| Methods inherited from class net.spy.memcached.protocol.TCPMemcachedNodeImpl |
|---|
addOp, connected, copyInputQueue, fillWriteBuffer, fixupOps, getBytesRemainingToWrite, getChannel, getCurrentReadOp, getCurrentWriteOp, getRbuf, getReconnectCount, getSelectionOps, getSk, getSocketAddress, getWbuf, hasReadOp, hasWriteOp, isActive, reconnecting, registerChannel, removeCurrentReadOp, removeCurrentWriteOp, setChannel, setSk, setupResend, toString, transitionWriteItem, writeSome |
| Methods inherited from class net.spy.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)
| 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 | ||||||||