public class MultiGetsOperationCallback extends MultiOperationCallback implements GetsOperation.Callback
originalCallback
Constructor and Description |
---|
MultiGetsOperationCallback(OperationCallback original,
int todo) |
Modifier and Type | Method and Description |
---|---|
void |
gotData(String key,
int flags,
long cas,
byte[] data)
Callback for each result from a gets.
|
complete, receivedStatus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
complete, receivedStatus
public MultiGetsOperationCallback(OperationCallback original, int todo)
public void gotData(String key, int flags, long cas, byte[] data)
GetsOperation.Callback
gotData
in interface GetsOperation.Callback
key
- the key that was retrievedflags
- the flags for this valuecas
- the CAS value for this recorddata
- the data stored under this keyCopyright © 2018. All rights reserved.