| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
STRIDE_MASK |
127 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_NOMINAL_ENTRIES |
4096 |
public static final long |
DEFAULT_UPDATE_SEED |
9001L |
public static final int |
MAX_LG_NOM_LONGS |
26 |
public static final int |
MIN_LG_ARR_LONGS |
5 |
public static final int |
MIN_LG_NOM_LONGS |
4 |
public static final double |
REBUILD_THRESHOLD |
0.9375 |
public static final double |
RESIZE_THRESHOLD |
0.5 |
public static final char |
TAB |
9 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
COMPRESSED_DENSE_VERSION |
3 |
public static final byte |
HASH_SPARSE_VERSION |
1 |
public static final byte |
NAIVE_DENSE_VERSION |
0 |
public static final byte |
SORTED_SPARSE_VERSION |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final byte |
PREAMBLE_LONGS |
1 |
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.