net.spy.memcached.ops
Interface KeyedOperation

All Superinterfaces:
Operation
All Known Subinterfaces:
CASOperation, ConcatenationOperation, DeleteOperation, GetAndTouchOperation, GetlOperation, GetOperation, GetsOperation, MutatorOperation, ObserveOperation, StoreOperation, UnlockOperation
All Known Implementing Classes:
ConcatenationOperationImpl, GetAndTouchOperationImpl, GetAndTouchOperationImpl, GetlOperationImpl, GetsOperationImpl, OptimizedSetImpl, TouchOperationImpl

public interface KeyedOperation
extends Operation

Operations that contain keys.


Method Summary
 java.util.Collection<java.lang.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, writing
 

Method Detail

getKeys

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



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.