Uses of Interface
org.apache.datasketches.tuple.UpdatableSummary
-
Packages that use UpdatableSummary 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 UpdatableSummary in org.apache.datasketches.tuple
Classes in org.apache.datasketches.tuple with type parameters of type UpdatableSummary Modifier and Type Class Description classUpdatableSketch<U,S extends UpdatableSummary<U>>An extension of QuickSelectSketch<S>, which can be updated with many types of keys.classUpdatableSketchBuilder<U,S extends UpdatableSummary<U>>For building a new generic tuple UpdatableSketchMethods in org.apache.datasketches.tuple with type parameters of type UpdatableSummary 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.Methods in org.apache.datasketches.tuple that return UpdatableSummary Modifier and Type Method Description UpdatableSummary<U>UpdatableSummary. update(U value)This is to provide a method of updating summaries. -
Uses of UpdatableSummary in org.apache.datasketches.tuple.adouble
Classes in org.apache.datasketches.tuple.adouble that implement UpdatableSummary Modifier and Type Class Description classDoubleSummarySummary for generic tuple sketches of type Double. -
Uses of UpdatableSummary in org.apache.datasketches.tuple.aninteger
Classes in org.apache.datasketches.tuple.aninteger that implement UpdatableSummary Modifier and Type Class Description classIntegerSummarySummary for generic tuple sketches of type Integer. -
Uses of UpdatableSummary in org.apache.datasketches.tuple.strings
Classes in org.apache.datasketches.tuple.strings that implement UpdatableSummary Modifier and Type Class Description classArrayOfStringsSummary
-