Uses of Class
org.apache.datasketches.tuple.UpdatableSketch
-
Packages that use UpdatableSketch Package Description org.apache.datasketches.fdt 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 UpdatableSketch in org.apache.datasketches.fdt
Subclasses of UpdatableSketch in org.apache.datasketches.fdt Modifier and Type Class Description classFdtSketchA Frequent Distinct Tuples sketch. -
Uses of UpdatableSketch in org.apache.datasketches.tuple
Methods in org.apache.datasketches.tuple that return UpdatableSketch Modifier and Type Method Description UpdatableSketch<U,S>UpdatableSketchBuilder. build()Returns an UpdatableSketch with the current configuration of this Builder.UpdatableSketch<U,S>UpdatableSketch. copy()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 UpdatableSketch Constructor Description UpdatableSketch(UpdatableSketch<U,S> sketch)Copy Constructor -
Uses of UpdatableSketch in org.apache.datasketches.tuple.adouble
Subclasses of UpdatableSketch in org.apache.datasketches.tuple.adouble Modifier and Type Class Description classDoubleSketch -
Uses of UpdatableSketch in org.apache.datasketches.tuple.aninteger
Subclasses of UpdatableSketch in org.apache.datasketches.tuple.aninteger Modifier and Type Class Description classIntegerSketch -
Uses of UpdatableSketch in org.apache.datasketches.tuple.strings
Subclasses of UpdatableSketch in org.apache.datasketches.tuple.strings Modifier and Type Class Description classArrayOfStringsSketch
-