@UnstableApi public interface BinaryMemcacheRequest extends BinaryMemcacheMessage
BinaryMemcacheRequest
, which contains the header and optional key and extras.限定符和类型 | 方法和说明 |
---|---|
short |
reserved()
Returns the reserved field value.
|
BinaryMemcacheRequest |
retain()
Increases the reference count by
1 . |
BinaryMemcacheRequest |
retain(int increment)
Increases the reference count by the specified
increment . |
BinaryMemcacheRequest |
setReserved(short reserved)
Sets the reserved field value.
|
BinaryMemcacheRequest |
touch()
Records the current access location of this object for debugging purposes.
|
BinaryMemcacheRequest |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
cas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setKey, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLength
decoderResult, setDecoderResult
refCnt, release, release
short reserved()
BinaryMemcacheRequest setReserved(short reserved)
reserved
- the reserved field value.BinaryMemcacheRequest retain()
BinaryMemcacheMessage
1
.retain
在接口中 BinaryMemcacheMessage
retain
在接口中 MemcacheMessage
retain
在接口中 ReferenceCounted
BinaryMemcacheRequest retain(int increment)
BinaryMemcacheMessage
increment
.retain
在接口中 BinaryMemcacheMessage
retain
在接口中 MemcacheMessage
retain
在接口中 ReferenceCounted
BinaryMemcacheRequest touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
在接口中 BinaryMemcacheMessage
touch
在接口中 MemcacheMessage
touch
在接口中 ReferenceCounted
BinaryMemcacheRequest touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
在接口中 BinaryMemcacheMessage
touch
在接口中 MemcacheMessage
touch
在接口中 ReferenceCounted