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