Interface GetAndTouchOperation.Callback

All Superinterfaces:
OperationCallback
Enclosing interface:
GetAndTouchOperation

public static interface GetAndTouchOperation.Callback extends OperationCallback
Operation callback for the gat request.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    gotData(String key, int flags, long cas, byte[] data)
    Callback for each result from a gat.

    Methods inherited from interface net.spy.memcached.ops.OperationCallback

    complete, receivedStatus
  • Method Details

    • gotData

      void gotData(String key, int flags, long cas, byte[] data)
      Callback for each result from a gat.
      Parameters:
      key - the key that was retrieved
      flags - the flags for this value
      data - the data stored under this key