public interface LastMemcacheContent extends MemcacheContent
MemcacheContent
which signals the end of the content batch.
Note that by design, even when no content is emitted by the protocol, an
empty LastMemcacheContent
is issued to make the upstream parsing
easier.Modifier and Type | Field and Description |
---|---|
static LastMemcacheContent |
EMPTY_LAST_CONTENT |
Modifier and Type | Method and Description |
---|---|
LastMemcacheContent |
copy() |
LastMemcacheContent |
duplicate() |
LastMemcacheContent |
retain() |
LastMemcacheContent |
retain(int increment) |
getDecoderResult, setDecoderResult
content, replace, retainedDuplicate, touch, touch
refCnt, release, release
static final LastMemcacheContent EMPTY_LAST_CONTENT
LastMemcacheContent copy()
copy
in interface ByteBufHolder
copy
in interface MemcacheContent
LastMemcacheContent retain(int increment)
retain
in interface ByteBufHolder
retain
in interface ReferenceCounted
LastMemcacheContent retain()
retain
in interface ByteBufHolder
retain
in interface MemcacheContent
retain
in interface ReferenceCounted
LastMemcacheContent duplicate()
duplicate
in interface ByteBufHolder
duplicate
in interface MemcacheContent
Copyright © 2021 Couchbase, Inc.. All rights reserved.