net.spy.memcached.ops
Interface TapOperation

All Superinterfaces:
Operation
All Known Implementing Classes:
TapAckOperationImpl, TapBackfillOperationImpl, TapCustomOperationImpl, TapDumpOperationImpl, TapOperationImpl

public interface TapOperation
extends Operation

Tap operation.


Nested Class Summary
static interface TapOperation.Callback
          Operation callback for the tap dump request.
 
Method Summary
 void streamClosed(OperationState state)
           
 
Methods inherited from interface net.spy.memcached.ops.Operation
cancel, getBuffer, getCallback, getException, getHandlingNode, getState, handleRead, hasErrored, initialize, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, readFromBuffer, setHandlingNode, timeOut, writeComplete
 

Method Detail

streamClosed

void streamClosed(OperationState state)