@UnstableApi public class DefaultFullBinaryMemcacheRequest extends DefaultBinaryMemcacheRequest implements FullBinaryMemcacheRequest
FullBinaryMemcacheRequest.REQUEST_MAGIC_BYTEEMPTY_LAST_CONTENT| Constructor and Description |
|---|
DefaultFullBinaryMemcacheRequest(io.netty.buffer.ByteBuf key,
io.netty.buffer.ByteBuf extras)
Create a new
DefaultBinaryMemcacheRequest with the header, key and extras. |
DefaultFullBinaryMemcacheRequest(io.netty.buffer.ByteBuf key,
io.netty.buffer.ByteBuf extras,
io.netty.buffer.ByteBuf content)
Create a new
DefaultBinaryMemcacheRequest with the header, key, extras and content. |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
content() |
FullBinaryMemcacheRequest |
copy() |
protected void |
deallocate() |
FullBinaryMemcacheRequest |
duplicate() |
FullBinaryMemcacheRequest |
replace(io.netty.buffer.ByteBuf content) |
FullBinaryMemcacheRequest |
retain()
Increases the reference count by
1. |
FullBinaryMemcacheRequest |
retain(int increment)
Increases the reference count by the specified
increment. |
FullBinaryMemcacheRequest |
retainedDuplicate() |
FullBinaryMemcacheRequest |
touch() |
FullBinaryMemcacheRequest |
touch(Object hint) |
reserved, setReservedcas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setKey, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLengthdecoderResult, setDecoderResultrefCnt, release, release, setRefCntclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreserved, setReservedcas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setKey, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLengthpublic DefaultFullBinaryMemcacheRequest(io.netty.buffer.ByteBuf key,
io.netty.buffer.ByteBuf extras)
DefaultBinaryMemcacheRequest with the header, key and extras.key - the key to use.extras - the extras to use.public DefaultFullBinaryMemcacheRequest(io.netty.buffer.ByteBuf key,
io.netty.buffer.ByteBuf extras,
io.netty.buffer.ByteBuf content)
DefaultBinaryMemcacheRequest with the header, key, extras and content.key - the key to use.extras - the extras to use.content - the content of the full request.public io.netty.buffer.ByteBuf content()
content in interface io.netty.buffer.ByteBufHolderpublic FullBinaryMemcacheRequest retain()
BinaryMemcacheMessage1.retain in interface io.netty.buffer.ByteBufHolderretain in interface BinaryMemcacheMessageretain in interface BinaryMemcacheRequestretain in interface FullBinaryMemcacheRequestretain in interface FullMemcacheMessageretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface io.netty.util.ReferenceCountedretain in class DefaultBinaryMemcacheRequestpublic FullBinaryMemcacheRequest retain(int increment)
BinaryMemcacheMessageincrement.retain in interface io.netty.buffer.ByteBufHolderretain in interface BinaryMemcacheMessageretain in interface BinaryMemcacheRequestretain in interface FullBinaryMemcacheRequestretain in interface FullMemcacheMessageretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface io.netty.util.ReferenceCountedretain in class DefaultBinaryMemcacheRequestpublic FullBinaryMemcacheRequest touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface BinaryMemcacheMessagetouch in interface BinaryMemcacheRequesttouch in interface FullBinaryMemcacheRequesttouch in interface FullMemcacheMessagetouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface MemcacheMessagetouch in interface io.netty.util.ReferenceCountedtouch in class DefaultBinaryMemcacheRequestpublic FullBinaryMemcacheRequest touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface BinaryMemcacheMessagetouch in interface BinaryMemcacheRequesttouch in interface FullBinaryMemcacheRequesttouch in interface FullMemcacheMessagetouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface MemcacheMessagetouch in interface io.netty.util.ReferenceCountedtouch in class DefaultBinaryMemcacheRequestprotected void deallocate()
deallocate in class AbstractBinaryMemcacheMessagepublic FullBinaryMemcacheRequest copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface FullBinaryMemcacheRequestcopy in interface FullMemcacheMessagecopy in interface LastMemcacheContentcopy in interface MemcacheContentpublic FullBinaryMemcacheRequest duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface FullBinaryMemcacheRequestduplicate in interface FullMemcacheMessageduplicate in interface LastMemcacheContentduplicate in interface MemcacheContentpublic FullBinaryMemcacheRequest retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface FullBinaryMemcacheRequestretainedDuplicate in interface FullMemcacheMessageretainedDuplicate in interface LastMemcacheContentretainedDuplicate in interface MemcacheContentpublic FullBinaryMemcacheRequest replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface FullBinaryMemcacheRequestreplace in interface FullMemcacheMessagereplace in interface LastMemcacheContentreplace in interface MemcacheContentCopyright © 2008–2017 The Netty Project. All rights reserved.