public class MultiGetOperationCallback extends MultiOperationCallback implements GetOperation.Callback
originalCallback
Constructor and Description |
---|
MultiGetOperationCallback(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 get.
|
complete, receivedStatus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
complete, receivedStatus
public MultiGetOperationCallback(OperationCallback original, int todo)
public void gotData(java.lang.String key, int flags, byte[] data)
GetOperation.Callback
gotData
in interface GetOperation.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.