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

Packages that use FlushOperation
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 FlushOperation in net.spy.memcached
 

Methods in net.spy.memcached that return FlushOperation
 FlushOperation OperationFactory.flush(int delay, OperationCallback operationCallback)
          Create a flush operation.
 

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

Methods in net.spy.memcached.protocol.ascii that return FlushOperation
 FlushOperation AsciiOperationFactory.flush(int delay, OperationCallback cb)
           
 

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

Methods in net.spy.memcached.protocol.binary that return FlushOperation
 FlushOperation BinaryOperationFactory.flush(int delay, OperationCallback cb)