Interface ObserveOperation.Callback

All Superinterfaces:
OperationCallback
Enclosing interface:
ObserveOperation

public static interface ObserveOperation.Callback extends OperationCallback
Operation callback for the Observe request.
  • Method Details

    • gotData

      void gotData(String key, long cas, MemcachedNode node, 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