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

Packages that use GetsOperation.Callback
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.ops Fundamental protocol operation interfaces 
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.Callback in net.spy.memcached
 

Methods in net.spy.memcached with parameters of type GetsOperation.Callback
 GetsOperation OperationFactory.gets(String key, GetsOperation.Callback callback)
          Create a gets operation.
 

Uses of GetsOperation.Callback in net.spy.memcached.ops
 

Classes in net.spy.memcached.ops that implement GetsOperation.Callback
 class MultiGetsOperationCallback
          MultiOperationCallback for get operations.
 

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

Methods in net.spy.memcached.protocol.ascii with parameters of type GetsOperation.Callback
 GetsOperation AsciiOperationFactory.gets(String key, GetsOperation.Callback cb)
           
 

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

Methods in net.spy.memcached.protocol.binary with parameters of type GetsOperation.Callback
 GetsOperation BinaryOperationFactory.gets(String key, GetsOperation.Callback cb)