public static interface ReplicaGetsOperation.Callback extends OperationCallback
Modifier and Type | Method and Description |
---|---|
void |
gotData(String key,
int flags,
long cas,
byte[] data)
Callback for each result from a replica get.
|
complete, receivedStatus
void gotData(String key, int flags, long cas, byte[] data)
key
- the key that was retrievedflags
- the flags for this valuecas
- the cas valuedata
- the data stored under this keyCopyright © 2015. All rights reserved.