Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_SERIALIZED_TABLE_LENGTH |
10485760 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_TUPLE_LENGTH |
2097152 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_VALUE_LENGTH |
1048576 |
public static final int |
MAX_VALUE_LENGTH_IN_CHARACTERS |
262144 |
public static final long |
NULL_BIGINT |
-9223372036854775808L |
public static final double |
NULL_FLOAT |
-1.7E308 |
public static final int |
NULL_INTEGER |
-2147483648 |
public static final short |
NULL_SMALLINT |
-32768 |
public static final int |
NULL_STRING_LENGTH |
-1 |
public static final byte |
NULL_TINYINT |
-128 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
VOLTDB_SERVER_PORT |
21212 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
CONNECTION_LOST |
-4 |
public static final byte |
CONNECTION_TIMEOUT |
-6 |
public static final byte |
GRACEFUL_FAILURE |
-2 |
public static final byte |
OPERATIONAL_FAILURE |
-9 |
public static final byte |
RESPONSE_UNKNOWN |
-7 |
public static final byte |
SERVER_UNAVAILABLE |
-5 |
public static final byte |
SUCCESS |
1 |
public static final byte |
TXN_MISPARTITIONED |
-10 |
public static final byte |
TXN_MISROUTED |
-11 |
public static final byte |
TXN_RESTART |
-8 |
public static final byte |
UNEXPECTED_FAILURE |
-3 |
public static final byte |
UNINITIALIZED_APP_STATUS_CODE |
-128 |
public static final byte |
USER_ABORT |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
HUNDRED_MS_BUCKET_COUNT |
10 |
public static final int |
ONE_MS_BUCKET_COUNT |
50 |
public static final int |
TEN_MS_BUCKET_COUNT |
20 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_LENGTH |
32768 |
public static final int |
MAX_SERIALIZED_LENGTH |
1048576 |
public static final int |
MIN_SERIALIZED_LENGTH |
155 |