public interface MemcacheContent extends MemcacheObject, ByteBufHolder
An Memcache content chunk.
A implementation of aAbstractMemcacheObjectDecoder
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() |
getDecoderResult, setDecoderResult
content, retain, retain
refCnt, release, release
MemcacheContent copy()
copy
in interface ByteBufHolder
MemcacheContent duplicate()
duplicate
in interface ByteBufHolder
Copyright © 2017 Couchbase, Inc.. All rights reserved.