Class HllSketchJsonConstants
- java.lang.Object
-
- uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation.json.HllSketchJsonConstants
-
public final class HllSketchJsonConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BYTES
static String
CARDINALITY
static int
DEFAULT_LOG_K
static String
LOG_K
static String
MODULE_NAME
static String
VALUES
-
-
-
Field Detail
-
MODULE_NAME
public static final String MODULE_NAME
- See Also:
- Constant Field Values
-
DEFAULT_LOG_K
public static final int DEFAULT_LOG_K
- See Also:
- Constant Field Values
-
BYTES
public static final String BYTES
- See Also:
- Constant Field Values
-
CARDINALITY
public static final String CARDINALITY
- See Also:
- Constant Field Values
-
LOG_K
public static final String LOG_K
- See Also:
- Constant Field Values
-
VALUES
public static final String VALUES
- See Also:
- Constant Field Values
-
-