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