net.spy.memcached.ops
Interface GetOperation

All Superinterfaces:
Operation

public interface GetOperation
extends Operation

Get operation.


Nested Class Summary
static interface GetOperation.Callback
          Operation callback for the get request.
 
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, getState, handleRead, hasErrored, initialize, isCancelled, readFromBuffer, writeComplete
 

Method Detail

getKeys

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