@UnstableApi public interface LastBulkStringRedisContent extends BulkStringRedisContent
| Modifier and Type | Field and Description |
|---|---|
static LastBulkStringRedisContent |
EMPTY_LAST_CONTENT
The 'end of content' marker in chunked encoding.
|
| Modifier and Type | Method and Description |
|---|---|
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(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 in interface BulkStringRedisContentcopy in interface ByteBufHolderLastBulkStringRedisContent duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface BulkStringRedisContentduplicate in interface ByteBufHolderLastBulkStringRedisContent retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate in interface BulkStringRedisContentretainedDuplicate in interface ByteBufHolderByteBuf.retainedDuplicate()LastBulkStringRedisContent replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace in interface BulkStringRedisContentreplace in interface ByteBufHolderLastBulkStringRedisContent retain()
ReferenceCounted1.retain in interface BulkStringRedisContentretain in interface ByteBufHolderretain in interface ReferenceCountedLastBulkStringRedisContent retain(int increment)
ReferenceCountedincrement.retain in interface BulkStringRedisContentretain in interface ByteBufHolderretain in interface ReferenceCountedLastBulkStringRedisContent touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch in interface BulkStringRedisContenttouch in interface ByteBufHoldertouch in interface ReferenceCountedLastBulkStringRedisContent touch(Object hint)
ReferenceCountedResourceLeakDetector.touch in interface BulkStringRedisContenttouch in interface ByteBufHoldertouch in interface ReferenceCountedCopyright © 2008–2025 The Netty Project. All rights reserved.