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(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(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 © 2016. All rights reserved.