| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_SIZE |
2048 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
IDENTIFIER |
"filesystem" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CUSTOM |
"custom" |
public static final String |
METASTORE |
"metastore" |
public static final String |
SUCCESS_FILE |
"success-file" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CUSTOM |
"custom" |
public static final String |
DEFAULT |
"default" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PARTITION_TIME |
"partition-time" |
public static final String |
PROCESS_TIME |
"process-time" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COMPACTED_PREFIX |
"compacted-" |
public static final String |
UNCOMPACTED_PREFIX |
".uncompacted-" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
IDENTIFIER |
"raw" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
MAX_NUM_PARTITIONS |
127 |
protected static final int |
MAX_RECURSION_DEPTH |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
RECORD_BYTES |
8 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
LEFT_RECORDS_STATE_NAME |
"left-records" |
protected static final String |
RIGHT_RECORDS_STATE_NAME |
"right-records" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FIELD_NAME_END |
"end" |
public static final String |
FIELD_NAME_START |
"start" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FIELD_NAME_END_INDEX |
"endIndex" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
OFFSET_LEN |
8 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
LENGTH_SIZE_IN_BYTES |
4 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
WINDOW_IN_BYTES |
8 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_SEED |
42 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MIN_NUM_MEMORY |
327680 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_INITIAL_SIZE |
16 |
public static final float |
DEFAULT_LOAD_FACTOR |
0.75f |
public static final int |
DENSE_THRESHOLD |
8192 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
BUCKET_SIZE |
8 |
protected static final int |
BUCKET_SIZE_BITS |
3 |
protected static final int |
ELEMENT_POINT_LENGTH |
4 |
protected static final int |
END_OF_LIST |
2147483647 |
protected static final long |
INIT_BUCKET_MEMORY_IN_BYTES |
1048576L |
protected static final double |
LOAD_FACTOR |
0.75 |
public static final int |
RECORD_EXTRA_LENGTH |
8 |
protected static final int |
STEP_INCREMENT |
1 |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.