Interface StatsOperation.Callback

All Superinterfaces:
OperationCallback
Enclosing interface:
StatsOperation

public static interface StatsOperation.Callback extends OperationCallback
Callback for stats operation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    gotStat(String name, String val)
    Invoked once for every stat returned from the server.

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

    complete, receivedStatus
  • Method Details

    • gotStat

      void gotStat(String name, String val)
      Invoked once for every stat returned from the server.
      Parameters:
      name - the name of the stat
      val - the stat value.