Class MultiGetOperationCallback

java.lang.Object
net.spy.memcached.ops.MultiOperationCallback
net.spy.memcached.ops.MultiGetOperationCallback
All Implemented Interfaces:
GetOperation.Callback, OperationCallback

public class MultiGetOperationCallback extends MultiOperationCallback implements GetOperation.Callback
MultiOperationCallback for get operations.
  • Constructor Details

    • MultiGetOperationCallback

      public MultiGetOperationCallback(OperationCallback original, int todo)
  • Method Details

    • gotData

      public void gotData(String key, int flags, byte[] data)
      Description copied from interface: GetOperation.Callback
      Callback for each result from a get.
      Specified by:
      gotData in interface GetOperation.Callback
      Parameters:
      key - the key that was retrieved
      flags - the flags for this value
      data - the data stored under this key