net.spy.memcached.ops
Interface KeyedOperation

All Superinterfaces:
Operation, VBucketAware
All Known Subinterfaces:
CASOperation, ConcatenationOperation, DeleteOperation, GetAndTouchOperation, GetlOperation, GetOperation, GetsOperation, MutatorOperation, StoreOperation
All Known Implementing Classes:
ConcatenationOperationImpl, GetAndTouchOperationImpl, TouchOperationImpl

public interface KeyedOperation
extends Operation, VBucketAware

Operations that contain keys.


Method Summary
 Collection<String> getKeys()
          Get the keys requested in this GetOperation.
 
Methods inherited from interface net.spy.memcached.ops.Operation
cancel, getBuffer, getCallback, getException, getHandlingNode, getState, handleRead, hasErrored, initialize, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, readFromBuffer, setHandlingNode, timeOut, writeComplete
 
Methods inherited from interface net.spy.memcached.ops.VBucketAware
addNotMyVbucketNode, getNotMyVbucketNodes, setNotMyVbucketNodes, setVBucket
 

Method Detail

getKeys

Collection<String> getKeys()
Get the keys requested in this GetOperation.