Interface ReplicaGetOperation.Callback

All Superinterfaces:
OperationCallback
All Known Implementing Classes:
MultiReplicaGetOperationCallback
Enclosing interface:
ReplicaGetOperation

public static interface ReplicaGetOperation.Callback extends OperationCallback
Operation callback for the replica get request.
  • Method Summary

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

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

    complete, receivedStatus
  • Method Details

    • gotData

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