@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()
Creates a deep copy of this
ByteBufHolder. |
FullMemcacheMessage |
duplicate()
Duplicates this
ByteBufHolder. |
FullMemcacheMessage |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content. |
FullMemcacheMessage |
retain()
Increases the reference count by
1. |
FullMemcacheMessage |
retain(int increment)
Increases the reference count by the specified
increment. |
FullMemcacheMessage |
retainedDuplicate()
Duplicates this
ByteBufHolder. |
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 additional arbitrary information for debugging
purposes.
|
decoderResult, setDecoderResultcontentrefCnt, release, releaseFullMemcacheMessage copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHoldercopy in interface LastMemcacheContentcopy in interface MemcacheContentFullMemcacheMessage duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderduplicate in interface LastMemcacheContentduplicate in interface MemcacheContentFullMemcacheMessage retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate in interface ByteBufHolderretainedDuplicate in interface LastMemcacheContentretainedDuplicate in interface MemcacheContentByteBuf.retainedDuplicate()FullMemcacheMessage replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace in interface ByteBufHolderreplace in interface LastMemcacheContentreplace 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 ReferenceCountedCopyright © 2008–2017 The Netty Project. All rights reserved.