@UnstableApi public interface FullBinaryMemcacheResponse extends BinaryMemcacheResponse, FullMemcacheMessage
BinaryMemcacheResponse
,也包括内容。
EMPTY_LAST_CONTENT
Modifier and Type | Method and Description |
---|---|
FullBinaryMemcacheResponse |
copy()
创建此 ByteBufHolder 的深层副本。
|
FullBinaryMemcacheResponse |
duplicate()
重复此 ByteBufHolder 。
|
FullBinaryMemcacheResponse |
replace(ByteBuf content)
返回一个新 ByteBufHolder 包含指定content 。
|
FullBinaryMemcacheResponse |
retain()
将参考计数增加
1 。
|
FullBinaryMemcacheResponse |
retain(int increment)
将参考计数增加指定的
increment 。
|
FullBinaryMemcacheResponse |
retainedDuplicate()
重复此 ByteBufHolder 。
|
FullBinaryMemcacheResponse |
touch()
记录此对象的当前访问位置以进行调试。
|
FullBinaryMemcacheResponse |
touch(java.lang.Object hint)
记录此对象的当前访问位置,并附加一些用于调试的任意信息。
|
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
。
请注意,这不会自动调用ByteBufHolder.retain()
。
duplicate
在界面
ByteBufHolder
duplicate
,界面
FullMemcacheMessage
duplicate
在界面
LastMemcacheContent
duplicate
,界面
MemcacheContent
FullBinaryMemcacheResponse retainedDuplicate()
ByteBufHolder
ByteBufHolder
。
与ByteBufHolder.duplicate()
不同,此方法返回保留的副本。
retainedDuplicate
在界面
ByteBufHolder
retainedDuplicate
在界面
FullMemcacheMessage
retainedDuplicate
,界面
LastMemcacheContent
retainedDuplicate
,界面
MemcacheContent
ByteBuf.retainedDuplicate()
FullBinaryMemcacheResponse replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
包含指定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
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
Copyright © 2008–2018 The Netty Project. All rights reserved.