@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, setReserved
cas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setKey, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLength
FullBinaryMemcacheRequest copy()
copy
in interface io.netty.buffer.ByteBufHolder
copy
in interface FullMemcacheMessage
copy
in interface LastMemcacheContent
copy
in interface MemcacheContent
FullBinaryMemcacheRequest duplicate()
duplicate
in interface io.netty.buffer.ByteBufHolder
duplicate
in interface FullMemcacheMessage
duplicate
in interface LastMemcacheContent
duplicate
in interface MemcacheContent
FullBinaryMemcacheRequest retainedDuplicate()
retainedDuplicate
in interface io.netty.buffer.ByteBufHolder
retainedDuplicate
in interface FullMemcacheMessage
retainedDuplicate
in interface LastMemcacheContent
retainedDuplicate
in interface MemcacheContent
FullBinaryMemcacheRequest replace(io.netty.buffer.ByteBuf content)
replace
in interface io.netty.buffer.ByteBufHolder
replace
in interface FullMemcacheMessage
replace
in interface LastMemcacheContent
replace
in interface MemcacheContent
FullBinaryMemcacheRequest retain(int increment)
BinaryMemcacheMessage
increment
.retain
in interface BinaryMemcacheMessage
retain
in interface BinaryMemcacheRequest
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface FullMemcacheMessage
retain
in interface LastMemcacheContent
retain
in interface MemcacheContent
retain
in interface MemcacheMessage
retain
in interface io.netty.util.ReferenceCounted
FullBinaryMemcacheRequest retain()
BinaryMemcacheMessage
1
.retain
in interface BinaryMemcacheMessage
retain
in interface BinaryMemcacheRequest
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface FullMemcacheMessage
retain
in interface LastMemcacheContent
retain
in interface MemcacheContent
retain
in interface MemcacheMessage
retain
in interface io.netty.util.ReferenceCounted
FullBinaryMemcacheRequest touch()
touch
in interface BinaryMemcacheMessage
touch
in interface BinaryMemcacheRequest
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface FullMemcacheMessage
touch
in interface LastMemcacheContent
touch
in interface MemcacheContent
touch
in interface MemcacheMessage
touch
in interface io.netty.util.ReferenceCounted
FullBinaryMemcacheRequest touch(Object hint)
touch
in interface BinaryMemcacheMessage
touch
in interface BinaryMemcacheRequest
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface FullMemcacheMessage
touch
in interface LastMemcacheContent
touch
in interface MemcacheContent
touch
in interface MemcacheMessage
touch
in interface io.netty.util.ReferenceCounted
Copyright © 2008–2021 The Netty Project. All rights reserved.