Uses of Interface
net.spy.memcached.ops.NoopOperation

Packages that use NoopOperation
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocol 
net.spy.memcached.protocol.binary Low-level operations for the memcached binary protocol 
 

Uses of NoopOperation in net.spy.memcached
 

Methods in net.spy.memcached that return NoopOperation
 NoopOperation OperationFactory.noop(OperationCallback cb)
          Create a NOOP operation.
 

Uses of NoopOperation in net.spy.memcached.protocol.ascii
 

Methods in net.spy.memcached.protocol.ascii that return NoopOperation
 NoopOperation AsciiOperationFactory.noop(OperationCallback cb)
           
 

Uses of NoopOperation in net.spy.memcached.protocol.binary
 

Methods in net.spy.memcached.protocol.binary that return NoopOperation
 NoopOperation BinaryOperationFactory.noop(OperationCallback cb)