Package net.spy.memcached.ops
Interface GetlOperation.Callback
- All Superinterfaces:
OperationCallback
- Enclosing interface:
GetlOperation
Operation callback for the getl request.
-
Method Summary
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
Method Details
-
gotData
Callback for each result from a getl.- Parameters:
key
- the key that was retrievedflags
- the flags for this valuedata
- the data stored under this key
-