@UnstableApi public interface MemcacheContent extends MemcacheObject, ByteBufHolder
AbstractMemcacheObjectDecoder generates MemcacheContent after
MemcacheMessage when the content is large. If you prefer not to receive MemcacheContent
in your handler, place a aggregator after an implementation of the AbstractMemcacheObjectDecoder
in the ChannelPipeline.| 限定符和类型 | 方法和说明 |
|---|---|
MemcacheContent |
copy()
Creates a deep copy of this
ByteBufHolder. |
MemcacheContent |
duplicate()
Duplicates this
ByteBufHolder. |
MemcacheContent |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content. |
MemcacheContent |
retain()
Increases the reference count by
1. |
MemcacheContent |
retain(int increment)
Increases the reference count by the specified
increment. |
MemcacheContent |
retainedDuplicate()
Duplicates this
ByteBufHolder. |
MemcacheContent |
touch()
Records the current access location of this object for debugging purposes.
|
MemcacheContent |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
decoderResult, setDecoderResultcontentrefCnt, release, releaseMemcacheContent copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHolderMemcacheContent duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderMemcacheContent retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate 在接口中 ByteBufHolderByteBuf.retainedDuplicate()MemcacheContent replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace 在接口中 ByteBufHolderMemcacheContent retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedMemcacheContent retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedMemcacheContent touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ByteBufHoldertouch 在接口中 ReferenceCountedMemcacheContent touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ByteBufHoldertouch 在接口中 ReferenceCounted