public static interface ObserveOperation.Callback extends OperationCallback
| Modifier and Type | Method and Description |
|---|---|
void |
gotData(java.lang.String key,
long cas,
MemcachedNode node,
ObserveResponse or)
Callback for each result from a observe.
|
complete, receivedStatusvoid gotData(java.lang.String key,
long cas,
MemcachedNode node,
ObserveResponse or)
key - the key that was retrievedcas - the CAS value for this recordor - the ObserveResponseCopyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.