Uses of Interface
net.spy.memcached.ops.ReplicaGetsOperation.Callback
-
Packages that use ReplicaGetsOperation.Callback Package Description net.spy.memcached Memcached client and transformation utilsnet.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 ReplicaGetsOperation.Callback in net.spy.memcached
Methods in net.spy.memcached with parameters of type ReplicaGetsOperation.Callback Modifier and Type Method Description ReplicaGetsOperation
OperationFactory. replicaGets(java.lang.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.Callback Modifier and Type Method Description ReplicaGetsOperation
AsciiOperationFactory. replicaGets(java.lang.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.Callback Modifier and Type Method Description ReplicaGetsOperation
BinaryOperationFactory. replicaGets(java.lang.String key, int index, ReplicaGetsOperation.Callback callback)
Constructors in net.spy.memcached.protocol.binary with parameters of type ReplicaGetsOperation.Callback Constructor Description ReplicaGetsOperationImpl(java.lang.String k, int index, ReplicaGetsOperation.Callback cb)
-