Uses of Enum
net.spy.memcached.ops.StoreType
Packages that use StoreType
Package
Description
Memcached client and transformation utils
Fundamental protocol operation interfaces
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of StoreType in net.spy.memcached
Methods in net.spy.memcached with parameters of type StoreTypeModifier 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 StoreType in net.spy.memcached.ops
Methods in net.spy.memcached.ops that return StoreTypeModifier and TypeMethodDescriptionCASOperation.getStoreType()Get the type of storage used by this CASOperation.StoreOperation.getStoreType()Get the store type used by this operation.static StoreTypeReturns the enum constant of this type with the specified name.static StoreType[]StoreType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StoreType in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type StoreTypeModifier 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 StoreType in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type StoreTypeModifier 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)