Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
gotStat(java.lang.String name, java.lang.String val)
Invoked once for every stat returned from the server.-
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
-