public interface FullMemcacheMessage extends MemcacheMessage, LastMemcacheContent
Combines MemcacheMessage
and LastMemcacheContent
into one message. So it represent a complete memcache message.
EMPTY_LAST_CONTENT
Modifier and Type | Method and Description |
---|---|
FullMemcacheMessage |
copy() |
FullMemcacheMessage |
duplicate() |
FullMemcacheMessage |
retain() |
FullMemcacheMessage |
retain(int increment) |
getDecoderResult, setDecoderResult
FullMemcacheMessage copy()
copy
in interface io.netty.buffer.ByteBufHolder
copy
in interface LastMemcacheContent
copy
in interface MemcacheContent
FullMemcacheMessage retain(int increment)
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface LastMemcacheContent
retain
in interface io.netty.util.ReferenceCounted
FullMemcacheMessage retain()
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface LastMemcacheContent
retain
in interface io.netty.util.ReferenceCounted
FullMemcacheMessage duplicate()
duplicate
in interface io.netty.buffer.ByteBufHolder
duplicate
in interface LastMemcacheContent
duplicate
in interface MemcacheContent
Copyright © 2018 Couchbase, Inc.. All rights reserved.