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. |
FullMemcacheMessage |
touch()
Records the current access location of this object for debugging purposes.
|
FullMemcacheMessage |
touch(Object hint)
Records the current access location of this object with an additonal arbitrary information for debugging
purposes.
|
decoderResult, 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 touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch in interface ByteBufHoldertouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface MemcacheMessagetouch in interface ReferenceCountedFullMemcacheMessage touch(Object hint)
ReferenceCountedResourceLeakDetector.touch in interface ByteBufHoldertouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface MemcacheMessagetouch 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–2015 The Netty Project. All rights reserved.