Uses of Interface
net.spy.memcached.ops.ReplicaGetsOperation.Callback
Packages that use ReplicaGetsOperation.Callback
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.Callback in net.spy.memcached
Methods in net.spy.memcached with parameters of type ReplicaGetsOperation.CallbackModifier and TypeMethodDescriptionOperationFactory.replicaGets
(String key, int index, ReplicaGetsOperation.Callback callback) Create a replica gets operation. -
Uses of ReplicaGetsOperation.Callback in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type ReplicaGetsOperation.CallbackModifier and TypeMethodDescriptionAsciiOperationFactory.replicaGets
(String key, int index, ReplicaGetsOperation.Callback callback) -
Uses of ReplicaGetsOperation.Callback in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type ReplicaGetsOperation.CallbackModifier and TypeMethodDescriptionBinaryOperationFactory.replicaGets
(String key, int index, ReplicaGetsOperation.Callback callback) Constructors in net.spy.memcached.protocol.binary with parameters of type ReplicaGetsOperation.CallbackModifierConstructorDescriptionReplicaGetsOperationImpl
(String k, int index, ReplicaGetsOperation.Callback cb)