Uses of Interface
net.spy.memcached.ops.ObserveOperation
Packages that use ObserveOperation
Package
Description
Memcached client and transformation utils
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of ObserveOperation in net.spy.memcached
Methods in net.spy.memcached that return ObserveOperationModifier and TypeMethodDescriptionOperationFactory.observe
(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 ObserveOperationModifier and TypeMethodDescriptionAsciiOperationFactory.observe
(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 ObserveOperationMethods in net.spy.memcached.protocol.binary that return ObserveOperationModifier and TypeMethodDescriptionBinaryOperationFactory.observe
(String key, long casId, int index, ObserveOperation.Callback cb)