@UnstableApi public final class DefaultLastBulkStringRedisContent extends DefaultBulkStringRedisContent implements LastBulkStringRedisContent
LastBulkStringRedisContent.EMPTY_LAST_CONTENT| Constructor and Description |
|---|
DefaultLastBulkStringRedisContent(io.netty.buffer.ByteBuf content)
Creates a
DefaultLastBulkStringRedisContent for the given content. |
| Modifier and Type | Method and Description |
|---|---|
LastBulkStringRedisContent |
copy() |
LastBulkStringRedisContent |
duplicate() |
LastBulkStringRedisContent |
replace(io.netty.buffer.ByteBuf content) |
LastBulkStringRedisContent |
retain() |
LastBulkStringRedisContent |
retain(int increment) |
LastBulkStringRedisContent |
retainedDuplicate() |
LastBulkStringRedisContent |
touch() |
LastBulkStringRedisContent |
touch(Object hint) |
toStringcontent, contentToString, equals, hashCode, refCnt, release, releasepublic DefaultLastBulkStringRedisContent(io.netty.buffer.ByteBuf content)
DefaultLastBulkStringRedisContent for the given content.content - the content, can be null.public LastBulkStringRedisContent copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface BulkStringRedisContentcopy in interface LastBulkStringRedisContentcopy in class DefaultBulkStringRedisContentpublic LastBulkStringRedisContent duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface BulkStringRedisContentduplicate in interface LastBulkStringRedisContentduplicate in class DefaultBulkStringRedisContentpublic LastBulkStringRedisContent retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface BulkStringRedisContentretainedDuplicate in interface LastBulkStringRedisContentretainedDuplicate in class DefaultBulkStringRedisContentpublic LastBulkStringRedisContent replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface BulkStringRedisContentreplace in interface LastBulkStringRedisContentreplace in class DefaultBulkStringRedisContentpublic LastBulkStringRedisContent retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface BulkStringRedisContentretain in interface LastBulkStringRedisContentretain in interface io.netty.util.ReferenceCountedretain in class DefaultBulkStringRedisContentpublic LastBulkStringRedisContent retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface BulkStringRedisContentretain in interface LastBulkStringRedisContentretain in interface io.netty.util.ReferenceCountedretain in class DefaultBulkStringRedisContentpublic LastBulkStringRedisContent touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface BulkStringRedisContenttouch in interface LastBulkStringRedisContenttouch in interface io.netty.util.ReferenceCountedtouch in class DefaultBulkStringRedisContentpublic LastBulkStringRedisContent touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface BulkStringRedisContenttouch in interface LastBulkStringRedisContenttouch in interface io.netty.util.ReferenceCountedtouch in class DefaultBulkStringRedisContentCopyright © 2008–2025 The Netty Project. All rights reserved.