Package net.spy.memcached.ops
Interface GetsOperation.Callback
-
- All Superinterfaces:
OperationCallback
- All Known Implementing Classes:
MultiGetsOperationCallback
- Enclosing interface:
- GetsOperation
public static interface GetsOperation.Callback extends OperationCallback
Operation callback for the Gets request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
gotData(java.lang.String key, int flags, long cas, byte[] data)
Callback for each result from a gets.-
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
-