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. | 
 
 
gotData
void gotData(String key,
             int flags,
             byte[] data)
- Callback for each result from a get.
 
- Parameters:
 key - the key that was retrievedflags - the flags for this valuedata - the data stored under this key