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:
CASOperationImpl
,ConcatenationOperationImpl
,ConcatenationOperationImpl
,DeleteOperationImpl
,DeleteOperationImpl
,GetAndTouchOperationImpl
,GetAndTouchOperationImpl
,GetlOperationImpl
,GetlOperationImpl
,GetOperationImpl
,GetOperationImpl
,GetsOperationImpl
,GetsOperationImpl
,KeyStatsOperationImpl
,MultiGetOperationImpl
,MultiKeyOperationImpl
,MutatorOperationImpl
,MutatorOperationImpl
,ObserveOperationImpl
,OptimizedGetImpl
,OptimizedGetImpl
,OptimizedSetImpl
,ReplicaGetOperationImpl
,ReplicaGetsOperationImpl
,SingleKeyOperationImpl
,StoreOperationImpl
,StoreOperationImpl
,TouchOperationImpl
,TouchOperationImpl
,UnlockOperationImpl
,UnlockOperationImpl
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.
-