Uses of Interface
net.spy.memcached.ops.StoreOperation
Packages that use StoreOperation
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 in net.spy.memcached
Methods in net.spy.memcached that return StoreOperationModifier and TypeMethodDescriptionOperationFactory.store
(StoreType storeType, String key, int flags, int exp, byte[] data, StoreOperation.Callback cb) Create a store operation. -
Uses of StoreOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement StoreOperationModifier and TypeClassDescription(package private) final class
Operation to store data in a memcached server.Methods in net.spy.memcached.protocol.ascii that return StoreOperationModifier and TypeMethodDescriptionAsciiOperationFactory.store
(StoreType storeType, String key, int flags, int exp, byte[] data, StoreOperation.Callback cb) -
Uses of StoreOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement StoreOperationMethods in net.spy.memcached.protocol.binary that return StoreOperationModifier and TypeMethodDescriptionBinaryOperationFactory.store
(StoreType storeType, String key, int flags, int exp, byte[] data, StoreOperation.Callback cb)