@UnstableApi public interface LastBulkStringRedisContent extends BulkStringRedisContent
限定符和类型 | 字段和说明 |
---|---|
static LastBulkStringRedisContent |
EMPTY_LAST_CONTENT
The 'end of content' marker in chunked encoding.
|
限定符和类型 | 方法和说明 |
---|---|
LastBulkStringRedisContent |
copy()
Creates a deep copy of this
ByteBufHolder . |
LastBulkStringRedisContent |
duplicate()
Duplicates this
ByteBufHolder . |
LastBulkStringRedisContent |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content . |
LastBulkStringRedisContent |
retain()
Increases the reference count by
1 . |
LastBulkStringRedisContent |
retain(int increment)
Increases the reference count by the specified
increment . |
LastBulkStringRedisContent |
retainedDuplicate()
Duplicates this
ByteBufHolder . |
LastBulkStringRedisContent |
touch()
Records the current access location of this object for debugging purposes.
|
LastBulkStringRedisContent |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
content
refCnt, release, release
static final LastBulkStringRedisContent EMPTY_LAST_CONTENT
LastBulkStringRedisContent copy()
ByteBufHolder
ByteBufHolder
.copy
在接口中 BulkStringRedisContent
copy
在接口中 ByteBufHolder
LastBulkStringRedisContent duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
在接口中 BulkStringRedisContent
duplicate
在接口中 ByteBufHolder
LastBulkStringRedisContent retainedDuplicate()
ByteBufHolder
ByteBufHolder
. This method returns a retained duplicate unlike ByteBufHolder.duplicate()
.retainedDuplicate
在接口中 BulkStringRedisContent
retainedDuplicate
在接口中 ByteBufHolder
ByteBuf.retainedDuplicate()
LastBulkStringRedisContent replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
which contains the specified 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
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
在接口中 BulkStringRedisContent
touch
在接口中 ByteBufHolder
touch
在接口中 ReferenceCounted
LastBulkStringRedisContent touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
在接口中 BulkStringRedisContent
touch
在接口中 ByteBufHolder
touch
在接口中 ReferenceCounted