| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
HIGHEST_FIRST_BIT |
-9223372036854775808L |
public static final long |
HIGHEST_SECOND_TO_EIGHTH_BIT |
9151314442816847872L |
public static final int |
MAX_FIX_PART_DATA_SIZE |
7 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
HEADER_SIZE_IN_BITS |
8 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_COMPACT_PRECISION |
18 |
public static final int |
MAX_INT_DIGITS |
9 |
public static final int |
MAX_LONG_DIGITS |
18 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
ACCUMULATE_MSG |
0 |
public static final byte |
RETRACT_MSG |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_SIZE |
2048 |
| 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 |
|---|---|---|
public static final int |
BUCKET_SIZE |
16 |
public static final int |
RECORD_EXTRA_LENGTH |
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 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 |
DEFAULT_SEED |
42 |
| 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 |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.