Package net.spy.memcached.ops
Interface StatsOperation
-
- All Superinterfaces:
Operation
- All Known Implementing Classes:
KeyStatsOperationImpl
,StatsOperationImpl
,StatsOperationImpl
public interface StatsOperation extends Operation
Stats fetching operation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
StatsOperation.Callback
Callback for stats operation.
-
Method Summary
-
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
-
-