@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.ByteBufHoldercopy in interface LastMemcacheContentcopy in interface MemcacheContentFullMemcacheMessage duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface LastMemcacheContentduplicate in interface MemcacheContentFullMemcacheMessage retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface LastMemcacheContentretainedDuplicate in interface MemcacheContentFullMemcacheMessage replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface LastMemcacheContentreplace in interface MemcacheContentFullMemcacheMessage retain(int increment)
MemcacheMessageincrement.retain in interface io.netty.buffer.ByteBufHolderretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface io.netty.util.ReferenceCountedFullMemcacheMessage retain()
MemcacheMessage1.retain in interface io.netty.buffer.ByteBufHolderretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface io.netty.util.ReferenceCountedFullMemcacheMessage touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface MemcacheMessagetouch in interface io.netty.util.ReferenceCountedFullMemcacheMessage touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface MemcacheMessagetouch in interface io.netty.util.ReferenceCountedCopyright © 2008–2017 The Netty Project. All rights reserved.