Package net.spy.memcached.ops
Class MultiReplicaGetOperationCallback
java.lang.Object
net.spy.memcached.ops.MultiOperationCallback
net.spy.memcached.ops.MultiReplicaGetOperationCallback
- All Implemented Interfaces:
OperationCallback
,ReplicaGetOperation.Callback
public class MultiReplicaGetOperationCallback
extends MultiOperationCallback
implements ReplicaGetOperation.Callback
MultiOperationCallback for replica get operations.
-
Field Summary
Fields inherited from class net.spy.memcached.ops.MultiOperationCallback
originalCallback
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.spy.memcached.ops.MultiOperationCallback
complete, receivedStatus
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
Constructor Details
-
MultiReplicaGetOperationCallback
-
-
Method Details
-
gotData
Description copied from interface:ReplicaGetOperation.Callback
Callback for each result from a replica get.- Specified by:
gotData
in interfaceReplicaGetOperation.Callback
- Parameters:
key
- the key that was retrievedflags
- the flags for this valuedata
- the data stored under this key
-