public static interface ObserveOperation.Callback extends OperationCallback
Modifier and Type | Method and Description |
---|---|
void |
gotData(String key,
long cas,
MemcachedNode node,
ObserveResponse or)
Callback for each result from a observe.
|
complete, receivedStatus
void gotData(String key, long cas, MemcachedNode node, ObserveResponse or)
key
- the key that was retrievedcas
- the CAS value for this recordor
- the ObserveResponseCopyright © 2016. All rights reserved.