@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, setDecoderResult content refCnt, release, release FullMemcacheMessage copy()
ByteBufHolder ByteBufHolder.copy in interface ByteBufHolder copy in interface LastMemcacheContent copy in interface MemcacheContent FullMemcacheMessage duplicate()
ByteBufHolder ByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolder duplicate in interface LastMemcacheContent duplicate in interface MemcacheContent FullMemcacheMessage retainedDuplicate()
ByteBufHolder ByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate in interface ByteBufHolder retainedDuplicate in interface LastMemcacheContent retainedDuplicate in interface MemcacheContent ByteBuf.retainedDuplicate() FullMemcacheMessage replace(ByteBuf content)
ByteBufHolder ByteBufHolder which contains the specified content.replace in interface ByteBufHolder replace in interface LastMemcacheContent replace in interface MemcacheContent FullMemcacheMessage retain(int increment)
MemcacheMessage increment.retain in interface ByteBufHolder retain in interface LastMemcacheContent retain in interface MemcacheContent retain in interface MemcacheMessage retain in interface ReferenceCounted FullMemcacheMessage retain()
MemcacheMessage 1.retain in interface ByteBufHolder retain in interface LastMemcacheContent retain in interface MemcacheContent retain in interface MemcacheMessage retain in interface ReferenceCounted FullMemcacheMessage touch()
ReferenceCounted ResourceLeakDetector. This method is a shortcut to touch(null).touch in interface ByteBufHolder touch in interface LastMemcacheContent touch in interface MemcacheContent touch in interface MemcacheMessage touch in interface ReferenceCounted FullMemcacheMessage touch(Object hint)
ReferenceCounted ResourceLeakDetector.touch in interface ByteBufHolder touch in interface LastMemcacheContent touch in interface MemcacheContent touch in interface MemcacheMessage touch in interface ReferenceCounted Copyright © 2008–2025 The Netty Project. All rights reserved.