@UnstableApi public interface FullMemcacheMessage extends MemcacheMessage, LastMemcacheContent
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 |
replace(io.netty.buffer.ByteBuf content) |
FullMemcacheMessage |
retain()
Increases the reference count by
1 . |
FullMemcacheMessage |
retain(int increment)
Increases the reference count by the specified
increment . |
FullMemcacheMessage |
retainedDuplicate() |
FullMemcacheMessage |
touch() |
FullMemcacheMessage |
touch(Object hint) |
FullMemcacheMessage copy()
copy
in interface io.netty.buffer.ByteBufHolder
copy
in interface LastMemcacheContent
copy
in interface MemcacheContent
FullMemcacheMessage duplicate()
duplicate
in interface io.netty.buffer.ByteBufHolder
duplicate
in interface LastMemcacheContent
duplicate
in interface MemcacheContent
FullMemcacheMessage retainedDuplicate()
retainedDuplicate
in interface io.netty.buffer.ByteBufHolder
retainedDuplicate
in interface LastMemcacheContent
retainedDuplicate
in interface MemcacheContent
FullMemcacheMessage replace(io.netty.buffer.ByteBuf content)
replace
in interface io.netty.buffer.ByteBufHolder
replace
in interface LastMemcacheContent
replace
in interface MemcacheContent
FullMemcacheMessage retain(int increment)
MemcacheMessage
increment
.retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface LastMemcacheContent
retain
in interface MemcacheContent
retain
in interface MemcacheMessage
retain
in interface io.netty.util.ReferenceCounted
FullMemcacheMessage retain()
MemcacheMessage
1
.retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface LastMemcacheContent
retain
in interface MemcacheContent
retain
in interface MemcacheMessage
retain
in interface io.netty.util.ReferenceCounted
FullMemcacheMessage touch()
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface LastMemcacheContent
touch
in interface MemcacheContent
touch
in interface MemcacheMessage
touch
in interface io.netty.util.ReferenceCounted
FullMemcacheMessage touch(Object hint)
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface LastMemcacheContent
touch
in interface MemcacheContent
touch
in interface MemcacheMessage
touch
in interface io.netty.util.ReferenceCounted
Copyright © 2008–2021 The Netty Project. All rights reserved.