net.spy.memcached.ops
Interface StatsOperation.Callback

All Superinterfaces:
OperationCallback
Enclosing interface:
StatsOperation

public static interface StatsOperation.Callback
extends OperationCallback

Callback for stats operation.


Method Summary
 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 Detail

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.