@UnstableApi public final class DefaultLastBulkStringRedisContent extends DefaultBulkStringRedisContent implements LastBulkStringRedisContent
EMPTY_LAST_CONTENT
Constructor and Description |
---|
DefaultLastBulkStringRedisContent(ByteBuf content)
创建一个 DefaultLastBulkStringRedisContent 为给定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)
记录此对象的当前访问位置,并附加一些用于调试的任意信息。
|
toString
content, contentToString, equals, hashCode, refCnt, release, release
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
content
refCnt, release, release
public DefaultLastBulkStringRedisContent(ByteBuf content)
DefaultLastBulkStringRedisContent
为给定content
。
content
- 内容,可以是
null
。
public LastBulkStringRedisContent copy()
DefaultByteBufHolder
ByteBufHolder
的深层副本。
此方法默认调用replace(content().copy())
。
copy
在界面
ByteBufHolder
copy
在界面
BulkStringRedisContent
copy
在界面
LastBulkStringRedisContent
copy
DefaultBulkStringRedisContent
public LastBulkStringRedisContent duplicate()
DefaultByteBufHolder
duplicate
在界面
ByteBufHolder
duplicate
在界面
BulkStringRedisContent
duplicate
接口
LastBulkStringRedisContent
duplicate
DefaultBulkStringRedisContent
public LastBulkStringRedisContent retainedDuplicate()
DefaultByteBufHolder
ByteBufHolder
。
与ByteBufHolder.duplicate()
不同,此方法返回保留的副本。
此方法默认调用replace(content().retainedDuplicate())
。
retainedDuplicate
在界面
ByteBufHolder
retainedDuplicate
在界面
BulkStringRedisContent
retainedDuplicate
接口
LastBulkStringRedisContent
retainedDuplicate
在课程
DefaultBulkStringRedisContent
ByteBuf.retainedDuplicate()
public LastBulkStringRedisContent replace(ByteBuf content)
DefaultByteBufHolder
ByteBufHolder
包含指定content
。
重写此方法以返回其内容设置为指定的content
的此对象的新实例。 的默认实现DefaultByteBufHolder.copy()
, DefaultByteBufHolder.duplicate()
和DefaultByteBufHolder.retainedDuplicate()
调用此方法来创建一个副本。
replace
接口
ByteBufHolder
replace
接口
BulkStringRedisContent
replace
接口
LastBulkStringRedisContent
replace
在课程
DefaultBulkStringRedisContent
public LastBulkStringRedisContent retain()
ReferenceCounted
复制的描述
1
。
retain
接口
ByteBufHolder
retain
在界面
BulkStringRedisContent
retain
在界面
LastBulkStringRedisContent
retain
在界面
ReferenceCounted
retain
在课程
DefaultBulkStringRedisContent
public LastBulkStringRedisContent retain(int increment)
ReferenceCounted
increment
增加引用计数。
retain
接口
ByteBufHolder
retain
在界面
BulkStringRedisContent
retain
接口
LastBulkStringRedisContent
retain
在界面
ReferenceCounted
retain
在课程
DefaultBulkStringRedisContent
public LastBulkStringRedisContent touch()
ReferenceCounted
touch
接口
ByteBufHolder
touch
接口
BulkStringRedisContent
touch
接口
LastBulkStringRedisContent
touch
在界面
ReferenceCounted
touch
在课程
DefaultBulkStringRedisContent
public LastBulkStringRedisContent touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
提供给您。
touch
在界面
ByteBufHolder
touch
在界面
BulkStringRedisContent
touch
在界面
LastBulkStringRedisContent
touch
在界面
ReferenceCounted
touch
DefaultBulkStringRedisContent
Copyright © 2008–2018 The Netty Project. All rights reserved.