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

Packages that use StatsOperation
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 in net.spy.memcached
 

Methods in net.spy.memcached that return StatsOperation
 StatsOperation OperationFactory.stats(String arg, StatsOperation.Callback cb)
          Get a new StatsOperation.
 

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

Methods in net.spy.memcached.protocol.ascii that return StatsOperation
 StatsOperation AsciiOperationFactory.stats(String arg, StatsOperation.Callback cb)
           
 

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

Classes in net.spy.memcached.protocol.binary that implement StatsOperation
 class StatsOperationImpl
           
 

Methods in net.spy.memcached.protocol.binary that return StatsOperation
 StatsOperation BinaryOperationFactory.stats(String arg, StatsOperation.Callback cb)