public class MultiReplicaGetOperationCallback extends MultiOperationCallback implements ReplicaGetOperation.Callback
originalCallback
Constructor and Description |
---|
MultiReplicaGetOperationCallback(OperationCallback original,
int todo) |
Modifier and Type | Method and Description |
---|---|
void |
gotData(String key,
int flags,
byte[] data)
Callback for each result from a replica get.
|
complete, receivedStatus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
complete, receivedStatus
public MultiReplicaGetOperationCallback(OperationCallback original, int todo)
public void gotData(String key, int flags, byte[] data)
ReplicaGetOperation.Callback
gotData
in interface ReplicaGetOperation.Callback
key
- the key that was retrievedflags
- the flags for this valuedata
- the data stored under this keyCopyright © 2019. All rights reserved.