@UnstableApi public class DefaultFullBinaryMemcacheRequest extends DefaultBinaryMemcacheRequest implements FullBinaryMemcacheRequest
FullBinaryMemcacheRequest
.REQUEST_MAGIC_BYTE
EMPTY_LAST_CONTENT
Constructor and Description |
---|
DefaultFullBinaryMemcacheRequest(ByteBuf key,
ByteBuf extras)
Create a new
DefaultBinaryMemcacheRequest with the header, key and extras. |
DefaultFullBinaryMemcacheRequest(ByteBuf key,
ByteBuf extras,
ByteBuf content)
Create a new
DefaultBinaryMemcacheRequest with the header, key, extras and content. |
Modifier and Type | Method and Description |
---|---|
ByteBuf |
content()
Return the data which is held by this
ByteBufHolder . |
FullBinaryMemcacheRequest |
copy()
Creates a deep copy of this
ByteBufHolder . |
protected void |
deallocate()
Called once
AbstractReferenceCounted.refCnt() is equals 0. |
FullBinaryMemcacheRequest |
duplicate()
Duplicates this
ByteBufHolder . |
FullBinaryMemcacheRequest |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content . |
FullBinaryMemcacheRequest |
retain()
Increases the reference count by
1 . |
FullBinaryMemcacheRequest |
retain(int increment)
Increases the reference count by the specified
increment . |
FullBinaryMemcacheRequest |
retainedDuplicate()
Duplicates this
ByteBufHolder . |
FullBinaryMemcacheRequest |
touch()
Records the current access location of this object for debugging purposes.
|
FullBinaryMemcacheRequest |
touch(Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
reserved, setReserved
cas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setKey, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLength
decoderResult, setDecoderResult
refCnt, release, release, setRefCnt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
reserved, setReserved
cas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setKey, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLength
public DefaultFullBinaryMemcacheRequest(ByteBuf key, ByteBuf extras)
DefaultBinaryMemcacheRequest
with the header, key and extras.key
- the key to use.extras
- the extras to use.public DefaultFullBinaryMemcacheRequest(ByteBuf key, ByteBuf extras, ByteBuf content)
DefaultBinaryMemcacheRequest
with the header, key, extras and content.key
- the key to use.extras
- the extras to use.content
- the content of the full request.public ByteBuf content()
ByteBufHolder
ByteBufHolder
.content
in interface ByteBufHolder
public FullBinaryMemcacheRequest retain()
ReferenceCounted
1
.retain
in interface ByteBufHolder
retain
in interface BinaryMemcacheMessage
retain
in interface BinaryMemcacheRequest
retain
in interface FullBinaryMemcacheRequest
retain
in interface FullMemcacheMessage
retain
in interface LastMemcacheContent
retain
in interface MemcacheContent
retain
in interface MemcacheMessage
retain
in interface ReferenceCounted
retain
in class DefaultBinaryMemcacheRequest
public FullBinaryMemcacheRequest retain(int increment)
ReferenceCounted
increment
.retain
in interface ByteBufHolder
retain
in interface BinaryMemcacheMessage
retain
in interface BinaryMemcacheRequest
retain
in interface FullBinaryMemcacheRequest
retain
in interface FullMemcacheMessage
retain
in interface LastMemcacheContent
retain
in interface MemcacheContent
retain
in interface MemcacheMessage
retain
in interface ReferenceCounted
retain
in class DefaultBinaryMemcacheRequest
public FullBinaryMemcacheRequest touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
in interface ByteBufHolder
touch
in interface BinaryMemcacheMessage
touch
in interface BinaryMemcacheRequest
touch
in interface FullBinaryMemcacheRequest
touch
in interface FullMemcacheMessage
touch
in interface LastMemcacheContent
touch
in interface MemcacheContent
touch
in interface MemcacheMessage
touch
in interface ReferenceCounted
touch
in class DefaultBinaryMemcacheRequest
public FullBinaryMemcacheRequest touch(Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
in interface ByteBufHolder
touch
in interface BinaryMemcacheMessage
touch
in interface BinaryMemcacheRequest
touch
in interface FullBinaryMemcacheRequest
touch
in interface FullMemcacheMessage
touch
in interface LastMemcacheContent
touch
in interface MemcacheContent
touch
in interface MemcacheMessage
touch
in interface ReferenceCounted
touch
in class DefaultBinaryMemcacheRequest
protected void deallocate()
AbstractReferenceCounted
AbstractReferenceCounted.refCnt()
is equals 0.deallocate
in class AbstractBinaryMemcacheMessage
public FullBinaryMemcacheRequest copy()
ByteBufHolder
ByteBufHolder
.copy
in interface ByteBufHolder
copy
in interface FullBinaryMemcacheRequest
copy
in interface FullMemcacheMessage
copy
in interface LastMemcacheContent
copy
in interface MemcacheContent
public FullBinaryMemcacheRequest duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
in interface ByteBufHolder
duplicate
in interface FullBinaryMemcacheRequest
duplicate
in interface FullMemcacheMessage
duplicate
in interface LastMemcacheContent
duplicate
in interface MemcacheContent
public FullBinaryMemcacheRequest retainedDuplicate()
ByteBufHolder
ByteBufHolder
. This method returns a retained duplicate unlike ByteBufHolder.duplicate()
.retainedDuplicate
in interface ByteBufHolder
retainedDuplicate
in interface FullBinaryMemcacheRequest
retainedDuplicate
in interface FullMemcacheMessage
retainedDuplicate
in interface LastMemcacheContent
retainedDuplicate
in interface MemcacheContent
ByteBuf.retainedDuplicate()
public FullBinaryMemcacheRequest replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
which contains the specified content
.replace
in interface ByteBufHolder
replace
in interface FullBinaryMemcacheRequest
replace
in interface FullMemcacheMessage
replace
in interface LastMemcacheContent
replace
in interface MemcacheContent
Copyright © 2008–2024 The Netty Project. All rights reserved.