Uses of Interface
net.spy.memcached.ops.ObserveOperation.Callback
Packages that use ObserveOperation.Callback
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.Callback in net.spy.memcached
Methods in net.spy.memcached with parameters of type ObserveOperation.CallbackModifier and TypeMethodDescriptionOperationFactory.observe
(String key, long casId, int index, ObserveOperation.Callback operationCallback) Create an Observe operation. -
Uses of ObserveOperation.Callback in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type ObserveOperation.CallbackModifier and TypeMethodDescriptionAsciiOperationFactory.observe
(String key, long casId, int index, ObserveOperation.Callback cb) -
Uses of ObserveOperation.Callback in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type ObserveOperation.CallbackModifier and TypeMethodDescriptionBinaryOperationFactory.observe
(String key, long casId, int index, ObserveOperation.Callback cb)