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