Package net.spy.memcached.ops
Interface GetsOperation
-
- All Superinterfaces:
KeyedOperation
,Operation
- All Known Implementing Classes:
GetsOperationImpl
,GetsOperationImpl
public interface GetsOperation extends KeyedOperation
Gets operation (get with CAS identifier support).
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
GetsOperation.Callback
Operation callback for the Gets request.
-
Method Summary
-
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
-
-