@UnstableApi public interface MemcacheMessage extends MemcacheObject, ReferenceCounted
| 限定符和类型 | 方法和说明 |
|---|---|
MemcacheMessage |
retain()
Increases the reference count by
1. |
MemcacheMessage |
retain(int increment)
Increases the reference count by the specified
increment. |
MemcacheMessage |
touch()
Records the current access location of this object for debugging purposes.
|
MemcacheMessage |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
decoderResult, setDecoderResultrefCnt, release, releaseMemcacheMessage retain()
1.retain 在接口中 ReferenceCountedMemcacheMessage retain(int increment)
increment.retain 在接口中 ReferenceCountedMemcacheMessage touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ReferenceCountedMemcacheMessage touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ReferenceCounted