| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
BITS_FOR_BUCKETS |
11 |
public static final double |
CORRECTION_PARAMETER |
3023758.3915552306 |
public static final int |
DENSE_THRESHOLD |
128 |
public static final double |
LOW_CORRECTION_THRESHOLD |
5120.0 |
public static final int |
NUM_BUCKETS |
2048 |
public static final int |
NUM_BYTES_FOR_BUCKETS |
1024 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
HEADER_NUM_BYTES |
7 |
public static final int |
MAX_OVERFLOW_REGISTER_BYTE |
5 |
public static final int |
MAX_OVERFLOW_VALUE_BYTE |
4 |
public static final int |
NUM_BYTES_FOR_DENSE_STORAGE |
1031 |
public static final int |
NUM_NON_ZERO_REGISTERS_BYTE |
2 |
public static final int |
REGISTER_OFFSET_BYTE |
1 |
public static final byte |
VERSION |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
HEADER_NUM_BYTES |
3 |
public static final int |
NUM_BYTES_FOR_DENSE_STORAGE |
1027 |
public static final int |
NUM_NON_ZERO_REGISTERS_BYTE |
1 |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.