Uses of Interface
net.spy.memcached.ops.ConcatenationOperation
Packages that use ConcatenationOperation
Package
Description
Memcached client and transformation utils
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of ConcatenationOperation in net.spy.memcached
Methods in net.spy.memcached that return ConcatenationOperationModifier and TypeMethodDescriptionOperationFactory.cat
(ConcatenationType catType, long casId, String key, byte[] data, OperationCallback cb) Get a concatenation operation. -
Uses of ConcatenationOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement ConcatenationOperationModifier and TypeClassDescriptionclass
Operation for ascii concatenations.Methods in net.spy.memcached.protocol.ascii that return ConcatenationOperationModifier and TypeMethodDescriptionAsciiOperationFactory.cat
(ConcatenationType catType, long casId, String key, byte[] data, OperationCallback cb) -
Uses of ConcatenationOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement ConcatenationOperationMethods in net.spy.memcached.protocol.binary that return ConcatenationOperationModifier and TypeMethodDescriptionBinaryOperationFactory.cat
(ConcatenationType catType, long casId, String key, byte[] data, OperationCallback cb)