public class DefaultFullBinaryMemcacheResponse extends DefaultBinaryMemcacheResponse implements FullBinaryMemcacheResponse
FullBinaryMemcacheResponse
.RESPONSE_MAGIC_BYTE
EMPTY_LAST_CONTENT
Constructor and Description |
---|
DefaultFullBinaryMemcacheResponse(String key,
ByteBuf extras)
Create a new
DefaultFullBinaryMemcacheResponse with the header, key and extras. |
DefaultFullBinaryMemcacheResponse(String key,
ByteBuf extras,
ByteBuf content)
Create a new
DefaultFullBinaryMemcacheResponse with the header, key, extras and content. |
Modifier and Type | Method and Description |
---|---|
ByteBuf |
content()
Return the data which is held by this
ByteBufHolder . |
FullBinaryMemcacheResponse |
copy()
Create a deep copy of this
ByteBufHolder . |
FullBinaryMemcacheResponse |
duplicate()
Duplicate the
ByteBufHolder . |
int |
refCnt()
Returns the reference count of this object.
|
boolean |
release()
Decreases the reference count by
1 and deallocates this object if the reference count reaches at
0 . |
boolean |
release(int decrement)
Decreases the reference count by the specified
decrement and deallocates this object if the reference
count reaches at 0 . |
FullBinaryMemcacheResponse |
retain()
Increases the reference count by
1 . |
FullBinaryMemcacheResponse |
retain(int increment)
Increases the reference count by the specified
increment . |
FullBinaryMemcacheResponse |
touch()
Records the current access location of this object for debugging purposes.
|
FullBinaryMemcacheResponse |
touch(Object hint)
Records the current access location of this object with an additonal arbitrary information for debugging
purposes.
|
setStatus, status
cas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setExtrasLength, setKey, setKeyLength, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLength
decoderResult, setDecoderResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setStatus, status
cas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setExtrasLength, setKey, setKeyLength, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLength
public DefaultFullBinaryMemcacheResponse(String key, ByteBuf extras)
DefaultFullBinaryMemcacheResponse
with the header, key and extras.key
- the key to use.extras
- the extras to use.public DefaultFullBinaryMemcacheResponse(String key, ByteBuf extras, ByteBuf content)
DefaultFullBinaryMemcacheResponse
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 int refCnt()
ReferenceCounted
0
, it means this object has been deallocated.refCnt
in interface ReferenceCounted
refCnt
in class AbstractBinaryMemcacheMessage
public FullBinaryMemcacheResponse retain()
BinaryMemcacheMessage
1
.retain
in interface ByteBufHolder
retain
in interface BinaryMemcacheMessage
retain
in interface BinaryMemcacheResponse
retain
in interface FullBinaryMemcacheResponse
retain
in interface FullMemcacheMessage
retain
in interface LastMemcacheContent
retain
in interface MemcacheContent
retain
in interface MemcacheMessage
retain
in interface ReferenceCounted
retain
in class DefaultBinaryMemcacheResponse
public FullBinaryMemcacheResponse retain(int increment)
BinaryMemcacheMessage
increment
.retain
in interface ByteBufHolder
retain
in interface BinaryMemcacheMessage
retain
in interface BinaryMemcacheResponse
retain
in interface FullBinaryMemcacheResponse
retain
in interface FullMemcacheMessage
retain
in interface LastMemcacheContent
retain
in interface MemcacheContent
retain
in interface MemcacheMessage
retain
in interface ReferenceCounted
retain
in class DefaultBinaryMemcacheResponse
public FullBinaryMemcacheResponse touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
in interface ByteBufHolder
touch
in interface BinaryMemcacheMessage
touch
in interface BinaryMemcacheResponse
touch
in interface FullBinaryMemcacheResponse
touch
in interface FullMemcacheMessage
touch
in interface LastMemcacheContent
touch
in interface MemcacheContent
touch
in interface MemcacheMessage
touch
in interface ReferenceCounted
touch
in class DefaultBinaryMemcacheResponse
public FullBinaryMemcacheResponse touch(Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
in interface ByteBufHolder
touch
in interface BinaryMemcacheMessage
touch
in interface BinaryMemcacheResponse
touch
in interface FullBinaryMemcacheResponse
touch
in interface FullMemcacheMessage
touch
in interface LastMemcacheContent
touch
in interface MemcacheContent
touch
in interface MemcacheMessage
touch
in interface ReferenceCounted
touch
in class DefaultBinaryMemcacheResponse
public boolean release()
ReferenceCounted
1
and deallocates this object if the reference count reaches at
0
.release
in interface ReferenceCounted
release
in class AbstractBinaryMemcacheMessage
true
if and only if the reference count became 0
and this object has been deallocatedpublic boolean release(int decrement)
ReferenceCounted
decrement
and deallocates this object if the reference
count reaches at 0
.release
in interface ReferenceCounted
release
in class AbstractBinaryMemcacheMessage
true
if and only if the reference count became 0
and this object has been deallocatedpublic FullBinaryMemcacheResponse copy()
ByteBufHolder
ByteBufHolder
.copy
in interface ByteBufHolder
copy
in interface FullBinaryMemcacheResponse
copy
in interface FullMemcacheMessage
copy
in interface LastMemcacheContent
copy
in interface MemcacheContent
public FullBinaryMemcacheResponse duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
in interface ByteBufHolder
duplicate
in interface FullBinaryMemcacheResponse
duplicate
in interface FullMemcacheMessage
duplicate
in interface LastMemcacheContent
duplicate
in interface MemcacheContent
Copyright © 2008–2015 The Netty Project. All rights reserved.