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

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

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

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

Methods in net.spy.memcached.protocol.ascii that return ReplicaGetOperation
 ReplicaGetOperation AsciiOperationFactory.replicaGet(java.lang.String key, ReplicaIndex index, ReplicaGetOperation.Callback callback)
           
 

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

Classes in net.spy.memcached.protocol.binary that implement ReplicaGetOperation
 class ReplicaGetOperationImpl
          Implementation of the replica get operation.
 

Methods in net.spy.memcached.protocol.binary that return ReplicaGetOperation
 ReplicaGetOperation BinaryOperationFactory.replicaGet(java.lang.String key, ReplicaIndex index, ReplicaGetOperation.Callback callback)
           
 



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