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(java.lang.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(java.lang.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 © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.