Interface BinaryMemcacheRequest

All Superinterfaces:
BinaryMemcacheMessage, MemcacheMessage, MemcacheObject, ReferenceCounted
All Known Subinterfaces:
FullBinaryMemcacheRequest
All Known Implementing Classes:
DefaultBinaryMemcacheRequest, DefaultFullBinaryMemcacheRequest

public interface BinaryMemcacheRequest
extends BinaryMemcacheMessage
Represents a full BinaryMemcacheRequest, which contains the header and optional key and extras.
  • Method Details

    • getReserved

      short getReserved()
      Returns the reserved field value.
      Returns:
      the reserved field value.
    • setReserved

      BinaryMemcacheRequest setReserved​(short reserved)
      Sets the reserved field value.
      Parameters:
      reserved - the reserved field value.