public interface BinaryMemcacheResponse extends BinaryMemcacheMessage
Represents a full BinaryMemcacheResponse, which contains the header and optional key and extras.
| Modifier and Type | Method and Description |
|---|---|
short |
getStatus()
Returns the status of the response.
|
BinaryMemcacheResponse |
setStatus(short status)
Sets the status of the response.
|
getCAS, getDataType, getExtras, getExtrasLength, getKey, getKeyLength, getMagic, getOpaque, getOpcode, getTotalBodyLength, setCAS, setDataType, setExtras, setExtrasLength, setKey, setKeyLength, setMagic, setOpaque, setOpcode, setTotalBodyLengthgetDecoderResult, setDecoderResultshort getStatus()
Returns the status of the response.
BinaryMemcacheResponse setStatus(short status)
Sets the status of the response.
status - the status to set.Copyright © 2016 Couchbase, Inc.. All rights reserved.