@UnstableApi public interface FullBinaryMemcacheRequest extends BinaryMemcacheRequest, FullMemcacheMessage
BinaryMemcacheRequest
that also includes the content.EMPTY_LAST_CONTENT
Modifier and Type | Method and Description |
---|---|
FullBinaryMemcacheRequest |
copy()
Creates a deep copy of this
ByteBufHolder . |
FullBinaryMemcacheRequest |
duplicate()
Duplicates this
ByteBufHolder . |
FullBinaryMemcacheRequest |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content . |
FullBinaryMemcacheRequest |
retain()
Increases the reference count by
1 . |
FullBinaryMemcacheRequest |
retain(int increment)
Increases the reference count by the specified
increment . |
FullBinaryMemcacheRequest |
retainedDuplicate()
Duplicates this
ByteBufHolder . |
FullBinaryMemcacheRequest |
touch()
Records the current access location of this object for debugging purposes.
|
FullBinaryMemcacheRequest |
touch(Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
reserved, setReserved
cas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setKey, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLength
content
FullBinaryMemcacheRequest copy()
ByteBufHolder
ByteBufHolder
.copy
in interface ByteBufHolder
copy
in interface FullMemcacheMessage
copy
in interface LastMemcacheContent
copy
in interface MemcacheContent
FullBinaryMemcacheRequest duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
in interface ByteBufHolder
duplicate
in interface FullMemcacheMessage
duplicate
in interface LastMemcacheContent
duplicate
in interface MemcacheContent
FullBinaryMemcacheRequest retainedDuplicate()
ByteBufHolder
ByteBufHolder
. This method returns a retained duplicate unlike ByteBufHolder.duplicate()
.retainedDuplicate
in interface ByteBufHolder
retainedDuplicate
in interface FullMemcacheMessage
retainedDuplicate
in interface LastMemcacheContent
retainedDuplicate
in interface MemcacheContent
ByteBuf.retainedDuplicate()
FullBinaryMemcacheRequest replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
which contains the specified content
.replace
in interface 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 ByteBufHolder
retain
in interface FullMemcacheMessage
retain
in interface LastMemcacheContent
retain
in interface MemcacheContent
retain
in interface MemcacheMessage
retain
in interface ReferenceCounted
FullBinaryMemcacheRequest retain()
BinaryMemcacheMessage
1
.retain
in interface BinaryMemcacheMessage
retain
in interface BinaryMemcacheRequest
retain
in interface ByteBufHolder
retain
in interface FullMemcacheMessage
retain
in interface LastMemcacheContent
retain
in interface MemcacheContent
retain
in interface MemcacheMessage
retain
in interface ReferenceCounted
FullBinaryMemcacheRequest touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
in interface BinaryMemcacheMessage
touch
in interface BinaryMemcacheRequest
touch
in interface ByteBufHolder
touch
in interface FullMemcacheMessage
touch
in interface LastMemcacheContent
touch
in interface MemcacheContent
touch
in interface MemcacheMessage
touch
in interface ReferenceCounted
FullBinaryMemcacheRequest touch(Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
in interface BinaryMemcacheMessage
touch
in interface BinaryMemcacheRequest
touch
in interface ByteBufHolder
touch
in interface FullMemcacheMessage
touch
in interface LastMemcacheContent
touch
in interface MemcacheContent
touch
in interface MemcacheMessage
touch
in interface ReferenceCounted
Copyright © 2008–2017 The Netty Project. All rights reserved.