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
.Modifier and Type | Method and Description |
---|---|
MemcacheContent |
copy() |
MemcacheContent |
duplicate() |
MemcacheContent |
retain() |
getDecoderResult, setDecoderResult
content, replace, retain, retainedDuplicate, touch, touch
refCnt, release, release
MemcacheContent copy()
copy
in interface ByteBufHolder
MemcacheContent duplicate()
duplicate
in interface ByteBufHolder
MemcacheContent retain()
retain
in interface ByteBufHolder
retain
in interface ReferenceCounted
Copyright © 2021 Couchbase, Inc.. All rights reserved.