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
Subclasses with type arguments of type ConcatenationType in net.spy.memcached.opsMethods 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 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 ConcatenationTypeConcatenationOperationImpl.concatTypeMethods 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 ConcatenationTypeConcatenationOperationImpl.catTypeMethods 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 byteConcatenationOperationImpl.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)