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(java.lang.String name,
java.lang.String val)
Invoked once for every stat returned from the server. |
gotStat
void gotStat(java.lang.String name,
java.lang.String val)
- Invoked once for every stat returned from the server.
- Parameters:
name
- the name of the statval
- the stat value.