public class ResponsePacket extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
cas |
int |
opaque |
byte |
opcode |
MemcacheStatus |
status |
byte[] |
value |
| Constructor and Description |
|---|
ResponsePacket(byte opcode,
MemcacheStatus status,
int opaque,
long cas,
byte[] value) |
public final byte opcode
public final MemcacheStatus status
public final int opaque
public final long cas
public final byte[] value
public ResponsePacket(byte opcode,
MemcacheStatus status,
int opaque,
long cas,
byte[] value)
Copyright © 2017 Spotify AB. All Rights Reserved.