net.spy.memcached.ops
Interface GetsOperation

All Superinterfaces:
Operation

public interface GetsOperation
extends Operation

Gets operation (get with CAS identifier support).


Nested Class Summary
static interface GetsOperation.Callback
          Operation callback for the Gets request.
 
Method Summary
 java.util.Collection<java.lang.String> getKeys()
          Get the keys requested in this GetsOperation.
 
Methods inherited from interface net.spy.memcached.ops.Operation
cancel, getBuffer, getCallback, getException, getState, handleRead, hasErrored, initialize, isCancelled, readFromBuffer, writeComplete
 

Method Detail

getKeys

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