@UnstableApi 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 |
replace(io.netty.buffer.ByteBuf content) |
LastMemcacheContent |
retain() |
LastMemcacheContent |
retain(int increment) |
LastMemcacheContent |
retainedDuplicate() |
LastMemcacheContent |
touch() |
LastMemcacheContent |
touch(Object hint) |
static final LastMemcacheContent EMPTY_LAST_CONTENT
LastMemcacheContent copy()
copy
in interface io.netty.buffer.ByteBufHolder
copy
in interface MemcacheContent
LastMemcacheContent duplicate()
duplicate
in interface io.netty.buffer.ByteBufHolder
duplicate
in interface MemcacheContent
LastMemcacheContent retainedDuplicate()
retainedDuplicate
in interface io.netty.buffer.ByteBufHolder
retainedDuplicate
in interface MemcacheContent
LastMemcacheContent replace(io.netty.buffer.ByteBuf content)
replace
in interface io.netty.buffer.ByteBufHolder
replace
in interface MemcacheContent
LastMemcacheContent retain(int increment)
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface MemcacheContent
retain
in interface io.netty.util.ReferenceCounted
LastMemcacheContent retain()
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface MemcacheContent
retain
in interface io.netty.util.ReferenceCounted
LastMemcacheContent touch()
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface MemcacheContent
touch
in interface io.netty.util.ReferenceCounted
LastMemcacheContent touch(Object hint)
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface MemcacheContent
touch
in interface io.netty.util.ReferenceCounted
Copyright © 2008–2017 The Netty Project. All rights reserved.