Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_CHUNK_SIZE |
8192 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
ADD |
2 |
public static final byte |
ADDQ |
18 |
public static final byte |
APPEND |
14 |
public static final byte |
APPENDQ |
25 |
public static final byte |
DECREMENT |
6 |
public static final byte |
DECREMENTQ |
22 |
public static final byte |
DELETE |
4 |
public static final byte |
DELETEQ |
20 |
public static final byte |
FLUSH |
8 |
public static final byte |
FLUSHQ |
24 |
public static final byte |
GAT |
29 |
public static final byte |
GATK |
35 |
public static final byte |
GATKQ |
36 |
public static final byte |
GATQ |
30 |
public static final byte |
GET |
0 |
public static final byte |
GETK |
12 |
public static final byte |
GETKQ |
13 |
public static final byte |
GETQ |
9 |
public static final byte |
INCREMENT |
5 |
public static final byte |
INCREMENTQ |
21 |
public static final byte |
NOOP |
10 |
public static final byte |
PREPEND |
15 |
public static final byte |
PREPENDQ |
26 |
public static final byte |
QUIT |
7 |
public static final byte |
QUITQ |
23 |
public static final byte |
REPLACE |
3 |
public static final byte |
REPLACEQ |
19 |
public static final byte |
SASL_AUTH |
33 |
public static final byte |
SASL_LIST_MECHS |
32 |
public static final byte |
SASL_STEP |
34 |
public static final byte |
SET |
1 |
public static final byte |
SETQ |
17 |
public static final byte |
STAT |
16 |
public static final byte |
TOUCH |
28 |
public static final byte |
VERSION |
11 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
AUTH_CONTINUE |
33 |
public static final short |
AUTH_ERROR |
32 |
public static final short |
DELTA_BADVAL |
6 |
public static final short |
E2BIG |
3 |
public static final short |
EINVA |
4 |
public static final short |
ENOMEM |
130 |
public static final short |
KEY_EEXISTS |
2 |
public static final short |
KEY_ENOENT |
1 |
public static final short |
NOT_STORED |
5 |
public static final short |
SUCCESS |
0 |
public static final short |
UNKNOWN_COMMAND |
129 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
REQUEST_MAGIC_BYTE |
-128 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
RESPONSE_MAGIC_BYTE |
-127 |
Copyright © 2008–2021 The Netty Project. All rights reserved.