|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConcatenationOperation | |
---|---|
net.spy.memcached | Memcached client and transformation utils |
net.spy.memcached.protocol.ascii | Low-level operations for the memcached ascii protocol |
net.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 | |
---|---|
ConcatenationOperation |
OperationFactory.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 ConcatenationOperation | |
---|---|
class |
ConcatenationOperationImpl
Operation for ascii concatenations. |
Methods in net.spy.memcached.protocol.ascii that return ConcatenationOperation | |
---|---|
ConcatenationOperation |
AsciiOperationFactory.cat(ConcatenationType catType,
long casId,
String key,
byte[] data,
OperationCallback cb)
|
Uses of ConcatenationOperation in net.spy.memcached.protocol.binary |
---|
Methods in net.spy.memcached.protocol.binary that return ConcatenationOperation | |
---|---|
ConcatenationOperation |
BinaryOperationFactory.cat(ConcatenationType catType,
long casId,
String key,
byte[] data,
OperationCallback cb)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |