Uses of Enum Class
net.spy.memcached.ops.ConcatenationType
Packages that use ConcatenationType
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 ConcatenationType in net.spy.memcached
Methods in net.spy.memcached with parameters of type ConcatenationTypeModifier and TypeMethodDescriptionprivate <T> OperationFuture
<Boolean> MemcachedClient.asyncCat
(ConcatenationType catType, long cas, String key, T value, Transcoder<T> tc) OperationFactory.cat
(ConcatenationType catType, long casId, String key, byte[] data, OperationCallback cb) Get a concatenation operation. -
Uses of ConcatenationType in net.spy.memcached.ops
Methods in net.spy.memcached.ops that return ConcatenationTypeModifier and TypeMethodDescriptionConcatenationOperation.getStoreType()
Get the concatenation type for this operation.static ConcatenationType
Returns the enum constant of this class with the specified name.static ConcatenationType[]
ConcatenationType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConcatenationType in net.spy.memcached.protocol.ascii
Fields in net.spy.memcached.protocol.ascii declared as ConcatenationTypeModifier and TypeFieldDescriptionprivate final ConcatenationType
ConcatenationOperationImpl.concatType
Methods in net.spy.memcached.protocol.ascii that return ConcatenationTypeMethods in net.spy.memcached.protocol.ascii with parameters of type ConcatenationTypeModifier and TypeMethodDescriptionAsciiOperationFactory.cat
(ConcatenationType catType, long casId, String key, byte[] data, OperationCallback cb) Constructors in net.spy.memcached.protocol.ascii with parameters of type ConcatenationTypeModifierConstructorDescriptionConcatenationOperationImpl
(ConcatenationType t, String k, byte[] d, OperationCallback cb) -
Uses of ConcatenationType in net.spy.memcached.protocol.binary
Fields in net.spy.memcached.protocol.binary declared as ConcatenationTypeModifier and TypeFieldDescriptionprivate final ConcatenationType
ConcatenationOperationImpl.catType
Methods in net.spy.memcached.protocol.binary that return ConcatenationTypeMethods in net.spy.memcached.protocol.binary with parameters of type ConcatenationTypeModifier and TypeMethodDescriptionBinaryOperationFactory.cat
(ConcatenationType catType, long casId, String key, byte[] data, OperationCallback cb) private static byte
ConcatenationOperationImpl.cmdMap
(ConcatenationType t) Constructors in net.spy.memcached.protocol.binary with parameters of type ConcatenationTypeModifierConstructorDescriptionConcatenationOperationImpl
(ConcatenationType t, String k, byte[] d, long c, OperationCallback cb)