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

Packages that use GetOperation
net.spy.memcached Memcached client and transformation utils 
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 in net.spy.memcached
 

Methods in net.spy.memcached that return GetOperation
 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 in net.spy.memcached.protocol
 

Methods in net.spy.memcached.protocol with parameters of type GetOperation
 void ProxyCallback.addCallbacks(GetOperation o)
           
 

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

Methods in net.spy.memcached.protocol.ascii that return GetOperation
 GetOperation AsciiOperationFactory.get(Collection<String> keys, GetOperation.Callback cb)
           
 GetOperation AsciiOperationFactory.get(String key, GetOperation.Callback cb)
           
 

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

Methods in net.spy.memcached.protocol.binary that return GetOperation
 GetOperation BinaryOperationFactory.get(Collection<String> value, GetOperation.Callback cb)
           
 GetOperation BinaryOperationFactory.get(String key, GetOperation.Callback callback)