Package net.spy.memcached.ops
Interface KeyedOperation
- All Superinterfaces:
Operation
- All Known Subinterfaces:
CASOperation,ConcatenationOperation,DeleteOperation,GetAndTouchOperation,GetlOperation,GetOperation,GetsOperation,MutatorOperation,ObserveOperation,ReplicaGetOperation,ReplicaGetsOperation,StoreOperation,TouchOperation,UnlockOperation
- All Known Implementing Classes:
ConcatenationOperationImpl,GetAndTouchOperationImpl,GetAndTouchOperationImpl,GetlOperationImpl,GetsOperationImpl,KeyStatsOperationImpl,MultiGetOperationImpl,OptimizedSetImpl,ReplicaGetOperationImpl,ReplicaGetsOperationImpl,TouchOperationImpl
Operations that contain keys.
-
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
-
Method Details
-
getKeys
Collection<String> getKeys()Get the keys requested in this GetOperation.
-