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

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

Methods in net.spy.memcached with parameters of type ReplicaGetOperation.Callback
 ReplicaGetOperation OperationFactory.replicaGet(java.lang.String key, ReplicaIndex index, ReplicaGetOperation.Callback callback)
          Create a replica get operation.
 

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

Classes in net.spy.memcached.ops that implement ReplicaGetOperation.Callback
 class MultiReplicaGetOperationCallback
          MultiOperationCallback for replica get operations.
 

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

Methods in net.spy.memcached.protocol.ascii with parameters of type ReplicaGetOperation.Callback
 ReplicaGetOperation AsciiOperationFactory.replicaGet(java.lang.String key, ReplicaIndex index, ReplicaGetOperation.Callback callback)
           
 

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

Methods in net.spy.memcached.protocol.binary with parameters of type ReplicaGetOperation.Callback
 ReplicaGetOperation BinaryOperationFactory.replicaGet(java.lang.String key, ReplicaIndex index, ReplicaGetOperation.Callback callback)
           
 

Constructors in net.spy.memcached.protocol.binary with parameters of type ReplicaGetOperation.Callback
ReplicaGetOperationImpl(java.lang.String k, ReplicaIndex index, ReplicaGetOperation.Callback cb)
           
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.