Package net.spy.memcached.ops
Interface ObserveOperation.Callback
- All Superinterfaces:
OperationCallback
- Enclosing interface:
ObserveOperation
Operation callback for the Observe request.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
gotData
(String key, long cas, MemcachedNode node, ObserveResponse or) Callback for each result from a observe.Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
Method Details
-
gotData
Callback for each result from a observe.- Parameters:
key
- the key that was retrievedcas
- the CAS value for this recordor
- the ObserveResponse
-