Package | Description |
---|---|
org.apache.datasketches.tuple.aninteger |
Modifier and Type | Method and Description |
---|---|
static IntegerSummary.Mode |
IntegerSummary.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntegerSummary.Mode[] |
IntegerSummary.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IntegerSketch(int lgK,
IntegerSummary.Mode mode)
Constructs this sketch with given lgK.
|
IntegerSketch(int lgK,
int lgResizeFactor,
float samplingProbability,
IntegerSummary.Mode mode)
Creates this sketch with the following parameters:
|
IntegerSketch(org.apache.datasketches.memory.Memory mem,
IntegerSummary.Mode mode)
Constructs this sketch from a Memory image, which must be from an IntegerSketch, and
usually with data.
|
IntegerSummary(IntegerSummary.Mode mode)
Creates an instance of IntegerSummary with a given mode.
|
IntegerSummaryFactory(IntegerSummary.Mode summaryMode)
Creates an instance of IntegerSummaryFactory with a given mode
|
IntegerSummarySetOperations(IntegerSummary.Mode unionSummaryMode,
IntegerSummary.Mode intersectionSummaryMode)
Creates a new instance with two modes
|
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.