@UnstableApi public interface LastBulkStringRedisContent extends BulkStringRedisContent
Modifier and Type | Field and Description |
---|---|
static LastBulkStringRedisContent |
EMPTY_LAST_CONTENT
分块编码中的'内容结束'标记。
|
Modifier and Type | Method and Description |
---|---|
LastBulkStringRedisContent |
copy()
创建此 ByteBufHolder 的深层副本。
|
LastBulkStringRedisContent |
duplicate()
重复此 ByteBufHolder 。
|
LastBulkStringRedisContent |
replace(ByteBuf content)
返回一个新 ByteBufHolder 包含指定content 。
|
LastBulkStringRedisContent |
retain()
将引用计数增加
1 。
|
LastBulkStringRedisContent |
retain(int increment)
通过指定的
increment 增加参考计数。
|
LastBulkStringRedisContent |
retainedDuplicate()
重复此 ByteBufHolder 。
|
LastBulkStringRedisContent |
touch()
记录此对象的当前访问位置以进行调试。
|
LastBulkStringRedisContent |
touch(java.lang.Object hint)
记录此对象的当前访问位置,并附加一些用于调试的任意信息。
|
content
refCnt, release, release
static final LastBulkStringRedisContent EMPTY_LAST_CONTENT
LastBulkStringRedisContent copy()
ByteBufHolder
ByteBufHolder
的深层副本。
copy
接口
BulkStringRedisContent
copy
在界面
ByteBufHolder
LastBulkStringRedisContent duplicate()
ByteBufHolder
ByteBufHolder
。
请注意,这不会自动调用ByteBufHolder.retain()
。
duplicate
接口
BulkStringRedisContent
duplicate
在界面
ByteBufHolder
LastBulkStringRedisContent retainedDuplicate()
ByteBufHolder
ByteBufHolder
。
与ByteBufHolder.duplicate()
不同,此方法返回保留的副本。
retainedDuplicate
接口
BulkStringRedisContent
retainedDuplicate
接口
ByteBufHolder
ByteBuf.retainedDuplicate()
LastBulkStringRedisContent replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
包含指定content
。
replace
在界面
BulkStringRedisContent
replace
接口
ByteBufHolder
LastBulkStringRedisContent retain()
ReferenceCounted
1
。
retain
接口
BulkStringRedisContent
retain
在界面
ByteBufHolder
retain
在界面
ReferenceCounted
LastBulkStringRedisContent retain(int increment)
ReferenceCounted
increment
。
retain
在界面
BulkStringRedisContent
retain
在界面
ByteBufHolder
retain
在界面
ReferenceCounted
LastBulkStringRedisContent touch()
ReferenceCounted
touch
在界面
BulkStringRedisContent
touch
在界面
ByteBufHolder
touch
接口
ReferenceCounted
LastBulkStringRedisContent touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
提供给您。
touch
在界面
BulkStringRedisContent
touch
在界面
ByteBufHolder
touch
在界面
ReferenceCounted
Copyright © 2008–2018 The Netty Project. All rights reserved.