net.spy.memcached.ops
Interface KeyedOperation

All Superinterfaces:
Operation
All Known Subinterfaces:
CASOperation, ConcatenationOperation, DeleteOperation, GetOperation, GetsOperation, MutatorOperation, StoreOperation
All Known Implementing Classes:
ConcatenationOperationImpl

public interface KeyedOperation
extends Operation

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, readFromBuffer, setHandlingNode, writeComplete
 

Method Detail

getKeys

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