Uses of Interface
net.spy.memcached.ops.ObserveOperation
-
Packages that use ObserveOperation 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 ObserveOperation in net.spy.memcached
Methods in net.spy.memcached that return ObserveOperation Modifier and Type Method Description ObserveOperation
OperationFactory. observe(java.lang.String key, long casId, int index, ObserveOperation.Callback operationCallback)
Create an Observe operation. -
Uses of ObserveOperation in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii that return ObserveOperation Modifier and Type Method Description ObserveOperation
AsciiOperationFactory. observe(java.lang.String key, long casId, int index, ObserveOperation.Callback cb)
-
Uses of ObserveOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement ObserveOperation Modifier and Type Class Description (package private) class
ObserveOperationImpl
Methods in net.spy.memcached.protocol.binary that return ObserveOperation Modifier and Type Method Description ObserveOperation
BinaryOperationFactory. observe(java.lang.String key, long casId, int index, ObserveOperation.Callback cb)
-