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