Uses of Interface
net.spy.memcached.ops.StoreOperation.Callback
Packages that use StoreOperation.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 StoreOperation.Callback in net.spy.memcached
Methods in net.spy.memcached with parameters of type StoreOperation.CallbackModifier and TypeMethodDescriptionOperationFactory.cas
(StoreType t, String key, long casId, int flags, int exp, byte[] data, StoreOperation.Callback cb) Create a CAS operation.OperationFactory.store
(StoreType storeType, String key, int flags, int exp, byte[] data, StoreOperation.Callback cb) Create a store operation. -
Uses of StoreOperation.Callback in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type StoreOperation.CallbackModifier and TypeMethodDescriptionAsciiOperationFactory.cas
(StoreType type, String key, long casId, int flags, int exp, byte[] data, StoreOperation.Callback cb) AsciiOperationFactory.store
(StoreType storeType, String key, int flags, int exp, byte[] data, StoreOperation.Callback cb) -
Uses of StoreOperation.Callback in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type StoreOperation.CallbackModifier and TypeMethodDescriptionBinaryOperationFactory.cas
(StoreType type, String key, long casId, int flags, int exp, byte[] data, StoreOperation.Callback cb) BinaryOperationFactory.store
(StoreType storeType, String key, int flags, int exp, byte[] data, StoreOperation.Callback cb) Constructors in net.spy.memcached.protocol.binary with parameters of type StoreOperation.CallbackModifierConstructorDescriptionStoreOperationImpl
(StoreType t, String k, int f, int e, byte[] d, long c, StoreOperation.Callback cb)