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