@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, setDecoderResultrefCnt, release, releaseMemcacheMessage retain()
1.retain in interface ReferenceCountedMemcacheMessage retain(int increment)
increment.retain in interface ReferenceCountedMemcacheMessage touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch in interface ReferenceCountedMemcacheMessage touch(Object hint)
ReferenceCountedResourceLeakDetector.touch in interface ReferenceCountedCopyright © 2008–2025 The Netty Project. All rights reserved.