Uses of Interface
org.apache.datasketches.tuple.SummaryFactory
Packages that use SummaryFactory
Package
Description
The tuple package contains a number of sketches based on the same
fundamental algorithms of the Theta Sketch Framework and extend these
concepts for whole new families of sketches.
This package is for a generic implementation of the Tuple sketch for single Double value.
This package is for a generic implementation of the Tuple sketch for single Integer value.
This package is for a generic implementation of the Tuple sketch for single String value.
-
Uses of SummaryFactory in org.apache.datasketches.tuple
Methods in org.apache.datasketches.tuple that return SummaryFactoryModifier and TypeMethodDescriptionTupleSketch.getSummaryFactory()Gets the Summary Factory class of type SMethods in org.apache.datasketches.tuple with parameters of type SummaryFactoryModifier and TypeMethodDescriptionstatic <U, S extends UpdatableSummary<U>>
UpdatableTupleSketch<U, S> TupleSketch.heapifyUpdatableSketch(MemorySegment seg, SummaryDeserializer<S> deserializer, SummaryFactory<S> summaryFactory) Instantiate an UpdatableTupleSketch from a given MemorySegment on the heap,Constructors in org.apache.datasketches.tuple with parameters of type SummaryFactoryModifierConstructorDescriptionUpdatableTupleSketch(int nomEntries, int lgResizeFactor, float samplingProbability, SummaryFactory<S> summaryFactory) This is to create a new instance of an UpdatableQuickSelectSketch.UpdatableTupleSketch(MemorySegment srcSeg, SummaryDeserializer<S> deserializer, SummaryFactory<S> summaryFactory) Deprecated.As of 3.0.0, heapifying an UpdatableTupleSketch is deprecated.UpdatableTupleSketchBuilder(SummaryFactory<S> summaryFactory) Creates an instance of UpdatableTupleSketchBuilder with default parameters -
Uses of SummaryFactory in org.apache.datasketches.tuple.adouble
Classes in org.apache.datasketches.tuple.adouble that implement SummaryFactory -
Uses of SummaryFactory in org.apache.datasketches.tuple.aninteger
Classes in org.apache.datasketches.tuple.aninteger that implement SummaryFactory -
Uses of SummaryFactory in org.apache.datasketches.tuple.strings
Classes in org.apache.datasketches.tuple.strings that implement SummaryFactoryModifier and TypeClassDescriptionclassImplements SummaryFactory<ArrayOfStringsSummary>