| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final java.lang.String |
DEFAULT_HOSTNAME |
"127.0.0.1" |
private static final int |
DEFAULT_MAX_OUTSTANDING |
1000 |
private static final int |
DEFAULT_MAX_SET_LENGTH |
1048576 |
private static final int |
DEFAULT_PORT |
11211 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_BATCH_SIZE |
64 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private final int |
DEFAULT_TIMEOUT_POLL_INTERVAL_MILLIS |
10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_ASCII_REQUEST |
64105 |
public static final int |
MAX_BINARY_REQUEST |
71910 |
public static final int |
MAX_KEY_LEN |
250 |
public static final int |
MAX_MULTIGET_SIZE |
255 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
TTL_CUTOFF |
2592000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
MAX_RESPONSE_LINE |
500 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final byte |
SPACE_BYTES |
32 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
BATCH_SIZE |
16 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
HEADER_SIZE |
24 |
protected static final byte |
MAGIC_NUMBER |
-128 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
NO_PORT |
-1 |
private static final long |
serialVersionUID |
0L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
VNODE_RATIO |
100 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_RESOLVE_WAIT_TIME |
3600 |
public static final int |
MIN_RESOLVE_WAIT_TIME |
10 |
Copyright © 2020 Spotify AB. All Rights Reserved.