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, connected, copyInputQueue, destroyInputQueue, 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 | 
 
 
 
AsciiMemcachedNodeImpl
public AsciiMemcachedNodeImpl(SocketAddress sa,
                              SocketChannel c,
                              int bufSize,
                              BlockingQueue<Operation> rq,
                              BlockingQueue<Operation> wq,
                              BlockingQueue<Operation> iq)
optimize
protected void optimize()
- Specified by:
 optimize in class TCPMemcachedNodeImpl