@UnstableApi public interface FullBinaryMemcacheRequest extends BinaryMemcacheRequest, FullMemcacheMessage
BinaryMemcacheRequest
that also includes the content.EMPTY_LAST_CONTENT
限定符和类型 | 方法和说明 |
---|---|
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(java.lang.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
在接口中 ByteBufHolder
copy
在接口中 FullMemcacheMessage
copy
在接口中 LastMemcacheContent
copy
在接口中 MemcacheContent
FullBinaryMemcacheRequest duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
在接口中 ByteBufHolder
duplicate
在接口中 FullMemcacheMessage
duplicate
在接口中 LastMemcacheContent
duplicate
在接口中 MemcacheContent
FullBinaryMemcacheRequest retainedDuplicate()
ByteBufHolder
ByteBufHolder
. This method returns a retained duplicate unlike ByteBufHolder.duplicate()
.retainedDuplicate
在接口中 ByteBufHolder
retainedDuplicate
在接口中 FullMemcacheMessage
retainedDuplicate
在接口中 LastMemcacheContent
retainedDuplicate
在接口中 MemcacheContent
ByteBuf.retainedDuplicate()
FullBinaryMemcacheRequest replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
which contains the specified content
.replace
在接口中 ByteBufHolder
replace
在接口中 FullMemcacheMessage
replace
在接口中 LastMemcacheContent
replace
在接口中 MemcacheContent
FullBinaryMemcacheRequest retain(int increment)
BinaryMemcacheMessage
increment
.retain
在接口中 BinaryMemcacheMessage
retain
在接口中 BinaryMemcacheRequest
retain
在接口中 ByteBufHolder
retain
在接口中 FullMemcacheMessage
retain
在接口中 LastMemcacheContent
retain
在接口中 MemcacheContent
retain
在接口中 MemcacheMessage
retain
在接口中 ReferenceCounted
FullBinaryMemcacheRequest retain()
BinaryMemcacheMessage
1
.retain
在接口中 BinaryMemcacheMessage
retain
在接口中 BinaryMemcacheRequest
retain
在接口中 ByteBufHolder
retain
在接口中 FullMemcacheMessage
retain
在接口中 LastMemcacheContent
retain
在接口中 MemcacheContent
retain
在接口中 MemcacheMessage
retain
在接口中 ReferenceCounted
FullBinaryMemcacheRequest touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
在接口中 BinaryMemcacheMessage
touch
在接口中 BinaryMemcacheRequest
touch
在接口中 ByteBufHolder
touch
在接口中 FullMemcacheMessage
touch
在接口中 LastMemcacheContent
touch
在接口中 MemcacheContent
touch
在接口中 MemcacheMessage
touch
在接口中 ReferenceCounted
FullBinaryMemcacheRequest touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
在接口中 BinaryMemcacheMessage
touch
在接口中 BinaryMemcacheRequest
touch
在接口中 ByteBufHolder
touch
在接口中 FullMemcacheMessage
touch
在接口中 LastMemcacheContent
touch
在接口中 MemcacheContent
touch
在接口中 MemcacheMessage
touch
在接口中 ReferenceCounted