@UnstableApi public interface FullBinaryMemcacheRequest extends BinaryMemcacheRequest, FullMemcacheMessage
BinaryMemcacheRequest that also includes the content.EMPTY_LAST_CONTENT| Modifier and Type | Method and Description |
|---|---|
FullBinaryMemcacheRequest |
copy() |
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, totalBodyLengthFullBinaryMemcacheRequest copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface FullMemcacheMessagecopy in interface LastMemcacheContentcopy in interface MemcacheContentFullBinaryMemcacheRequest duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface FullMemcacheMessageduplicate in interface LastMemcacheContentduplicate in interface MemcacheContentFullBinaryMemcacheRequest retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface FullMemcacheMessageretainedDuplicate in interface LastMemcacheContentretainedDuplicate in interface MemcacheContentFullBinaryMemcacheRequest replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface FullMemcacheMessagereplace in interface LastMemcacheContentreplace in interface MemcacheContentFullBinaryMemcacheRequest retain(int increment)
BinaryMemcacheMessageincrement.retain in interface BinaryMemcacheMessageretain in interface BinaryMemcacheRequestretain in interface io.netty.buffer.ByteBufHolderretain in interface FullMemcacheMessageretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface io.netty.util.ReferenceCountedFullBinaryMemcacheRequest retain()
BinaryMemcacheMessage1.retain in interface BinaryMemcacheMessageretain in interface BinaryMemcacheRequestretain in interface io.netty.buffer.ByteBufHolderretain in interface FullMemcacheMessageretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface io.netty.util.ReferenceCountedFullBinaryMemcacheRequest touch()
touch in interface BinaryMemcacheMessagetouch in interface BinaryMemcacheRequesttouch in interface io.netty.buffer.ByteBufHoldertouch in interface FullMemcacheMessagetouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface MemcacheMessagetouch in interface io.netty.util.ReferenceCountedFullBinaryMemcacheRequest touch(Object hint)
touch in interface BinaryMemcacheMessagetouch in interface BinaryMemcacheRequesttouch in interface io.netty.buffer.ByteBufHoldertouch in interface FullMemcacheMessagetouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface MemcacheMessagetouch in interface io.netty.util.ReferenceCountedCopyright © 2008–2017 The Netty Project. All rights reserved.