net.spy.memcached.ops
Interface ObserveOperation.Callback

All Superinterfaces:
OperationCallback
Enclosing interface:
ObserveOperation

public static interface ObserveOperation.Callback
extends OperationCallback

Operation callback for the Observe request.


Method Summary
 void gotData(java.lang.String key, long cas, ObserveResponse or)
          Callback for each result from a observe.
 
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
 

Method Detail

gotData

void gotData(java.lang.String key,
             long cas,
             ObserveResponse or)
Callback for each result from a observe.

Parameters:
key - the key that was retrieved
cas - the CAS value for this record
or - the ObserveResponse


Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.