@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, setDecoderResult
refCnt, release, release
MemcacheMessage retain()
1
.retain
在接口中 ReferenceCounted
MemcacheMessage retain(int increment)
increment
.retain
在接口中 ReferenceCounted
MemcacheMessage touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
在接口中 ReferenceCounted
MemcacheMessage touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
在接口中 ReferenceCounted