Uses of Interface
net.spy.memcached.ops.ReplicaGetOperation
Packages that use ReplicaGetOperation
Package
Description
Memcached client and transformation utils
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of ReplicaGetOperation in net.spy.memcached
Methods in net.spy.memcached that return ReplicaGetOperationModifier and TypeMethodDescriptionOperationFactory.replicaGet
(String key, int 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 ReplicaGetOperationModifier and TypeMethodDescriptionAsciiOperationFactory.replicaGet
(String key, int index, ReplicaGetOperation.Callback callback) -
Uses of ReplicaGetOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement ReplicaGetOperationModifier and TypeClassDescriptionclass
Implementation of the replica get operation.Methods in net.spy.memcached.protocol.binary that return ReplicaGetOperationModifier and TypeMethodDescriptionBinaryOperationFactory.replicaGet
(String key, int index, ReplicaGetOperation.Callback callback)