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