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, receivedStatus
void gotData(String key, long cas)
key
- the key that was retrievedcas
- the CAS value for this recordCopyright © 2022. All rights reserved.