Package net.spy.memcached.ops
Interface GetsOperation.Callback
- All Superinterfaces:
OperationCallback
- All Known Implementing Classes:
MultiGetsOperationCallback
- Enclosing interface:
GetsOperation
Operation callback for the Gets request.
-
Method Summary
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
Method Details
-
gotData
Callback for each result from a gets.- Parameters:
key
- the key that was retrievedflags
- the flags for this valuecas
- the CAS value for this recorddata
- the data stored under this key
-