Uses of Interface
net.spy.memcached.ops.ReplicaGetsOperation
Packages that use ReplicaGetsOperation
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 ReplicaGetsOperation in net.spy.memcached
Methods in net.spy.memcached that return ReplicaGetsOperationModifier and TypeMethodDescriptionOperationFactory.replicaGets
(String key, int index, ReplicaGetsOperation.Callback callback) Create a replica gets operation. -
Uses of ReplicaGetsOperation in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii that return ReplicaGetsOperationModifier and TypeMethodDescriptionAsciiOperationFactory.replicaGets
(String key, int index, ReplicaGetsOperation.Callback callback) -
Uses of ReplicaGetsOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement ReplicaGetsOperationModifier and TypeClassDescriptionclass
Implementation of the replica gets operation.Methods in net.spy.memcached.protocol.binary that return ReplicaGetsOperationModifier and TypeMethodDescriptionBinaryOperationFactory.replicaGets
(String key, int index, ReplicaGetsOperation.Callback callback)