| Package | Description |
|---|---|
| org.apache.datasketches.kll |
This package is for the implementations of the sketch algorithm developed by Zohar Karnin, Kevin Lang,
and Edo Liberty that is commonly referred to as the "KLL" sketch after the authors' last names.
|
| org.apache.datasketches.quantiles |
The quantiles package contains stochastic streaming algorithms that enable single-pass
analysis of the distribution of a stream of quantiles.
|
| org.apache.datasketches.quantilescommon |
This package contains common tools and methods for the quantiles, kll and
req packages.
|
| org.apache.datasketches.req |
This package is for the implementation of the Relative Error Quantiles sketch algorithm.
|
| Class and Description |
|---|
| DoublesSortedView
The Sorted View for quantiles of primitive type double.
|
| DoublesSortedViewIterator
The quantiles SortedView iterator for type double.
|
| FloatsSortedView
The Sorted View for quantiles of primitive type float.
|
| FloatsSortedViewIterator
The quantiles SortedView Iterator for type float.
|
| GenericSortedView
The Sorted View for quantiles of generic type.
|
| GenericSortedViewIterator
The quantiles SortedView Iterator for generic types.
|
| QuantilesAPI
This is a stochastic streaming sketch that enables near-real time analysis of the
approximate distribution of items from a very large stream in a single pass, requiring only
that the items are comparable.
|
| QuantilesDoublesAPI
The Quantiles API for item type double.
|
| QuantilesDoublesAPI.DoublesPartitionBoundaries
This encapsulates the essential information needed to construct actual partitions and is returned from the
getPartitionBoundaries(int, QuantileSearchCritera) method.
|
| QuantilesDoublesSketchIterator
The quantiles sketch iterator for primitive type double.
|
| QuantileSearchCriteria
These search criteria are used by the KLL, REQ and Classic Quantiles sketches in the DataSketches library.
|
| QuantilesFloatsAPI
The Quantiles API for item type float.
|
| QuantilesFloatsAPI.FloatsPartitionBoundaries
This encapsulates the essential information needed to construct actual partitions and is returned from the
getPartitionBoundaries(int, QuantileSearchCritera) method.
|
| QuantilesFloatsSketchIterator
The quantiles sketch iterator for primitive type float.
|
| QuantilesGenericAPI
The Quantiles API for item type generic.
|
| QuantilesGenericAPI.GenericPartitionBoundaries
This encapsulates the essential information needed to construct actual partitions and is returned from the
getPartitionBoundaries(int, QuantileSearchCritera) method.
|
| QuantilesGenericSketchIterator
The quantiles sketch iterator for generic types.
|
| QuantilesSketchIterator
This is the base interface for the SketchIterator hierarchy used for viewing the
non-ordered quantiles retained by a sketch.
|
| SortedView
This is the base interface for the Sorted View interface hierarchy.
|
| SortedViewIterator
This is the base interface for the SortedViewIterator hierarchy used with a SortedView obtained
from a quantile-type sketch.
|
| Class and Description |
|---|
| DoublesSortedView
The Sorted View for quantiles of primitive type double.
|
| DoublesSortedViewIterator
The quantiles SortedView iterator for type double.
|
| GenericSortedView
The Sorted View for quantiles of generic type.
|
| GenericSortedViewIterator
The quantiles SortedView Iterator for generic types.
|
| QuantilesAPI
This is a stochastic streaming sketch that enables near-real time analysis of the
approximate distribution of items from a very large stream in a single pass, requiring only
that the items are comparable.
|
| QuantilesDoublesAPI
The Quantiles API for item type double.
|
| QuantilesDoublesAPI.DoublesPartitionBoundaries
This encapsulates the essential information needed to construct actual partitions and is returned from the
getPartitionBoundaries(int, QuantileSearchCritera) method.
|
| QuantilesDoublesSketchIterator
The quantiles sketch iterator for primitive type double.
|
| QuantileSearchCriteria
These search criteria are used by the KLL, REQ and Classic Quantiles sketches in the DataSketches library.
|
| QuantilesGenericAPI
The Quantiles API for item type generic.
|
| QuantilesGenericAPI.GenericPartitionBoundaries
This encapsulates the essential information needed to construct actual partitions and is returned from the
getPartitionBoundaries(int, QuantileSearchCritera) method.
|
| QuantilesGenericSketchIterator
The quantiles sketch iterator for generic types.
|
| QuantilesSketchIterator
This is the base interface for the SketchIterator hierarchy used for viewing the
non-ordered quantiles retained by a sketch.
|
| SortedView
This is the base interface for the Sorted View interface hierarchy.
|
| SortedViewIterator
This is the base interface for the SortedViewIterator hierarchy used with a SortedView obtained
from a quantile-type sketch.
|
| Class and Description |
|---|
| DoublesSortedView
The Sorted View for quantiles of primitive type double.
|
| DoublesSortedViewIterator
The quantiles SortedView iterator for type double.
|
| FloatsSortedView
The Sorted View for quantiles of primitive type float.
|
| FloatsSortedViewIterator
The quantiles SortedView Iterator for type float.
|
| GenericInequalitySearch.Inequality
The enumerator of inequalities
|
| GenericSortedView
The Sorted View for quantiles of generic type.
|
| GenericSortedViewIterator
The quantiles SortedView Iterator for generic types.
|
| InequalitySearch
This provides efficient, unique and unambiguous binary searching for inequality comparison criteria
for ordered arrays of values that may include duplicate values.
|
| QuantilesAPI
This is a stochastic streaming sketch that enables near-real time analysis of the
approximate distribution of items from a very large stream in a single pass, requiring only
that the items are comparable.
|
| QuantilesDoublesAPI.DoublesPartitionBoundaries
This encapsulates the essential information needed to construct actual partitions and is returned from the
getPartitionBoundaries(int, QuantileSearchCritera) method.
|
| QuantilesDoublesSketchIterator
The quantiles sketch iterator for primitive type double.
|
| QuantileSearchCriteria
These search criteria are used by the KLL, REQ and Classic Quantiles sketches in the DataSketches library.
|
| QuantilesFloatsAPI.FloatsPartitionBoundaries
This encapsulates the essential information needed to construct actual partitions and is returned from the
getPartitionBoundaries(int, QuantileSearchCritera) method.
|
| QuantilesFloatsSketchIterator
The quantiles sketch iterator for primitive type float.
|
| QuantilesGenericAPI.GenericPartitionBoundaries
This encapsulates the essential information needed to construct actual partitions and is returned from the
getPartitionBoundaries(int, QuantileSearchCritera) method.
|
| QuantilesGenericSketchIterator
The quantiles sketch iterator for generic types.
|
| QuantilesSketchIterator
This is the base interface for the SketchIterator hierarchy used for viewing the
non-ordered quantiles retained by a sketch.
|
| SortedView
This is the base interface for the Sorted View interface hierarchy.
|
| SortedViewIterator
This is the base interface for the SortedViewIterator hierarchy used with a SortedView obtained
from a quantile-type sketch.
|
| Class and Description |
|---|
| FloatsSortedView
The Sorted View for quantiles of primitive type float.
|
| FloatsSortedViewIterator
The quantiles SortedView Iterator for type float.
|
| QuantilesAPI
This is a stochastic streaming sketch that enables near-real time analysis of the
approximate distribution of items from a very large stream in a single pass, requiring only
that the items are comparable.
|
| QuantileSearchCriteria
These search criteria are used by the KLL, REQ and Classic Quantiles sketches in the DataSketches library.
|
| QuantilesFloatsAPI
The Quantiles API for item type float.
|
| QuantilesFloatsSketchIterator
The quantiles sketch iterator for primitive type float.
|
| QuantilesSketchIterator
This is the base interface for the SketchIterator hierarchy used for viewing the
non-ordered quantiles retained by a sketch.
|
| SortedView
This is the base interface for the Sorted View interface hierarchy.
|
| SortedViewIterator
This is the base interface for the SortedViewIterator hierarchy used with a SortedView obtained
from a quantile-type sketch.
|
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.