Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
gotData(java.lang.String key, int flags, byte[] data)
Callback for each result from a get.-
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
-