Package net.spy.memcached.ops
Interface ObserveOperation
-
- All Superinterfaces:
KeyedOperation
,Operation
- All Known Implementing Classes:
ObserveOperationImpl
public interface ObserveOperation extends KeyedOperation
Observe operation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ObserveOperation.Callback
Operation callback for the Observe request.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getCasValue()
Get the CAS value advised for this operation.int
getIndex()
Get the index advised for this operation.-
Methods inherited from interface net.spy.memcached.ops.KeyedOperation
getKeys
-
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
-
-