Uses of Class
org.apache.datasketches.tuple.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.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 Memory -
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