Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
INVERSE_GOLDEN |
0.6180339887498949 |
public static final long |
INVERSE_GOLDEN_U64 |
-7046029254386353133L |
public static final double |
LONG_MAX_VALUE_AS_DOUBLE |
9.223372036854776E18 |
public static final char |
TAB |
9 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_LG_K |
11 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final long |
DATA_OFFSET |
16L |
protected static final long |
MAX_BITS |
137438953408L |
protected static final long |
NUM_BITS_OFFSET |
8L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_LG_K |
12 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_K |
200 |
public static final int |
MAX_K |
65535 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EMPTY_MSG |
"The sketch must not be empty for this operation. " |
public static final String |
MEM_REQ_SVR_NULL_MSG |
"MemoryRequestServer must not be null. " |
public static final String |
NOT_SINGLE_ITEM_MSG |
"Sketch does not have just one item. " |
public static final String |
SELF_MERGE_MSG |
"A sketch cannot merge with itself. " |
public static final String |
TGT_IS_READ_ONLY_MSG |
"Target sketch is Read Only, cannot write. " |
public static final String |
UNSUPPORTED_MSG |
"Unsupported operation for this Sketch Type. " |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
tailRoundingFactor |
1.0E7 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
DEFAULT_K |
200 |
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 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final byte |
PREAMBLE_LONGS |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_NOMINAL_ENTRIES |
4096 |
public static final int |
DEFAULT_NUMBER_OF_VALUES |
1 |
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.