Uses of Enum Class
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 TypeMethodDescriptionprivate OperationFuture
<Boolean> MemcachedClient.asyncStore
(StoreType storeType, String key, int exp, Object value) private <T> OperationFuture
<Boolean> MemcachedClient.asyncStore
(StoreType storeType, String key, int exp, T value, Transcoder<T> tc) OperationFactory.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 StoreType
Returns the enum constant of this class with the specified name.static StoreType[]
StoreType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StoreType in net.spy.memcached.protocol.ascii
Fields in net.spy.memcached.protocol.ascii declared as StoreTypeMethods in net.spy.memcached.protocol.ascii that return StoreTypeModifier and TypeMethodDescriptionCASOperationImpl.getStoreType()
StoreOperationImpl.getStoreType()
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) Constructors in net.spy.memcached.protocol.ascii with parameters of type StoreTypeModifierConstructorDescriptionStoreOperationImpl
(StoreType t, String k, int f, int e, byte[] d, OperationCallback cb) -
Uses of StoreType in net.spy.memcached.protocol.binary
Fields in net.spy.memcached.protocol.binary declared as StoreTypeMethods in net.spy.memcached.protocol.binary that return StoreTypeMethods 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) private static byte
private static byte
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 StoreTypeModifierConstructorDescriptionStoreOperationImpl
(StoreType t, String k, int f, int e, byte[] d, long c, StoreOperation.Callback cb)