Package net.spy.memcached.ops
Interface ObserveOperation
- All Superinterfaces:
KeyedOperation,Operation
Observe operation.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceOperation callback for the Observe request. -
Method Summary
Modifier and TypeMethodDescriptionlongGet the CAS value advised for this operation.intgetIndex()Get the index advised for this operation.Methods inherited from interface net.spy.memcached.ops.KeyedOperation
getKeysMethods 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 Details
-
getCasValue
long getCasValue()Get the CAS value advised for this operation. -
getIndex
int getIndex()Get the index advised for this operation.
-