Package net.spy.memcached.ops
Interface GetlOperation.Callback
-
- All Superinterfaces:
OperationCallback
- Enclosing interface:
- GetlOperation
public static interface GetlOperation.Callback extends OperationCallback
Operation callback for the getl 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 getl.-
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
-