@UnstableApi public interface LastMemcacheContent extends MemcacheContent
MemcacheContent
表示内容批次的结束。
请注意,按照设计,即使没有协议发出内容,也会发出一个空的LastMemcacheContent
以使上游解析更容易。
Modifier and Type | Field and Description |
---|---|
static LastMemcacheContent |
EMPTY_LAST_CONTENT |
Modifier and Type | Method and Description |
---|---|
LastMemcacheContent |
copy()
创建此 ByteBufHolder 的深层副本。
|
LastMemcacheContent |
duplicate()
重复此 ByteBufHolder 。
|
LastMemcacheContent |
replace(ByteBuf content)
返回一个新 ByteBufHolder 包含指定content 。
|
LastMemcacheContent |
retain()
将参考计数增加
1 。
|
LastMemcacheContent |
retain(int increment)
按指定的
increment 增加参考计数。
|
LastMemcacheContent |
retainedDuplicate()
重复此 ByteBufHolder 。
|
LastMemcacheContent |
touch()
记录此对象的当前访问位置以进行调试。
|
LastMemcacheContent |
touch(java.lang.Object hint)
记录此对象的当前访问位置,并附加一些用于调试的任意信息。
|
decoderResult, setDecoderResult
content
refCnt, release, release
static final LastMemcacheContent EMPTY_LAST_CONTENT
LastMemcacheContent copy()
ByteBufHolder
ByteBufHolder
的深层副本。
copy
,界面
ByteBufHolder
copy
在界面
MemcacheContent
LastMemcacheContent duplicate()
ByteBufHolder
复制的描述
ByteBufHolder
。
请注意,这不会自动调用ByteBufHolder.retain()
。
duplicate
在界面
ByteBufHolder
duplicate
在界面
MemcacheContent
LastMemcacheContent retainedDuplicate()
ByteBufHolder
ByteBufHolder
。
与ByteBufHolder.duplicate()
不同,此方法返回保留的副本。
retainedDuplicate
在界面
ByteBufHolder
retainedDuplicate
,界面
MemcacheContent
ByteBuf.retainedDuplicate()
LastMemcacheContent replace(ByteBuf content)
ByteBufHolder
复制的描述
ByteBufHolder
包含指定content
。
replace
在界面
ByteBufHolder
replace
在界面
MemcacheContent
LastMemcacheContent retain(int increment)
ReferenceCounted
复制的描述
increment
。
retain
在界面
ByteBufHolder
retain
在界面
MemcacheContent
retain
在界面
ReferenceCounted
LastMemcacheContent retain()
ReferenceCounted
复制的描述
1
。
retain
在界面
ByteBufHolder
retain
在界面
MemcacheContent
retain
在界面
ReferenceCounted
LastMemcacheContent touch()
ReferenceCounted
复制的描述
touch
在界面
ByteBufHolder
touch
在界面
MemcacheContent
touch
在界面
ReferenceCounted
LastMemcacheContent touch(java.lang.Object hint)
ReferenceCounted
复制的描述
ResourceLeakDetector
提供给您。
touch
在界面
ByteBufHolder
touch
在界面
MemcacheContent
touch
in interface
ReferenceCounted
Copyright © 2008–2018 The Netty Project. All rights reserved.