public interface LastMemcacheContent extends MemcacheContent
The MemcacheContent
which signals the end of the content batch.
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
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 ReferenceCounted
LastMemcacheContent duplicate()
duplicate
in interface ByteBufHolder
duplicate
in interface MemcacheContent
Copyright © 2017 Couchbase, Inc.. All rights reserved.