@UnstableApi public interface LastMemcacheContent extends MemcacheContent
MemcacheContent which signals the end of the content batch.
Note that by design, even when no content is emitted by the protocol, an
empty LastMemcacheContent is issued to make the upstream parsing
easier.| 限定符和类型 | 字段和说明 |
|---|---|
static LastMemcacheContent |
EMPTY_LAST_CONTENT |
| 限定符和类型 | 方法和说明 |
|---|---|
LastMemcacheContent |
copy()
Creates a deep copy of this
ByteBufHolder. |
LastMemcacheContent |
duplicate()
Duplicates this
ByteBufHolder. |
LastMemcacheContent |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content. |
LastMemcacheContent |
retain()
Increases the reference count by
1. |
LastMemcacheContent |
retain(int increment)
Increases the reference count by the specified
increment. |
LastMemcacheContent |
retainedDuplicate()
Duplicates this
ByteBufHolder. |
LastMemcacheContent |
touch()
Records the current access location of this object for debugging purposes.
|
LastMemcacheContent |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
decoderResult, setDecoderResultcontentrefCnt, release, releasestatic final LastMemcacheContent EMPTY_LAST_CONTENT
LastMemcacheContent copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHoldercopy 在接口中 MemcacheContentLastMemcacheContent duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderduplicate 在接口中 MemcacheContentLastMemcacheContent retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate 在接口中 ByteBufHolderretainedDuplicate 在接口中 MemcacheContentByteBuf.retainedDuplicate()LastMemcacheContent replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace 在接口中 ByteBufHolderreplace 在接口中 MemcacheContentLastMemcacheContent retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 MemcacheContentretain 在接口中 ReferenceCountedLastMemcacheContent retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 MemcacheContentretain 在接口中 ReferenceCountedLastMemcacheContent touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ByteBufHoldertouch 在接口中 MemcacheContenttouch 在接口中 ReferenceCountedLastMemcacheContent touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ByteBufHoldertouch 在接口中 MemcacheContenttouch 在接口中 ReferenceCounted