Package | Description |
---|---|
org.openspaces.memcached.protocol.binary |
Modifier and Type | Method and Description |
---|---|
static MemcachedBinaryCommandDecoder.BinaryOp |
MemcachedBinaryCommandDecoder.BinaryOp.forCommandMessage(CommandMessage msg) |
static MemcachedBinaryCommandDecoder.BinaryOp |
MemcachedBinaryCommandDecoder.BinaryOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemcachedBinaryCommandDecoder.BinaryOp[] |
MemcachedBinaryCommandDecoder.BinaryOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
io.netty.buffer.ByteBuf |
MemcachedBinaryResponseEncoder.constructHeader(MemcachedBinaryCommandDecoder.BinaryOp bcmd,
io.netty.buffer.ByteBuf extrasBuffer,
io.netty.buffer.ByteBuf keyBuffer,
io.netty.buffer.ByteBuf valueBuffer,
short responseCode,
int opaqueValue,
long casUnique) |
Copyright © GigaSpaces.