Uses of Enum Class
org.apache.datasketches.tuple.aninteger.IntegerSummary.Mode
Packages that use IntegerSummary.Mode
Package
Description
This package is for a generic implementation of the Tuple sketch for single Integer value.
-
Uses of IntegerSummary.Mode in org.apache.datasketches.tuple.aninteger
Subclasses with type arguments of type IntegerSummary.Mode in org.apache.datasketches.tuple.anintegerModifier and TypeClassDescriptionstatic enumThe aggregation modes for this SummaryMethods in org.apache.datasketches.tuple.aninteger that return IntegerSummary.ModeModifier and TypeMethodDescriptionstatic IntegerSummary.ModeReturns the enum constant of this class with the specified name.static IntegerSummary.Mode[]IntegerSummary.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.datasketches.tuple.aninteger with parameters of type IntegerSummary.ModeModifierConstructorDescriptionCreates an instance of IntegerSummary with a given mode.IntegerSummaryFactory(IntegerSummary.Mode summaryMode) Creates an instance of IntegerSummaryFactory with a given modeIntegerSummarySetOperations(IntegerSummary.Mode unionSummaryMode, IntegerSummary.Mode intersectionSummaryMode) Creates a new instance with two modesIntegerTupleSketch(int lgK, int lgResizeFactor, float samplingProbability, IntegerSummary.Mode mode) Creates this sketch with the following parameters:IntegerTupleSketch(int lgK, IntegerSummary.Mode mode) Constructs this sketch with given lgK.IntegerTupleSketch(MemorySegment seg, IntegerSummary.Mode mode) Deprecated.As of 3.0.0, heapifying an UpdatableTupleSketch is deprecated.