@UnstableApi public class DefaultLastMemcacheContent extends DefaultMemcacheContent implements LastMemcacheContent
LastMemcacheContent.EMPTY_LAST_CONTENT| Constructor and Description |
|---|
DefaultLastMemcacheContent() |
DefaultLastMemcacheContent(io.netty.buffer.ByteBuf content) |
| Modifier and Type | Method and Description |
|---|---|
LastMemcacheContent |
copy() |
LastMemcacheContent |
duplicate() |
LastMemcacheContent |
replace(io.netty.buffer.ByteBuf content) |
LastMemcacheContent |
retain() |
LastMemcacheContent |
retain(int increment) |
LastMemcacheContent |
retainedDuplicate() |
LastMemcacheContent |
touch() |
LastMemcacheContent |
touch(Object hint) |
content, deallocate, toStringdecoderResult, setDecoderResultrefCnt, release, release, setRefCntclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic DefaultLastMemcacheContent()
public DefaultLastMemcacheContent(io.netty.buffer.ByteBuf content)
public LastMemcacheContent retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface io.netty.util.ReferenceCountedretain in class DefaultMemcacheContentpublic LastMemcacheContent retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface io.netty.util.ReferenceCountedretain in class DefaultMemcacheContentpublic LastMemcacheContent touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface io.netty.util.ReferenceCountedtouch in class DefaultMemcacheContentpublic LastMemcacheContent touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface io.netty.util.ReferenceCountedtouch in class DefaultMemcacheContentpublic LastMemcacheContent copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface LastMemcacheContentcopy in interface MemcacheContentcopy in class DefaultMemcacheContentpublic LastMemcacheContent duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface LastMemcacheContentduplicate in interface MemcacheContentduplicate in class DefaultMemcacheContentpublic LastMemcacheContent retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface LastMemcacheContentretainedDuplicate in interface MemcacheContentretainedDuplicate in class DefaultMemcacheContentpublic LastMemcacheContent replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface LastMemcacheContentreplace in interface MemcacheContentreplace in class DefaultMemcacheContentCopyright © 2008–2020 The Netty Project. All rights reserved.