@UnstableApi public interface FullMemcacheMessage extends MemcacheMessage, LastMemcacheContent
MemcacheMessage
and LastMemcacheContent
into one
message. So it represent a complete memcache message.EMPTY_LAST_CONTENT
限定符和类型 | 方法和说明 |
---|---|
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(java.lang.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
在接口中 ByteBufHolder
copy
在接口中 LastMemcacheContent
copy
在接口中 MemcacheContent
FullMemcacheMessage duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
在接口中 ByteBufHolder
duplicate
在接口中 LastMemcacheContent
duplicate
在接口中 MemcacheContent
FullMemcacheMessage retainedDuplicate()
ByteBufHolder
ByteBufHolder
. This method returns a retained duplicate unlike ByteBufHolder.duplicate()
.retainedDuplicate
在接口中 ByteBufHolder
retainedDuplicate
在接口中 LastMemcacheContent
retainedDuplicate
在接口中 MemcacheContent
ByteBuf.retainedDuplicate()
FullMemcacheMessage replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
which contains the specified content
.replace
在接口中 ByteBufHolder
replace
在接口中 LastMemcacheContent
replace
在接口中 MemcacheContent
FullMemcacheMessage retain(int increment)
MemcacheMessage
increment
.retain
在接口中 ByteBufHolder
retain
在接口中 LastMemcacheContent
retain
在接口中 MemcacheContent
retain
在接口中 MemcacheMessage
retain
在接口中 ReferenceCounted
FullMemcacheMessage retain()
MemcacheMessage
1
.retain
在接口中 ByteBufHolder
retain
在接口中 LastMemcacheContent
retain
在接口中 MemcacheContent
retain
在接口中 MemcacheMessage
retain
在接口中 ReferenceCounted
FullMemcacheMessage touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
在接口中 ByteBufHolder
touch
在接口中 LastMemcacheContent
touch
在接口中 MemcacheContent
touch
在接口中 MemcacheMessage
touch
在接口中 ReferenceCounted
FullMemcacheMessage touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
在接口中 ByteBufHolder
touch
在接口中 LastMemcacheContent
touch
在接口中 MemcacheContent
touch
在接口中 MemcacheMessage
touch
在接口中 ReferenceCounted