@UnstableApi public interface FullBinaryMemcacheResponse extends BinaryMemcacheResponse, FullMemcacheMessage
BinaryMemcacheResponse
that also includes the content.EMPTY_LAST_CONTENT
限定符和类型 | 方法和说明 |
---|---|
FullBinaryMemcacheResponse |
copy()
Creates a deep copy of this
ByteBufHolder . |
FullBinaryMemcacheResponse |
duplicate()
Duplicates this
ByteBufHolder . |
FullBinaryMemcacheResponse |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content . |
FullBinaryMemcacheResponse |
retain()
Increases the reference count by
1 . |
FullBinaryMemcacheResponse |
retain(int increment)
Increases the reference count by the specified
increment . |
FullBinaryMemcacheResponse |
retainedDuplicate()
Duplicates this
ByteBufHolder . |
FullBinaryMemcacheResponse |
touch()
Records the current access location of this object for debugging purposes.
|
FullBinaryMemcacheResponse |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
setStatus, status
cas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setKey, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLength
content
FullBinaryMemcacheResponse copy()
ByteBufHolder
ByteBufHolder
.copy
在接口中 ByteBufHolder
copy
在接口中 FullMemcacheMessage
copy
在接口中 LastMemcacheContent
copy
在接口中 MemcacheContent
FullBinaryMemcacheResponse duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
在接口中 ByteBufHolder
duplicate
在接口中 FullMemcacheMessage
duplicate
在接口中 LastMemcacheContent
duplicate
在接口中 MemcacheContent
FullBinaryMemcacheResponse retainedDuplicate()
ByteBufHolder
ByteBufHolder
. This method returns a retained duplicate unlike ByteBufHolder.duplicate()
.retainedDuplicate
在接口中 ByteBufHolder
retainedDuplicate
在接口中 FullMemcacheMessage
retainedDuplicate
在接口中 LastMemcacheContent
retainedDuplicate
在接口中 MemcacheContent
ByteBuf.retainedDuplicate()
FullBinaryMemcacheResponse replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
which contains the specified content
.replace
在接口中 ByteBufHolder
replace
在接口中 FullMemcacheMessage
replace
在接口中 LastMemcacheContent
replace
在接口中 MemcacheContent
FullBinaryMemcacheResponse retain(int increment)
BinaryMemcacheMessage
increment
.retain
在接口中 BinaryMemcacheMessage
retain
在接口中 BinaryMemcacheResponse
retain
在接口中 ByteBufHolder
retain
在接口中 FullMemcacheMessage
retain
在接口中 LastMemcacheContent
retain
在接口中 MemcacheContent
retain
在接口中 MemcacheMessage
retain
在接口中 ReferenceCounted
FullBinaryMemcacheResponse retain()
BinaryMemcacheMessage
1
.retain
在接口中 BinaryMemcacheMessage
retain
在接口中 BinaryMemcacheResponse
retain
在接口中 ByteBufHolder
retain
在接口中 FullMemcacheMessage
retain
在接口中 LastMemcacheContent
retain
在接口中 MemcacheContent
retain
在接口中 MemcacheMessage
retain
在接口中 ReferenceCounted
FullBinaryMemcacheResponse touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
在接口中 BinaryMemcacheMessage
touch
在接口中 BinaryMemcacheResponse
touch
在接口中 ByteBufHolder
touch
在接口中 FullMemcacheMessage
touch
在接口中 LastMemcacheContent
touch
在接口中 MemcacheContent
touch
在接口中 MemcacheMessage
touch
在接口中 ReferenceCounted
FullBinaryMemcacheResponse touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
在接口中 BinaryMemcacheMessage
touch
在接口中 BinaryMemcacheResponse
touch
在接口中 ByteBufHolder
touch
在接口中 FullMemcacheMessage
touch
在接口中 LastMemcacheContent
touch
在接口中 MemcacheContent
touch
在接口中 MemcacheMessage
touch
在接口中 ReferenceCounted