Uses of Class
org.apache.datasketches.quantiles.UpdatableQuantilesDoublesSketch
Packages that use UpdatableQuantilesDoublesSketch
Package
Description
The quantiles package contains stochastic streaming algorithms that enable single-pass
analysis of the distribution of a stream of quantiles.
-
Uses of UpdatableQuantilesDoublesSketch in org.apache.datasketches.quantiles
Methods in org.apache.datasketches.quantiles that return UpdatableQuantilesDoublesSketchModifier and TypeMethodDescriptionQuantilesDoublesSketchBuilder.build()Returns an UpdatableQuantilesDoublesSketch with the current configuration of this Builder.QuantilesDoublesSketchBuilder.build(MemorySegment dstSeg) Returns a UpdatableQuantilesDoublesSketch with the current configuration of this builder and the specified backing destination MemorySegment store that can grow.QuantilesDoublesSketchBuilder.build(MemorySegment dstSeg, MemorySegmentRequest mSegReq) Returns a UpdatableQuantilesDoublesSketch with the current configuration of this builder and the specified backing destination MemorySegment store that can grow.abstract UpdatableQuantilesDoublesSketchQuantilesDoublesUnion.getResult()Gets the result of this Union as an UpdatableQuantilesDoublesSketch, which enables further update operations on the resulting sketch.abstract UpdatableQuantilesDoublesSketchQuantilesDoublesUnion.getResult(MemorySegment dstSeg, MemorySegmentRequest mSegReq) Places the result of this Union into the provided MemorySegment as an UpdatableQuantilesDoublesSketch, which enables further update operations on the resulting sketch.abstract UpdatableQuantilesDoublesSketchQuantilesDoublesUnion.getResultAndReset()Gets the result of this Union as an UpdatableQuantilesDoublesSketch, which enables further update operations on the resulting sketch.UpdatableQuantilesDoublesSketch.heapify(MemorySegment srcSeg) Factory heapify takes a compact sketch image in MemorySegment and instantiates an on-heap sketch.UpdatableQuantilesDoublesSketch.wrap(MemorySegment srcSeg) Wrap a sketch around the given source MemorySegment containing sketch data that originated from this sketch.UpdatableQuantilesDoublesSketch.wrap(MemorySegment srcSeg, MemorySegmentRequest mSegReq) Wrap a sketch around the given source MemorySegment containing sketch data that originated from this sketch and including an optional, user definedMemorySegmentRequest.