Uses of Interface
net.spy.memcached.ops.ReplicaGetOperation.Callback
Packages that use ReplicaGetOperation.Callback
Package
Description
Memcached client and transformation utils
Fundamental protocol operation interfaces
Low-level operations for the memcached ascii protocol
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.CallbackModifier and TypeMethodDescriptionOperationFactory.replicaGet
(String key, int 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.CallbackModifier and TypeClassDescriptionclass
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.CallbackModifier and TypeMethodDescriptionAsciiOperationFactory.replicaGet
(String key, int 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.CallbackModifier and TypeMethodDescriptionBinaryOperationFactory.replicaGet
(String key, int index, ReplicaGetOperation.Callback callback) Constructors in net.spy.memcached.protocol.binary with parameters of type ReplicaGetOperation.CallbackModifierConstructorDescriptionReplicaGetOperationImpl
(String k, int index, ReplicaGetOperation.Callback cb)