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
public interface KeyedOperation extends Operation
Operations that contain keys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.String>
getKeys()
Get the keys requested in this GetOperation.-
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
-
-