Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TS_QUERY_PARAM_PARTITION_ID |
"partition" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
KEY_PREFIX |
"tstore://" |
public static final char |
KEY_SEPARATOR |
64 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_KEY_HEADER_LENGTH |
2 |
public static final int |
MAX_PARTITION_ID_BYTE_LENGTH |
32767 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
FIRST_SEGMENT_NODE |
"node" |
protected static final String |
FIRST_SEGMENT_STORE |
"store" |
protected static final String |
FIRST_SEGMENT_SYNC |
"sync" |
protected static final String |
SECOND_SEGMENT_NODE_STATUS |
"status" |
protected static final String |
SECOND_SEGMENT_STORE_ENTRY |
"entry" |
protected static final String |
SECOND_SEGMENT_STORE_FIND_ENTRY |
"findEntry" |
protected static final String |
SECOND_SEGMENT_STORE_FIND_LIST |
"findList" |
protected static final String |
SECOND_SEGMENT_STORE_LIST |
"list" |
protected static final String |
SECOND_SEGMENT_STORE_STATUS |
"status" |
protected static final String |
SECOND_SEGMENT_SYNC_LIST |
"list" |
protected static final String |
SECOND_SEGMENT_SYNC_PULL |
"pull" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
DEFAULT_MAX_HTTP_CONNECTIONS |
50 |
protected static final int |
DEFAULT_MAX_HTTP_CONNECTIONS_PER_HOST |
10 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final long |
THREAD_STARTUP_DELAY_MSECS |
500L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
METADATA_LENGTH |
20 |
public static final int |
OFFSET_CREATE_TIME |
4 |
public static final int |
OFFSET_LAST_ACCESS |
1 |
public static final int |
OFFSET_MAX_TTL |
16 |
public static final int |
OFFSET_MIN_TTL |
12 |
public static final int |
OFFSET_VERSION |
0 |
public static final byte |
V_METADATA_VERSION_1 |
17 |
Copyright © 2013 FasterXML. All Rights Reserved.