@UnstableApi public interface BinaryMemcacheRequest extends BinaryMemcacheMessage
BinaryMemcacheRequest, which contains the header and optional key and extras.| Modifier and Type | Method and Description |
|---|---|
short |
reserved()
Returns the reserved field value.
|
BinaryMemcacheRequest |
retain()
Increases the reference count by
1. |
BinaryMemcacheRequest |
retain(int increment)
Increases the reference count by the specified
increment. |
BinaryMemcacheRequest |
setReserved(short reserved)
Sets the reserved field value.
|
BinaryMemcacheRequest |
touch() |
BinaryMemcacheRequest |
touch(Object hint) |
cas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setKey, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLengthshort reserved()
BinaryMemcacheRequest setReserved(short reserved)
reserved - the reserved field value.BinaryMemcacheRequest retain()
BinaryMemcacheMessage1.retain in interface BinaryMemcacheMessageretain in interface MemcacheMessageretain in interface io.netty.util.ReferenceCountedBinaryMemcacheRequest retain(int increment)
BinaryMemcacheMessageincrement.retain in interface BinaryMemcacheMessageretain in interface MemcacheMessageretain in interface io.netty.util.ReferenceCountedBinaryMemcacheRequest touch()
touch in interface BinaryMemcacheMessagetouch in interface MemcacheMessagetouch in interface io.netty.util.ReferenceCountedBinaryMemcacheRequest touch(Object hint)
touch in interface BinaryMemcacheMessagetouch in interface MemcacheMessagetouch in interface io.netty.util.ReferenceCountedCopyright © 2008–2019 The Netty Project. All rights reserved.