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

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

Methods in net.spy.memcached that return GetsOperation
 GetsOperation OperationFactory.gets(String key, GetsOperation.Callback callback)
          Create a gets operation.
 

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

Methods in net.spy.memcached.protocol.ascii that return GetsOperation
 GetsOperation AsciiOperationFactory.gets(String key, GetsOperation.Callback cb)
           
 

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

Methods in net.spy.memcached.protocol.binary that return GetsOperation
 GetsOperation BinaryOperationFactory.gets(String key, GetsOperation.Callback cb)