net.spy.memcached.ops
Interface GetOperation.Callback

All Superinterfaces:
OperationCallback
All Known Implementing Classes:
GetCallbackWrapper, MultiGetOperationCallback, ProxyCallback
Enclosing interface:
GetOperation

public static interface GetOperation.Callback
extends OperationCallback

Operation callback for the get request.


Method Summary
 void gotData(String key, int flags, byte[] data)
          Callback for each result from a get.
 
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
 

Method Detail

gotData

void gotData(String key,
             int flags,
             byte[] data)
Callback for each result from a get.

Parameters:
key - the key that was retrieved
flags - the flags for this value
data - the data stored under this key