|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConcatenationType | |
---|---|
net.spy.memcached | Memcached client and transformation utils |
net.spy.memcached.ops | Fundamental protocol operation interfaces |
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 ConcatenationType in net.spy.memcached |
---|
Methods in net.spy.memcached with parameters of type ConcatenationType | |
---|---|
ConcatenationOperation |
OperationFactory.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 ConcatenationType | |
---|---|
ConcatenationType |
ConcatenationOperation.getStoreType()
Get the concatenation type for this operation. |
static ConcatenationType |
ConcatenationType.valueOf(String name)
Returns 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 ConcatenationType | |
---|---|
ConcatenationType |
ConcatenationOperationImpl.getStoreType()
|
Methods in net.spy.memcached.protocol.ascii with parameters of type ConcatenationType | |
---|---|
ConcatenationOperation |
AsciiOperationFactory.cat(ConcatenationType catType,
long casId,
String key,
byte[] data,
OperationCallback cb)
|
Constructors in net.spy.memcached.protocol.ascii with parameters of type ConcatenationType | |
---|---|
ConcatenationOperationImpl(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 ConcatenationType | |
---|---|
ConcatenationOperation |
BinaryOperationFactory.cat(ConcatenationType catType,
long casId,
String key,
byte[] data,
OperationCallback cb)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |