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()
Create a deep copy of this
ByteBufHolder. |
FullMemcacheMessage |
duplicate()
Duplicate the
ByteBufHolder. |
FullMemcacheMessage |
retain()
Increases the reference count by
1. |
FullMemcacheMessage |
retain(int increment)
Increases the reference count by the specified
increment. |
getDecoderResult, setDecoderResultcontentrefCnt, release, releaseFullMemcacheMessage copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHoldercopy in interface LastMemcacheContentcopy in interface MemcacheContentFullMemcacheMessage retain(int increment)
MemcacheMessageincrement.retain in interface ByteBufHolderretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface ReferenceCountedFullMemcacheMessage retain()
MemcacheMessage1.retain in interface ByteBufHolderretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface ReferenceCountedFullMemcacheMessage duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderduplicate in interface LastMemcacheContentduplicate in interface MemcacheContentCopyright © 2008–2013 The Netty Project. All rights reserved.