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

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

Methods in net.spy.memcached with parameters of type GetOperation.Callback
 GetOperation OperationFactory.get(Collection<String> keys, GetOperation.Callback cb)
          Create a get operation.
 GetOperation OperationFactory.get(String key, GetOperation.Callback callback)
          Create a get operation.
 

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

Classes in net.spy.memcached.ops that implement GetOperation.Callback
 class MultiGetOperationCallback
          MultiOperationCallback for get operations.
 

Uses of GetOperation.Callback in net.spy.memcached.protocol
 

Classes in net.spy.memcached.protocol that implement GetOperation.Callback
 class GetCallbackWrapper
          Wrapper callback for use in optimized gets.
 class ProxyCallback
          Proxy callback used for dispatching callbacks over optimized gets.
 

Constructors in net.spy.memcached.protocol with parameters of type GetOperation.Callback
GetCallbackWrapper(int k, GetOperation.Callback c)
           
 

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

Methods in net.spy.memcached.protocol.ascii with parameters of type GetOperation.Callback
 GetOperation AsciiOperationFactory.get(Collection<String> keys, GetOperation.Callback cb)
           
 GetOperation AsciiOperationFactory.get(String key, GetOperation.Callback cb)
           
 

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

Methods in net.spy.memcached.protocol.binary with parameters of type GetOperation.Callback
 GetOperation BinaryOperationFactory.get(Collection<String> value, GetOperation.Callback cb)
           
 GetOperation BinaryOperationFactory.get(String key, GetOperation.Callback callback)