net.spy.memcached.protocol.binary
Class BinaryMemcachedNodeImpl
java.lang.Object
  
net.spy.memcached.compat.SpyObject
      
net.spy.memcached.protocol.TCPMemcachedNodeImpl
          
net.spy.memcached.protocol.binary.BinaryMemcachedNodeImpl
- All Implemented Interfaces: 
 - MemcachedNode
 
public class BinaryMemcachedNodeImpl
- extends TCPMemcachedNodeImpl
 
Implementation of MemcachedNode for speakers of the binary 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 | 
 
 
 
BinaryMemcachedNodeImpl
public BinaryMemcachedNodeImpl(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