Uses of Interface
net.spy.memcached.ops.StatsOperation.Callback

Packages that use StatsOperation.Callback
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocol 
net.spy.memcached.protocol.binary Low-level operations for the memcached binary protocol 
 

Uses of StatsOperation.Callback in net.spy.memcached
 

Methods in net.spy.memcached with parameters of type StatsOperation.Callback
 StatsOperation OperationFactory.stats(String arg, StatsOperation.Callback cb)
          Get a new StatsOperation.
 

Uses of StatsOperation.Callback in net.spy.memcached.protocol.ascii
 

Methods in net.spy.memcached.protocol.ascii with parameters of type StatsOperation.Callback
 StatsOperation AsciiOperationFactory.stats(String arg, StatsOperation.Callback cb)
           
 

Uses of StatsOperation.Callback in net.spy.memcached.protocol.binary
 

Methods in net.spy.memcached.protocol.binary with parameters of type StatsOperation.Callback
 StatsOperation BinaryOperationFactory.stats(String arg, StatsOperation.Callback cb)
           
 

Constructors in net.spy.memcached.protocol.binary with parameters of type StatsOperation.Callback
StatsOperationImpl(String arg, StatsOperation.Callback c)