@UnstableApi public interface MemcacheMessage extends MemcacheObject, ReferenceCounted
Modifier and Type | Method and Description |
---|---|
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(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
in interface ReferenceCounted
MemcacheMessage retain(int increment)
increment
.retain
in interface ReferenceCounted
MemcacheMessage touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
in interface ReferenceCounted
MemcacheMessage touch(Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
in interface ReferenceCounted
Copyright © 2008–2017 The Netty Project. All rights reserved.