public interface MemcacheContent extends MemcacheObject, io.netty.buffer.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
MemcacheContent copy()
copy
in interface io.netty.buffer.ByteBufHolder
MemcacheContent duplicate()
duplicate
in interface io.netty.buffer.ByteBufHolder
Copyright © 2018 Couchbase, Inc.. All rights reserved.