Package net.spy.memcached.ops
Interface StatsOperation.Callback
- All Superinterfaces:
OperationCallback
- Enclosing interface:
StatsOperation
Callback for stats operation.
-
Method Summary
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
Method Details
-
gotStat
Invoked once for every stat returned from the server.- Parameters:
name
- the name of the statval
- the stat value.
-