BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.retain() |
|
BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.retain(int increment) |
|
BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.setCAS(long cas) |
|
BinaryMemcacheMessage |
BinaryMemcacheMessage.setCAS(long cas) |
Sets the CAS identifier.
|
BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.setDataType(byte dataType) |
|
BinaryMemcacheMessage |
BinaryMemcacheMessage.setDataType(byte dataType) |
Sets the data type of the message.
|
BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.setExtras(ByteBuf extras) |
|
BinaryMemcacheMessage |
BinaryMemcacheMessage.setExtras(ByteBuf extras) |
Sets the extras buffer on the message.
|
BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.setExtrasLength(byte extrasLength) |
|
BinaryMemcacheMessage |
BinaryMemcacheMessage.setExtrasLength(byte extrasLength) |
Set the extras length of the message.
|
BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.setFramingExtras(ByteBuf framingExtras) |
|
BinaryMemcacheMessage |
BinaryMemcacheMessage.setFramingExtras(ByteBuf framingExtras) |
Sets the framing extras buffer on the message.
|
BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.setFramingExtrasLength(byte framingExtrasLength) |
|
BinaryMemcacheMessage |
BinaryMemcacheMessage.setFramingExtrasLength(byte framingExtrasLength) |
Set the framing extras length of the message.
|
BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.setKey(byte[] key) |
|
BinaryMemcacheMessage |
BinaryMemcacheMessage.setKey(byte[] key) |
Sets the key of the document.
|
BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.setKeyLength(short keyLength) |
|
BinaryMemcacheMessage |
BinaryMemcacheMessage.setKeyLength(short keyLength) |
Set the key length of the message.
|
BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.setMagic(byte magic) |
|
BinaryMemcacheMessage |
BinaryMemcacheMessage.setMagic(byte magic) |
Sets the magic byte.
|
BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.setOpaque(int opaque) |
|
BinaryMemcacheMessage |
BinaryMemcacheMessage.setOpaque(int opaque) |
Sets the opaque value.
|
BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.setOpcode(byte opcode) |
|
BinaryMemcacheMessage |
BinaryMemcacheMessage.setOpcode(byte code) |
Sets the opcode for the message.
|
BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.setTotalBodyLength(int totalBodyLength) |
|
BinaryMemcacheMessage |
BinaryMemcacheMessage.setTotalBodyLength(int totalBodyLength) |
Sets the total body length.
|
BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.touch() |
|
BinaryMemcacheMessage |
AbstractBinaryMemcacheMessage.touch(Object hint) |
|