Uses of Interface
net.spy.memcached.ops.ObserveOperation.Callback
-
Packages that use ObserveOperation.Callback 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.Callback in net.spy.memcached
Methods in net.spy.memcached with parameters of type ObserveOperation.Callback 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.Callback in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type ObserveOperation.Callback Modifier and Type Method Description ObserveOperation
AsciiOperationFactory. observe(java.lang.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.Callback Modifier and Type Method Description ObserveOperation
BinaryOperationFactory. observe(java.lang.String key, long casId, int index, ObserveOperation.Callback cb)
-