public static interface StoreOperation.Callback extends OperationCallback
| Modifier and Type | Method and Description |
|---|---|
void |
gotData(String key,
long cas)
Callback for each result from a Store.
|
complete, receivedStatusvoid gotData(String key, long cas)
key - the key that was retrievedcas - the CAS value for this recordCopyright © 2019. All rights reserved.