Uses of Interface
net.spy.memcached.ops.ReplicaGetsOperation
-
Packages that use ReplicaGetsOperation 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 in net.spy.memcached
Methods in net.spy.memcached that return ReplicaGetsOperation 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 in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii that return ReplicaGetsOperation Modifier and Type Method Description ReplicaGetsOperation
AsciiOperationFactory. replicaGets(java.lang.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 ReplicaGetsOperation Modifier and Type Class Description class
ReplicaGetsOperationImpl
Implementation of the replica gets operation.Methods in net.spy.memcached.protocol.binary that return ReplicaGetsOperation Modifier and Type Method Description ReplicaGetsOperation
BinaryOperationFactory. replicaGets(java.lang.String key, int index, ReplicaGetsOperation.Callback callback)
-