@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.
|
contentrefCnt, release, releasestatic final LastBulkStringRedisContent EMPTY_LAST_CONTENT
LastBulkStringRedisContent copy()
ByteBufHolderByteBufHolder.copy 在接口中 BulkStringRedisContentcopy 在接口中 ByteBufHolderLastBulkStringRedisContent duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 BulkStringRedisContentduplicate 在接口中 ByteBufHolderLastBulkStringRedisContent retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate 在接口中 BulkStringRedisContentretainedDuplicate 在接口中 ByteBufHolderByteBuf.retainedDuplicate()LastBulkStringRedisContent replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace 在接口中 BulkStringRedisContentreplace 在接口中 ByteBufHolderLastBulkStringRedisContent retain()
ReferenceCounted1.retain 在接口中 BulkStringRedisContentretain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedLastBulkStringRedisContent retain(int increment)
ReferenceCountedincrement.retain 在接口中 BulkStringRedisContentretain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedLastBulkStringRedisContent touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 BulkStringRedisContenttouch 在接口中 ByteBufHoldertouch 在接口中 ReferenceCountedLastBulkStringRedisContent touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 BulkStringRedisContenttouch 在接口中 ByteBufHoldertouch 在接口中 ReferenceCounted