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 |
DEFAULT_COLUMN_SIZE |
2048 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
VOLTDB_SERVER_PORT |
21212 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_CLIENT_REQUEST_HARD_LIMIT |
1000 |
public static final int |
DEFAULT_CLIENT_REQUEST_RESUME_LEVEL |
200 |
public static final int |
DEFAULT_CLIENT_REQUEST_WARNING_LEVEL |
800 |
public static final int |
DEFAULT_NETWORK_BACKPRESSURE_LEVEL |
100 |
public static final int |
DEFAULT_OUTSTANDING_TRANSACTION_LIMIT |
100 |
public static final int |
DEFAULT_REQUEST_PRIORITY |
4 |
public static final int |
DEFAULT_RESPONSE_THREADS |
4 |
public static final int |
HIGHEST_PRIORITY |
1 |
public static final int |
LOWEST_PRIORITY |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
CLIENT_ERROR_TXN_NOT_SENT |
-14 |
public static final byte |
CLIENT_REQUEST_TIMEOUT |
-15 |
public static final byte |
CLIENT_RESPONSE_TIMEOUT |
-16 |
public static final byte |
COMPOUND_PROC_TIMEOUT |
-18 |
public static final byte |
COMPOUND_PROC_USER_ABORT |
-17 |
public static final byte |
CONNECTION_LOST |
-4 |
public static final byte |
CONNECTION_TIMEOUT |
-6 |
public static final byte |
DR_TABLE_HASH_NOT_FOUND |
-12 |
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 |
UNSUPPORTED_DYNAMIC_CHANGE |
-13 |
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 java.lang.String |
BOOTSTRAP_SERVERS_VOLTDB |
"bootstrap.servers.voltdb" |
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 |