Uses of Interface
org.apache.datasketches.tuple.SummaryFactory
-
Packages that use SummaryFactory Package Description org.apache.datasketches.tuple The tuple package contains implementation of sketches based on the idea of theta sketches with the addition of values associated with unique keys.org.apache.datasketches.tuple.adouble org.apache.datasketches.tuple.aninteger org.apache.datasketches.tuple.strings -
-
Uses of SummaryFactory in org.apache.datasketches.tuple
Fields in org.apache.datasketches.tuple declared as SummaryFactory Modifier and Type Field Description protected SummaryFactory<S>Sketch. summaryFactory_Methods in org.apache.datasketches.tuple that return SummaryFactory Modifier and Type Method Description SummaryFactory<S>Sketch. getSummaryFactory()Methods in org.apache.datasketches.tuple with parameters of type SummaryFactory Modifier and Type Method Description static <U,S extends UpdatableSummary<U>>
UpdatableSketch<U,S>Sketches. heapifyUpdatableSketch(org.apache.datasketches.memory.Memory mem, SummaryDeserializer<S> deserializer, SummaryFactory<S> summaryFactory)Deprecated.As of 3.0.0, heapifying an UpdatableSketch is deprecated.Constructors in org.apache.datasketches.tuple with parameters of type SummaryFactory Constructor Description UpdatableSketch(int nomEntries, int lgResizeFactor, float samplingProbability, SummaryFactory<S> summaryFactory)This is to create a new instance of an UpdatableQuickSelectSketch.UpdatableSketch(org.apache.datasketches.memory.Memory srcMem, SummaryDeserializer<S> deserializer, SummaryFactory<S> summaryFactory)Deprecated.As of 3.0.0, heapifying an UpdatableSketch is deprecated.UpdatableSketchBuilder(SummaryFactory<S> summaryFactory)Creates an instance of UpdatableSketchBuilder with default parameters -
Uses of SummaryFactory in org.apache.datasketches.tuple.adouble
Classes in org.apache.datasketches.tuple.adouble that implement SummaryFactory Modifier and Type Class Description classDoubleSummaryFactoryFactory for DoubleSummary. -
Uses of SummaryFactory in org.apache.datasketches.tuple.aninteger
Classes in org.apache.datasketches.tuple.aninteger that implement SummaryFactory Modifier and Type Class Description classIntegerSummaryFactoryFactory for IntegerSummary. -
Uses of SummaryFactory in org.apache.datasketches.tuple.strings
Classes in org.apache.datasketches.tuple.strings that implement SummaryFactory Modifier and Type Class Description classArrayOfStringsSummaryFactory
-