Uses of Interface
net.spy.memcached.ops.ReplicaGetOperation.Callback
-
Packages that use ReplicaGetOperation.Callback Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.ops Fundamental protocol operation interfacesnet.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocolnet.spy.memcached.protocol.binary 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.Callback Modifier and Type Method Description ReplicaGetOperation
OperationFactory. replicaGet(java.lang.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.Callback Modifier and Type Class Description class
MultiReplicaGetOperationCallback
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.Callback Modifier and Type Method Description ReplicaGetOperation
AsciiOperationFactory. replicaGet(java.lang.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.Callback Modifier and Type Method Description ReplicaGetOperation
BinaryOperationFactory. replicaGet(java.lang.String key, int index, ReplicaGetOperation.Callback callback)
Constructors in net.spy.memcached.protocol.binary with parameters of type ReplicaGetOperation.Callback Constructor Description ReplicaGetOperationImpl(java.lang.String k, int index, ReplicaGetOperation.Callback cb)
-