Uses of Interface
net.spy.memcached.ops.ConcatenationOperation
-
Packages that use ConcatenationOperation Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocolnet.spy.memcached.protocol.binary Low-level operations for the memcached binary protocol -
-
Uses of ConcatenationOperation in net.spy.memcached
Methods in net.spy.memcached that return ConcatenationOperation Modifier and Type Method Description ConcatenationOperation
OperationFactory. cat(ConcatenationType catType, long casId, java.lang.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 ConcatenationOperation Modifier and Type Class Description class
ConcatenationOperationImpl
Operation for ascii concatenations.Methods in net.spy.memcached.protocol.ascii that return ConcatenationOperation Modifier and Type Method Description ConcatenationOperation
AsciiOperationFactory. cat(ConcatenationType catType, long casId, java.lang.String key, byte[] data, OperationCallback cb)
-
Uses of ConcatenationOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement ConcatenationOperation Modifier and Type Class Description (package private) class
ConcatenationOperationImpl
Methods in net.spy.memcached.protocol.binary that return ConcatenationOperation Modifier and Type Method Description ConcatenationOperation
BinaryOperationFactory. cat(ConcatenationType catType, long casId, java.lang.String key, byte[] data, OperationCallback cb)
-