Uses of Interface
org.apache.datasketches.tuple.SummaryDeserializer
Packages that use SummaryDeserializer
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 SummaryDeserializer in org.apache.datasketches.tuple
Methods in org.apache.datasketches.tuple with parameters of type SummaryDeserializerModifier and TypeMethodDescriptionSketches.heapifySketch
(org.apache.datasketches.memory.Memory mem, SummaryDeserializer<S> deserializer) Instantiate a Sketch from a given Memory.static <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 MemoryConstructors in org.apache.datasketches.tuple with parameters of type SummaryDeserializerModifierConstructorDescriptionUpdatableSketch
(org.apache.datasketches.memory.Memory srcMem, SummaryDeserializer<S> deserializer, SummaryFactory<S> summaryFactory) Deprecated.As of 3.0.0, heapifying an UpdatableSketch is deprecated. -
Uses of SummaryDeserializer in org.apache.datasketches.tuple.adouble
Classes in org.apache.datasketches.tuple.adouble that implement SummaryDeserializer -
Uses of SummaryDeserializer in org.apache.datasketches.tuple.aninteger
Classes in org.apache.datasketches.tuple.aninteger that implement SummaryDeserializer -
Uses of SummaryDeserializer in org.apache.datasketches.tuple.strings
Classes in org.apache.datasketches.tuple.strings that implement SummaryDeserializer