Uses of Enum
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 TypeMethodDescriptionOperationFactory.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 ConcatenationTypeReturns the enum constant of this type with the specified name.static ConcatenationType[]ConcatenationType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConcatenationType in net.spy.memcached.protocol.ascii
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
Methods in net.spy.memcached.protocol.binary with parameters of type ConcatenationTypeModifier and TypeMethodDescriptionBinaryOperationFactory.cat(ConcatenationType catType, long casId, String key, byte[] data, OperationCallback cb)