@UnstableApi public interface FullBinaryMemcacheResponse extends BinaryMemcacheResponse, FullMemcacheMessage
BinaryMemcacheResponse ,也包括内容。
EMPTY_LAST_CONTENT| Modifier and Type | Method and Description |
|---|---|
FullBinaryMemcacheResponse |
copy()
创建此 ByteBufHolder的深层副本。
|
FullBinaryMemcacheResponse |
duplicate()
重复此 ByteBufHolder 。
|
FullBinaryMemcacheResponse |
replace(ByteBuf content)
返回一个新 ByteBufHolder包含指定content 。
|
FullBinaryMemcacheResponse |
retain()
将参考计数增加
1 。
|
FullBinaryMemcacheResponse |
retain(int increment)
将参考计数增加指定的
increment 。
|
FullBinaryMemcacheResponse |
retainedDuplicate()
重复此 ByteBufHolder 。
|
FullBinaryMemcacheResponse |
touch()
记录此对象的当前访问位置以进行调试。
|
FullBinaryMemcacheResponse |
touch(java.lang.Object hint)
记录此对象的当前访问位置,并附加一些用于调试的任意信息。
|
setStatus, statuscas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setKey, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLengthcontentFullBinaryMemcacheResponse copy()
ByteBufHolder
ByteBufHolder的深层副本。
copy ,界面
ByteBufHolder
copy在界面
FullMemcacheMessage
copy在界面
LastMemcacheContent
copy在界面
MemcacheContent
FullBinaryMemcacheResponse duplicate()
ByteBufHolder
ByteBufHolder 。
请注意,这不会自动调用ByteBufHolder.retain() 。
duplicate在界面
ByteBufHolder
duplicate ,界面
FullMemcacheMessage
duplicate在界面
LastMemcacheContent
duplicate ,界面
MemcacheContent
FullBinaryMemcacheResponse retainedDuplicate()
ByteBufHolder
ByteBufHolder 。
与ByteBufHolder.duplicate()不同,此方法返回保留的副本。
retainedDuplicate在界面
ByteBufHolder
retainedDuplicate在界面
FullMemcacheMessage
retainedDuplicate ,界面
LastMemcacheContent
retainedDuplicate ,界面
MemcacheContent
ByteBuf.retainedDuplicate()
FullBinaryMemcacheResponse replace(ByteBuf content)
ByteBufHolder
ByteBufHolder包含指定content 。
replace在界面
ByteBufHolder
replace ,界面
FullMemcacheMessage
replace ,界面
LastMemcacheContent
replace在界面
MemcacheContent
FullBinaryMemcacheResponse retain(int increment)
BinaryMemcacheMessage
increment 。
retain在界面
BinaryMemcacheMessage
retain ,界面
BinaryMemcacheResponse
retain在界面
ByteBufHolder
retain在界面
FullMemcacheMessage
retain在界面
LastMemcacheContent
retain ,界面
MemcacheContent
retain ,界面
MemcacheMessage
retain接口
ReferenceCounted
FullBinaryMemcacheResponse retain()
BinaryMemcacheMessage
1 。
retain在界面
BinaryMemcacheMessage
retain在界面
BinaryMemcacheResponse
retain在界面
ByteBufHolder
retain在界面
FullMemcacheMessage
retain接口
LastMemcacheContent
retain ,界面
MemcacheContent
retain的界面
MemcacheMessage
retain接口
ReferenceCounted
FullBinaryMemcacheResponse touch()
ReferenceCounted
touch在界面
BinaryMemcacheMessage
touch在界面
BinaryMemcacheResponse
touch在界面
ByteBufHolder
touch接口
FullMemcacheMessage
touch在界面
LastMemcacheContent
touch在界面
MemcacheContent
touch在界面
MemcacheMessage
touch在界面
ReferenceCounted
FullBinaryMemcacheResponse touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector提供给您。
touch ,界面
BinaryMemcacheMessage
touch ,界面
BinaryMemcacheResponse
touch ,界面
ByteBufHolder
touch ,界面
FullMemcacheMessage
touch在界面
LastMemcacheContent
touch在界面
MemcacheContent
touch在界面
MemcacheMessage
touch在界面
ReferenceCounted
Copyright © 2008–2018 The Netty Project. All rights reserved.