Package net.spy.memcached.ops
Interface ReplicaGetOperation.Callback
- All Superinterfaces:
OperationCallback
- All Known Implementing Classes:
MultiReplicaGetOperationCallback
- Enclosing interface:
ReplicaGetOperation
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 valuedata
- the data stored under this key
-