@UnstableApi public interface MemcacheContent extends MemcacheObject, ByteBufHolder
AbstractMemcacheObjectDecoder
产生MemcacheContent
后MemcacheMessage
当含量大。
如果您不希望在您的处理程序中收到MemcacheContent
,请在ChannelPipeline
的AbstractMemcacheObjectDecoder
实施后放置一个聚合器 。
Modifier and Type | Method and Description |
---|---|
MemcacheContent |
copy()
创建此 ByteBufHolder 的深层副本。
|
MemcacheContent |
duplicate()
重复此 ByteBufHolder 。
|
MemcacheContent |
replace(ByteBuf content)
返回一个新 ByteBufHolder 包含指定content 。
|
MemcacheContent |
retain()
将引用计数增加
1 。
|
MemcacheContent |
retain(int increment)
按指定的
increment 增加参考计数。
|
MemcacheContent |
retainedDuplicate()
重复此 ByteBufHolder 。
|
MemcacheContent |
touch()
记录此对象的当前访问位置以进行调试。
|
MemcacheContent |
touch(java.lang.Object hint)
记录此对象的当前访问位置,并附加一些用于调试的任意信息。
|
decoderResult, setDecoderResult
content
refCnt, release, release
MemcacheContent copy()
ByteBufHolder
复制的描述
ByteBufHolder
的深层副本。
copy
在界面
ByteBufHolder
MemcacheContent duplicate()
ByteBufHolder
复制的描述
ByteBufHolder
。
请注意,这不会自动调用ByteBufHolder.retain()
。
duplicate
在界面
ByteBufHolder
MemcacheContent retainedDuplicate()
ByteBufHolder
ByteBufHolder
。
与ByteBufHolder.duplicate()
不同,此方法返回保留的副本。
retainedDuplicate
在界面
ByteBufHolder
ByteBuf.retainedDuplicate()
MemcacheContent replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
包含指定content
。
replace
在界面
ByteBufHolder
MemcacheContent retain()
ReferenceCounted
复制的描述
1
。
retain
在界面
ByteBufHolder
retain
在界面
ReferenceCounted
MemcacheContent retain(int increment)
ReferenceCounted
复制的描述
increment
增加参考计数。
retain
,界面
ByteBufHolder
retain
在界面
ReferenceCounted
MemcacheContent touch()
ReferenceCounted
复制的描述
touch
在界面
ByteBufHolder
touch
在界面
ReferenceCounted
MemcacheContent touch(java.lang.Object hint)
ReferenceCounted
复制的描述
ResourceLeakDetector
提供给您。
touch
在界面
ByteBufHolder
touch
在界面
ReferenceCounted
Copyright © 2008–2018 The Netty Project. All rights reserved.