Uses of Interface
org.apache.datasketches.tuple.UpdatableSummary
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 UpdatableSummary in org.apache.datasketches.tuple
Modifier and TypeClassDescriptionclass
UpdatableSketch<U,
S extends UpdatableSummary<U>> An extension of QuickSelectSketch<S>, which can be updated with many types of keys.class
UpdatableSketchBuilder<U,
S extends UpdatableSummary<U>> For building a new generic tuple UpdatableSketchModifier and TypeMethodDescriptionstatic <U,
S extends UpdatableSummary<U>>
UpdatableSketch<U,S> Sketches.heapifyUpdatableSketch
(org.apache.datasketches.memory.Memory mem, SummaryDeserializer<S> deserializer, SummaryFactory<S> summaryFactory) Instantiate UpdatableSketch from a given MemoryModifier and TypeMethodDescriptionThis is to provide a method of updating summaries. -
Uses of UpdatableSummary in org.apache.datasketches.tuple.adouble
Modifier and TypeClassDescriptionfinal class
Summary for generic tuple sketches of type Double. -
Uses of UpdatableSummary in org.apache.datasketches.tuple.aninteger
Modifier and TypeClassDescriptionclass
Summary for generic tuple sketches of type Integer. -
Uses of UpdatableSummary in org.apache.datasketches.tuple.strings