@UnstableApi public interface BinaryMemcacheResponse extends BinaryMemcacheMessage
BinaryMemcacheResponse, which contains the header and optional key and extras.| 限定符和类型 | 方法和说明 |
|---|---|
BinaryMemcacheResponse |
retain()
Increases the reference count by
1. |
BinaryMemcacheResponse |
retain(int increment)
Increases the reference count by the specified
increment. |
BinaryMemcacheResponse |
setStatus(short status)
Sets the status of the response.
|
short |
status()
Returns the status of the response.
|
BinaryMemcacheResponse |
touch()
Records the current access location of this object for debugging purposes.
|
BinaryMemcacheResponse |
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, totalBodyLengthdecoderResult, setDecoderResultrefCnt, release, releaseshort status()
BinaryMemcacheResponse setStatus(short status)
status - the status to set.BinaryMemcacheResponse retain()
BinaryMemcacheMessage1.retain 在接口中 BinaryMemcacheMessageretain 在接口中 MemcacheMessageretain 在接口中 ReferenceCountedBinaryMemcacheResponse retain(int increment)
BinaryMemcacheMessageincrement.retain 在接口中 BinaryMemcacheMessageretain 在接口中 MemcacheMessageretain 在接口中 ReferenceCountedBinaryMemcacheResponse touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 BinaryMemcacheMessagetouch 在接口中 MemcacheMessagetouch 在接口中 ReferenceCountedBinaryMemcacheResponse touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 BinaryMemcacheMessagetouch 在接口中 MemcacheMessagetouch 在接口中 ReferenceCounted