| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
IDENTIFIER |
"raw" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BIG_ENDIAN |
"big-endian" |
public static final String |
LITTLE_ENDIAN |
"little-endian" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
DEFAULT_SEED |
42L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
LOOKUP_CACHE_METRIC_GROUP_NAME |
"cache" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
LOOKUP_CACHE_METRIC_GROUP_NAME |
"cache" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final long |
TIMEOUT_AFTER_INTERRUPT_MS |
10000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FIELD_NAME_REFERENCE |
"reference" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FIELD_NAME_NAME |
"name" |
public static final String |
FIELD_NAME_PROPERTY |
"property" |
| 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 |
OVER_MAX_ROW_COUNT |
-1 |
| 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–2024 The Apache Software Foundation. All rights reserved.