Package 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
Nested Classes Modifier and Type Interface Description static interface
TapOperation.Callback
Operation callback for the tap dump request.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
streamClosed(OperationState state)
-
Methods inherited from interface net.spy.memcached.ops.Operation
addClone, cancel, getBuffer, getCallback, getCloneCount, getErrorMsg, getException, getHandlingNode, getState, getWriteCompleteTimestamp, handleRead, hasErrored, initialize, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, readFromBuffer, setCloneCount, setHandlingNode, timeOut, writeComplete, writing
-
-
-
-
Method Detail
-
streamClosed
void streamClosed(OperationState state)
-
-