- GenericInequalitySearch - Class in org.apache.datasketches.quantilescommon
-
This provides efficient, unique and unambiguous binary searching for inequality comparison criteria
for ordered arrays of values that may include duplicate values.
- GenericInequalitySearch() - Constructor for class org.apache.datasketches.quantilescommon.GenericInequalitySearch
-
- GenericInequalitySearch.Inequality - Enum in org.apache.datasketches.quantilescommon
-
The enumerator of inequalities
- GenericPartitionBoundaries<T> - Class in org.apache.datasketches.quantilescommon
-
This defines the returned results of the getParitionBoundaries() function and
includes the basic methods needed to construct actual partitions.
- GenericPartitionBoundaries(long, T[], long[], double[], T, T, QuantileSearchCriteria) - Constructor for class org.apache.datasketches.quantilescommon.GenericPartitionBoundaries
-
Constructor.
- GenericSortedView<T> - Interface in org.apache.datasketches.quantilescommon
-
The Sorted View for quantiles of generic type.
- GenericSortedViewIterator<T> - Class in org.apache.datasketches.quantilescommon
-
Iterator over quantile sketches of generic type.
- GenericSortedViewIterator(T[], long[]) - Constructor for class org.apache.datasketches.quantilescommon.GenericSortedViewIterator
-
Constructor
- get() - Method in interface org.apache.datasketches.theta.HashIterator
-
Gets the hash value
- getActionDescription() - Method in enum org.apache.datasketches.thetacommon.SetOperationCornerCases.AnotbAction
-
- getActionDescription() - Method in enum org.apache.datasketches.thetacommon.SetOperationCornerCases.IntersectAction
-
- getActionDescription() - Method in enum org.apache.datasketches.thetacommon.SetOperationCornerCases.UnionAction
-
- getActionId() - Method in enum org.apache.datasketches.thetacommon.SetOperationCornerCases.AnotbAction
-
- getActionId() - Method in enum org.apache.datasketches.thetacommon.SetOperationCornerCases.IntersectAction
-
- getActionId() - Method in enum org.apache.datasketches.thetacommon.SetOperationCornerCases.UnionAction
-
- getActiveEntries() - Method in class org.apache.datasketches.hllmap.UniqueCountMap
-
Returns the number of active, unique keys across all internal maps
- getAnotbAction() - Method in enum org.apache.datasketches.thetacommon.SetOperationCornerCases.CornerCase
-
- getAprioriError(int, long) - Static method in class org.apache.datasketches.frequencies.ItemsSketch
-
Returns the estimated a priori error given the maxMapSize for the sketch and the
estimatedTotalStreamWeight.
- getAprioriError(int, long) - Static method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns the estimated a priori error given the maxMapSize for the sketch and the
estimatedTotalStreamWeight.
- getAverageSketchMemoryPerKey() - Method in class org.apache.datasketches.hllmap.UniqueCountMap
-
Returns the average memory storage per key that is dedicated to sketching the unique counts.
- getBitsUsed() - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Returns the number of bits in the BloomFilter that are set to 1.
- getBoundaries() - Method in class org.apache.datasketches.quantilescommon.GenericPartitionBoundaries
-
Gets an ordered array of boundaries that sequentially define the upper and lower boundaries of partitions.
- getBytes() - Method in enum org.apache.datasketches.kll.KllSketch.SketchType
-
Gets the item size in bytes.
- getC() - Method in class org.apache.datasketches.sampling.EbppsItemsSketch
-
Returns the expected number of samples returned upon a call to
getResult().
- getCapacity() - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Returns the total number of bits in the BloomFilter.
- getCaseDescription() - Method in enum org.apache.datasketches.thetacommon.SetOperationCornerCases.CornerCase
-
- getCDF(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
- getCDF(float[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
- getCDF(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- getCDF(long[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllLongsSketch
-
- getCDF(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- getCDF(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getCDF(double[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.DoublesSortedView
-
Returns an approximation to the Cumulative Distribution Function (CDF) of the input stream
as a monotonically increasing array of double ranks (or cumulative probabilities) on the interval [0.0, 1.0],
given a set of splitPoints.
- getCDF(float[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.FloatsSortedView
-
Returns an approximation to the Cumulative Distribution Function (CDF) of the input stream
as a monotonically increasing array of double ranks (or cumulative probabilities) on the interval [0.0, 1.0],
given a set of splitPoints.
- getCDF(T[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.GenericSortedView
-
Returns an approximation to the Cumulative Distribution Function (CDF) of the input stream
as a monotonically increasing array of double ranks (or cumulative probabilities) on the interval [0.0, 1.0],
given a set of splitPoints.
- getCDF(long[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.LongsSortedView
-
Returns an approximation to the Cumulative Distribution Function (CDF) of the input stream
as a monotonically increasing array of double ranks (or cumulative probabilities) on the interval [0.0, 1.0],
given a set of splitPoints.
- getCDF(double[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
- getCDF(double[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
Returns an approximation to the Cumulative Distribution Function (CDF) of the input stream
as a monotonically increasing array of double ranks (or cumulative probabilities) on the interval [0.0, 1.0],
given a set of splitPoints.
- getCDF(float[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
- getCDF(float[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
Returns an approximation to the Cumulative Distribution Function (CDF) of the input stream
as a monotonically increasing array of double ranks (or cumulative probabilities) on the interval [0.0, 1.0],
given a set of splitPoints.
- getCDF(T[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
- getCDF(T[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
Returns an approximation to the Cumulative Distribution Function (CDF) of the input stream
as a monotonically increasing array of double ranks (or cumulative probabilities) on the interval [0.0, 1.0],
given a set of splitPoints.
- getCDF(long[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
- getCDF(long[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
Returns an approximation to the Cumulative Distribution Function (CDF) of the input stream
as a monotonically increasing array of double ranks (or cumulative probabilities) on the interval [0.0, 1.0],
given a set of splitPoints.
- getCDF(float[], QuantileSearchCriteria) - Method in class org.apache.datasketches.req.ReqSketch
-
- getClassOfT() - Method in class org.apache.datasketches.common.ArrayOfBooleansSerDe
-
- getClassOfT() - Method in class org.apache.datasketches.common.ArrayOfDoublesSerDe
-
- getClassOfT() - Method in class org.apache.datasketches.common.ArrayOfItemsSerDe
-
Returns the concrete class of type T
- getClassOfT() - Method in class org.apache.datasketches.common.ArrayOfLongsSerDe
-
- getClassOfT() - Method in class org.apache.datasketches.common.ArrayOfNumbersSerDe
-
- getClassOfT() - Method in class org.apache.datasketches.common.ArrayOfStringsSerDe
-
- getClassOfT() - Method in class org.apache.datasketches.common.ArrayOfUtf16StringsSerDe
-
- getClassOfT() - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- getClassOfT() - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getClassOfT() - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
- getCompactBytes() - Method in class org.apache.datasketches.theta.CompactSketch
-
- getCompactBytes() - Method in class org.apache.datasketches.theta.Sketch
-
Returns the number of storage bytes required for this Sketch if its current state were
compacted.
- getCompactBytes() - Method in class org.apache.datasketches.theta.UpdateSketch
-
- getCompactSerialiedSizeBytes(int, long) - Static method in class org.apache.datasketches.quantiles.DoublesSketch
-
Returns the number of bytes a DoublesSketch would require to store in compact form
given k and n.
- getCompactSerializationBytes() - Method in class org.apache.datasketches.hll.HllSketch
-
- getCompactSerializationBytes() - Method in class org.apache.datasketches.hll.Union
-
- getCompactSketchMaxBytes(int) - Static method in class org.apache.datasketches.theta.Sketch
-
Returns the maximum number of storage bytes required for a CompactSketch given the configured
log_base2 of the number of nominal entries, which is a power of 2.
- getCompactSketchMaxBytes(int) - Static method in class org.apache.datasketches.theta.Sketches
-
Returns the maximum number of storage bytes required for a CompactSketch given the configured
number of nominal entries (power of 2).
- getComparator() - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- getComparator() - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getComparator() - Method in interface org.apache.datasketches.quantilescommon.GenericSortedView
-
Gets the Comparator for this generic type.
- getComparator() - Method in class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
- getComparator() - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
Returns the Comparator of T
- getCompositeEstimate() - Method in class org.apache.datasketches.hll.HllSketch
-
- getCompositeEstimate() - Method in class org.apache.datasketches.hll.Union
-
- getCount() - Method in class org.apache.datasketches.fdt.Group
-
- getCountLessThanThetaLong(long) - Method in class org.apache.datasketches.theta.Sketch
-
Gets the number of hash values less than the given theta expressed as a long.
- getCountLessThanThetaLong(long) - Method in class org.apache.datasketches.tuple.CompactSketch
-
- getCountLessThanThetaLong(long) - Method in class org.apache.datasketches.tuple.Sketch
-
Gets the number of hash values less than the given theta expressed as a long.
- getCumulativeWeight() - Method in class org.apache.datasketches.sampling.EbppsItemsSketch
-
Returns the cumulative weight of items processed by the sketch.
- getCumulativeWeights() - Method in class org.apache.datasketches.quantilescommon.DoublesSketchSortedView
-
- getCumulativeWeights() - Method in class org.apache.datasketches.quantilescommon.FloatsSketchSortedView
-
- getCumulativeWeights() - Method in class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
- getCumulativeWeights() - Method in class org.apache.datasketches.quantilescommon.LongsSketchSortedView
-
- getCumulativeWeights() - Method in interface org.apache.datasketches.quantilescommon.SortedView
-
Returns the array of cumulative weights from the sketch.
- getCurrentBytes() - Method in class org.apache.datasketches.theta.Sketch
-
Returns the number of storage bytes required for this sketch in its current state.
- getCurrentBytes() - Method in class org.apache.datasketches.theta.Union
-
Returns the number of storage bytes required for this union in its current state.
- getCurrentBytes() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesCompactSketch
-
- getCurrentBytes() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
For compact sketches this is the same as getMaxBytes().
- getCurrentCompactSerializedSizeBytes() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
Returns the current number of bytes this sketch would require to store in the compact Memory Format.
- getCurrentMapCapacity() - Method in class org.apache.datasketches.frequencies.ItemsSketch
-
Returns the current number of counters the sketch is configured to support.
- getCurrentMapCapacity() - Method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns the current number of counters the sketch is configured to support.
- getCurrentUpdatableSerializedSizeBytes() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
Returns the current number of bytes this sketch would require to store in the updatable Memory Format.
- getDoubleBE(byte[], int) - Static method in class org.apache.datasketches.common.ByteArrayUtil
-
Get a double from the given byte array starting at the given offset
in big endian order.
- getDoubleLE(byte[], int) - Static method in class org.apache.datasketches.common.ByteArrayUtil
-
Get a double from the given byte array starting at the given offset
in little endian order.
- getEffectiveK() - Method in class org.apache.datasketches.quantiles.DoublesUnion
-
Returns the effective k of this Union.
- getEffectiveK() - Method in class org.apache.datasketches.quantiles.ItemsUnion
-
Returns the effective k of this Union.
- getEpsilon(int) - Static method in class org.apache.datasketches.frequencies.ItemsSketch
-
Returns epsilon used to compute a priori error.
- getEpsilon(int) - Static method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns epsilon used to compute a priori error.
- getEstimate() - Method in class org.apache.datasketches.cpc.CpcSketch
-
Returns the best estimate of the cardinality of the sketch.
- getEstimate() - Method in class org.apache.datasketches.cpc.CpcWrapper
-
Returns the best estimate of the cardinality of the sketch.
- getEstimate() - Method in class org.apache.datasketches.fdt.Group
-
- getEstimate(T) - Method in class org.apache.datasketches.frequencies.ItemsSketch
-
Gets the estimate of the frequency of the given item.
- getEstimate() - Method in class org.apache.datasketches.frequencies.ItemsSketch.Row
-
- getEstimate(long) - Method in class org.apache.datasketches.frequencies.LongsSketch
-
Gets the estimate of the frequency of the given item.
- getEstimate() - Method in class org.apache.datasketches.frequencies.LongsSketch.Row
-
- getEstimate() - Method in class org.apache.datasketches.hll.HllSketch
-
- getEstimate() - Method in class org.apache.datasketches.hll.Union
-
- getEstimate(byte[]) - Method in class org.apache.datasketches.hllmap.UniqueCountMap
-
Retrieves the current estimate of unique count for a given key.
- getEstimate() - Method in class org.apache.datasketches.sampling.SampleSubsetSummary
-
- getEstimate() - Method in class org.apache.datasketches.theta.Sketch
-
Gets the unique count estimate.
- getEstimate(Memory) - Static method in class org.apache.datasketches.theta.Sketches
-
Gets the unique count estimate from a valid memory image of a Sketch
- getEstimate() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
Estimates the cardinality of the set (number of unique values presented to the sketch)
- getEstimate() - Method in class org.apache.datasketches.tuple.Sketch
-
Estimates the cardinality of the set (number of unique values presented to the sketch)
- getEstimate(int) - Method in class org.apache.datasketches.tuple.Sketch
-
Gets the estimate of the true distinct population of subset tuples represented by the count
of entries in a subset of the total retained entries of the sketch.
- getEstimateOfA(long, double) - Static method in class org.apache.datasketches.common.BoundsOnRatiosInSampledSets
-
Return the estimate of A.
- getEstimateOfB(long, double) - Static method in class org.apache.datasketches.common.BoundsOnRatiosInSampledSets
-
Return the estimate of B.
- getEstimateOfBoverA(long, long) - Static method in class org.apache.datasketches.common.BoundsOnRatiosInSampledSets
-
Return the estimate of b over a
- getEstimateOfBoverA(Sketch, Sketch) - Static method in class org.apache.datasketches.thetacommon.BoundsOnRatiosInThetaSketchedSets
-
Gets the estimate for B over A
- getEstimateOfBoverA(Sketch<S>, Sketch<S>) - Static method in class org.apache.datasketches.thetacommon.BoundsOnRatiosInTupleSketchedSets
-
Gets the estimate for B over A
- getEstimateOfBoverA(Sketch<S>, Sketch) - Static method in class org.apache.datasketches.thetacommon.BoundsOnRatiosInTupleSketchedSets
-
Gets the estimate for B over A
- getFamily() - Static method in class org.apache.datasketches.cpc.CpcSketch
-
Return the DataSketches identifier for this CPC family of sketches.
- getFamily() - Static method in class org.apache.datasketches.cpc.CpcUnion
-
Return the DataSketches identifier for this CPC family of sketches.
- getFamily() - Static method in class org.apache.datasketches.cpc.CpcWrapper
-
Return the DataSketches identifier for this CPC family of sketches.
- getFamily() - Method in class org.apache.datasketches.theta.AnotB
-
- getFamily() - Method in class org.apache.datasketches.theta.CompactSketch
-
- getFamily() - Method in class org.apache.datasketches.theta.Intersection
-
- getFamily() - Method in class org.apache.datasketches.theta.SetOperation
-
Gets the Family of this SetOperation
- getFamily() - Method in class org.apache.datasketches.theta.Sketch
-
Returns the Family that this sketch belongs to
- getFamily() - Method in class org.apache.datasketches.theta.Union
-
- getFamily() - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Returns the Family
- getFamilyName() - Method in enum org.apache.datasketches.common.Family
-
Returns the name for this family
- getFillPercentage() - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Returns the percentage of all bits in the BloomFilter set to 1.
- getFloatBE(byte[], int) - Static method in class org.apache.datasketches.common.ByteArrayUtil
-
Get a float from the given byte array starting at the given offset
in big endian order.
- getFloatLE(byte[], int) - Static method in class org.apache.datasketches.common.ByteArrayUtil
-
Get a float from the given byte array starting at the given offset
in little endian order.
- getFraction() - Method in class org.apache.datasketches.fdt.Group
-
- getFrequentItems(long, ErrorType) - Method in class org.apache.datasketches.frequencies.ItemsSketch
-
Returns an array of Rows that include frequent items, estimates, upper and lower bounds
given a threshold and an ErrorCondition.
- getFrequentItems(ErrorType) - Method in class org.apache.datasketches.frequencies.ItemsSketch
-
Returns an array of Rows that include frequent items, estimates, upper and lower bounds
given an ErrorCondition and the default threshold.
- getFrequentItems(long, ErrorType) - Method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns an array of Rows that include frequent items, estimates, upper and lower bounds
given a threshold and an ErrorCondition.
- getFrequentItems(ErrorType) - Method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns an array of Rows that include frequent items, estimates, upper and lower bounds
given an ErrorCondition and the default threshold.
- getGroupCount() - Method in class org.apache.datasketches.fdt.PostProcessor
-
Returns the number of groups in the final sketch.
- getGroupList(int[], int, int) - Method in class org.apache.datasketches.fdt.PostProcessor
-
Return the most frequent Groups associated with Primary Keys based on the size of the groups.
- getHash() - Method in class org.apache.datasketches.tuple.TupleSketchIterator
-
Gets the hash from the current entry in the sketch, which is a hash
of the original key passed to update().
- getHeader() - Method in class org.apache.datasketches.fdt.Group
-
- getHighRankAccuracy() - Method in class org.apache.datasketches.req.ReqSketchBuilder
-
Gets the builder configured High Rank Accuracy.
- getHighRankAccuracyMode() - Method in class org.apache.datasketches.req.ReqSketch
-
- getID() - Method in enum org.apache.datasketches.common.Family
-
Returns the byte ID for this family
- getId() - Method in enum org.apache.datasketches.thetacommon.SetOperationCornerCases.CornerCase
-
- getInstance(Memory, ArrayOfItemsSerDe<T>) - Static method in class org.apache.datasketches.frequencies.ItemsSketch
-
Returns a sketch instance of this class from the given srcMem,
which must be a Memory representation of this sketch class.
- getInstance(Memory) - Static method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns a sketch instance of this class from the given srcMem,
which must be a Memory representation of this sketch class.
- getInstance(String) - Static method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns a sketch instance of this class from the given String,
which must be a String representation of this sketch class.
- getInstance(Class<T>, Comparator<? super T>) - Static method in class org.apache.datasketches.quantiles.ItemsSketch
-
Obtains a new instance of an ItemsSketch using the DEFAULT_K.
- getInstance(Class<T>, int, Comparator<? super T>) - Static method in class org.apache.datasketches.quantiles.ItemsSketch
-
Obtains a new instance of an ItemsSketch.
- getInstance(Class<T>, Memory, Comparator<? super T>, ArrayOfItemsSerDe<T>) - Static method in class org.apache.datasketches.quantiles.ItemsSketch
-
Heapifies the given srcMem, which must be a Memory image of a ItemsSketch
- getInstance(Class<T>, Comparator<? super T>) - Static method in class org.apache.datasketches.quantiles.ItemsUnion
-
Create an instance of ItemsUnion with the default k
- getInstance(Class<T>, int, Comparator<? super T>) - Static method in class org.apache.datasketches.quantiles.ItemsUnion
-
Create an instance of ItemsUnion
- getInstance(Class<T>, Memory, Comparator<? super T>, ArrayOfItemsSerDe<T>) - Static method in class org.apache.datasketches.quantiles.ItemsUnion
-
Heapify the given srcMem into a Union object.
- getInstance(ItemsSketch<T>) - Static method in class org.apache.datasketches.quantiles.ItemsUnion
-
Create an instance of ItemsUnion based on ItemsSketch
- getIntBE(byte[], int) - Static method in class org.apache.datasketches.common.ByteArrayUtil
-
Get a int from the given byte array starting at the given offset
in big endian order.
- getIntersectAction() - Method in enum org.apache.datasketches.thetacommon.SetOperationCornerCases.CornerCase
-
- getIntLE(byte[], int) - Static method in class org.apache.datasketches.common.ByteArrayUtil
-
Get a int from the given byte array starting at the given offset
in little endian order.
- getItem() - Method in class org.apache.datasketches.frequencies.ItemsSketch.Row
-
- getItem() - Method in class org.apache.datasketches.frequencies.LongsSketch.Row
-
- getItem() - Method in class org.apache.datasketches.sampling.VarOptItemsSamples.WeightedSample
-
Accesses the iterator's current object
- getK() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- getK() - Method in class org.apache.datasketches.quantiles.DoublesSketchBuilder
-
Gets the current configured k
- getK() - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getK() - Method in interface org.apache.datasketches.quantilescommon.QuantilesAPI
-
Gets the user configured parameter k, which controls the accuracy of the sketch
and its memory space usage.
- getK() - Method in class org.apache.datasketches.req.ReqSketch
-
- getK() - Method in class org.apache.datasketches.req.ReqSketchBuilder
-
Gets the builder configured k.
- getK() - Method in class org.apache.datasketches.sampling.EbppsItemsSketch
-
Returns the configured maximum sample size.
- getK() - Method in class org.apache.datasketches.sampling.ReservoirItemsSketch
-
Returns the sketch's value of k, the maximum number of samples stored in the
reservoir.
- getK() - Method in class org.apache.datasketches.sampling.ReservoirLongsSketch
-
Returns the sketch's value of k, the maximum number of samples stored in the reservoir.
- getK() - Method in class org.apache.datasketches.sampling.VarOptItemsSketch
-
Returns the sketch's value of k, the maximum number of samples stored in the
sketch.
- getK() - Method in class org.apache.datasketches.tdigest.TDigestDouble
-
- getKey() - Method in interface org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketchIterator
-
Gets a key from the current entry in the sketch, which is a hash
of the original key passed to update().
- getKeyMemoryUsageBytes() - Method in class org.apache.datasketches.hllmap.UniqueCountMap
-
Returns total bytes used for key storage
- getKFromEpsilon(double, boolean) - Static method in class org.apache.datasketches.kll.KllSketch
-
Gets the approximate k to use given epsilon, the normalized rank error.
- getKFromEpsilon(double, boolean) - Static method in class org.apache.datasketches.quantiles.ClassicUtil
-
Used by Classic Quantiles.
- getKFromEpsilon(double, boolean) - Static method in class org.apache.datasketches.quantiles.DoublesSketch
-
Gets the approximate k to use given epsilon, the normalized rank error.
- getKFromEpsilon(double, boolean) - Static method in class org.apache.datasketches.quantiles.ItemsSketch
-
Gets the approximate k to use given epsilon, the normalized rank error.
- getLgConfigK() - Method in class org.apache.datasketches.hll.HllSketch
-
- getLgConfigK() - Method in class org.apache.datasketches.hll.Union
-
Gets the effective lgConfigK for the union operator, which may be less than
lgMaxK.
- getLgK() - Method in class org.apache.datasketches.cpc.CpcSketch
-
Return the parameter LgK.
- getLgK() - Method in class org.apache.datasketches.cpc.CpcUnion
-
Returns the current value of Log_base2 of K.
- getLgK() - Method in class org.apache.datasketches.cpc.CpcWrapper
-
Returns the configured Log_base2 of K of this sketch.
- getLgNominalEntries() - Method in class org.apache.datasketches.theta.SetOperationBuilder
-
Returns Log-base 2 Nominal Entries
- getLgNominalEntries() - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Returns Log-base 2 Nominal Entries
- getLgNomLongs() - Method in class org.apache.datasketches.theta.UpdateSketch
-
Gets the Log base 2 of the configured nominal entries
- getLocalLgNominalEntries() - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Returns Log-base 2 Nominal Entries for the concurrent local sketch
- getLong(int) - Method in class org.apache.datasketches.filters.bloomfilter.DirectBitArrayR
-
- getLongBE(byte[], int) - Static method in class org.apache.datasketches.common.ByteArrayUtil
-
Get a long from the source byte array starting at the given offset
in big endian order.
- getLongLE(byte[], int) - Static method in class org.apache.datasketches.common.ByteArrayUtil
-
Get a long from the given byte array starting at the given offset
in little endian order.
- getLowerBound(int) - Method in class org.apache.datasketches.cpc.CpcSketch
-
Returns the best estimate of the lower bound of the confidence interval given kappa,
the number of standard deviations from the mean.
- getLowerBound(int) - Method in class org.apache.datasketches.cpc.CpcWrapper
-
Returns the best estimate of the lower bound of the confidence interval given kappa,
the number of standard deviations from the mean.
- getLowerBound() - Method in class org.apache.datasketches.fdt.Group
-
- getLowerBound(T) - Method in class org.apache.datasketches.frequencies.ItemsSketch
-
Gets the guaranteed lower bound frequency of the given item, which can never be
negative.
- getLowerBound() - Method in class org.apache.datasketches.frequencies.ItemsSketch.Row
-
- getLowerBound(long) - Method in class org.apache.datasketches.frequencies.LongsSketch
-
Gets the guaranteed lower bound frequency of the given item, which can never be
negative.
- getLowerBound() - Method in class org.apache.datasketches.frequencies.LongsSketch.Row
-
- getLowerBound(int) - Method in class org.apache.datasketches.hll.HllSketch
-
- getLowerBound(int) - Method in class org.apache.datasketches.hll.Union
-
- getLowerBound(byte[]) - Method in class org.apache.datasketches.hllmap.UniqueCountMap
-
- getLowerBound() - Method in class org.apache.datasketches.sampling.SampleSubsetSummary
-
- getLowerBound(int) - Method in class org.apache.datasketches.theta.Sketch
-
Gets the approximate lower error bound given the specified number of Standard Deviations.
- getLowerBound(int, Memory) - Static method in class org.apache.datasketches.theta.Sketches
-
Gets the approximate lower error bound from a valid memory image of a Sketch
given the specified number of Standard Deviations.
- getLowerBound(long, double, int, boolean) - Static method in class org.apache.datasketches.thetacommon.BinomialBoundsN
-
Returns the approximate lower bound value
- getLowerBound(int) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
Gets the approximate lower error bound given the specified number of Standard Deviations.
- getLowerBound(int) - Method in class org.apache.datasketches.tuple.Sketch
-
Gets the approximate lower error bound given the specified number of Standard Deviations.
- getLowerBound(int, int) - Method in class org.apache.datasketches.tuple.Sketch
-
Gets the estimate of the lower bound of the true distinct population represented by the count
of entries in a subset of the total retained entries of the sketch.
- getLowerBoundForBoverA(long, long, double) - Static method in class org.apache.datasketches.common.BoundsOnRatiosInSampledSets
-
Return the approximate lower bound based on a 95% confidence interval
- getLowerBoundForBoverA(Sketch, Sketch) - Static method in class org.apache.datasketches.thetacommon.BoundsOnRatiosInThetaSketchedSets
-
Gets the approximate lower bound for B over A based on a 95% confidence interval
- getLowerBoundForBoverA(Sketch<S>, Sketch<S>) - Static method in class org.apache.datasketches.thetacommon.BoundsOnRatiosInTupleSketchedSets
-
Gets the approximate lower bound for B over A based on a 95% confidence interval
- getLowerBoundForBoverA(Sketch<S>, Sketch) - Static method in class org.apache.datasketches.thetacommon.BoundsOnRatiosInTupleSketchedSets
-
Gets the approximate lower bound for B over A based on a 95% confidence interval
- getMaxAnotBResultBytes(int) - Static method in class org.apache.datasketches.theta.SetOperation
-
Returns the maximum number of bytes for the returned CompactSketch, given the
value of nomEntries of the first sketch A of AnotB.
- getMaxAnotBResultBytes(int) - Static method in class org.apache.datasketches.theta.Sketches
-
- getMaxBytes() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesCompactSketch
-
- getMaxBytes() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
- getMaxBytes(int, int) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUnion
-
- getMaxCompactSketchBytes(int) - Static method in class org.apache.datasketches.theta.Sketch
-
Returns the maximum number of storage bytes required for a CompactSketch with the given
number of actual entries.
- getMaxCompactSketchBytes(int) - Static method in class org.apache.datasketches.theta.Sketches
-
Returns the maximum number of storage bytes required for a CompactSketch with the given
number of actual entries.
- getMaxConcurrencyError() - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Gets the Maximum Concurrency Error
- getMaximumError() - Method in class org.apache.datasketches.frequencies.ItemsSketch
-
- getMaximumError() - Method in class org.apache.datasketches.frequencies.LongsSketch
-
- getMaximumMapCapacity() - Method in class org.apache.datasketches.frequencies.ItemsSketch
-
Returns the maximum number of counters the sketch is configured to support.
- getMaximumMapCapacity() - Method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns the maximum number of counters the sketch is configured to support.
- getMaxIntersectionBytes(int) - Static method in class org.apache.datasketches.theta.SetOperation
-
Returns the maximum required storage bytes given a nomEntries parameter for Intersection
operations
- getMaxIntersectionBytes(int) - Static method in class org.apache.datasketches.theta.Sketches
-
- getMaxItem() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- getMaxItem() - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getMaxItem() - Method in class org.apache.datasketches.quantilescommon.DoublesSketchSortedView
-
- getMaxItem() - Method in interface org.apache.datasketches.quantilescommon.DoublesSortedView
-
Returns the maximum item of the stream.
- getMaxItem() - Method in class org.apache.datasketches.quantilescommon.FloatsSketchSortedView
-
- getMaxItem() - Method in interface org.apache.datasketches.quantilescommon.FloatsSortedView
-
Returns the maximum item of the stream.
- getMaxItem() - Method in class org.apache.datasketches.quantilescommon.GenericPartitionBoundaries
-
Returns the maximum item of the stream.
- getMaxItem() - Method in interface org.apache.datasketches.quantilescommon.GenericSortedView
-
Returns the maximum item of the stream.
- getMaxItem() - Method in class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
- getMaxItem() - Method in class org.apache.datasketches.quantilescommon.LongsSketchSortedView
-
- getMaxItem() - Method in interface org.apache.datasketches.quantilescommon.LongsSortedView
-
Returns the maximum item of the stream.
- getMaxItem() - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
Returns the maximum item of the stream.
- getMaxItem() - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
Returns the maximum item of the stream.
- getMaxItem() - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
Returns the maximum item of the stream.
- getMaxItem() - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
Returns the maximum item of the stream.
- getMaxItem() - Method in class org.apache.datasketches.req.ReqSketch
-
- getMaxK() - Method in class org.apache.datasketches.quantiles.DoublesUnion
-
Returns the configured maxK of this Union.
- getMaxK() - Method in class org.apache.datasketches.quantiles.DoublesUnionBuilder
-
Gets the current configured maxK
- getMaxK() - Method in class org.apache.datasketches.quantiles.ItemsUnion
-
Returns the configured maxK of this Union.
- getMaxK() - Method in class org.apache.datasketches.sampling.ReservoirItemsUnion
-
Returns the maximum allowed reservoir capacity in this union.
- getMaxK() - Method in class org.apache.datasketches.sampling.ReservoirLongsUnion
-
Returns the maximum allowed reservoir capacity in this union.
- getMaxLgArrLongs(Memory) - Static method in class org.apache.datasketches.theta.Intersection
-
Returns the maximum lgArrLongs given the capacity of the Memory.
- getMaxNumLocalThreads() - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Gets the Maximum Number of Local Threads.
- getMaxPartitions() - Method in class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
- getMaxPartitions() - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
- getMaxPartitions() - Method in interface org.apache.datasketches.quantilescommon.SketchPartitionLimits
-
Gets the maximum number of partitions this sketch will support based on the configured size K
and the number of retained values of this sketch.
- getMaxPreLongs() - Method in enum org.apache.datasketches.common.Family
-
Returns the maximum preamble size for this family in longs
- getMaxSerializationBytes(int) - Static method in class org.apache.datasketches.hll.Union
-
Returns the maximum size in bytes that this union operator can grow to given a lgK.
- getMaxSerializedBytes(int) - Static method in class org.apache.datasketches.cpc.CpcSketch
-
The actual size of a compressed CPC sketch has a small random variance, but the following
empirically measured size should be large enough for at least 99.9 percent of sketches.
- getMaxSerializedSizeBytes(int, long, KllSketch.SketchType, boolean) - Static method in class org.apache.datasketches.kll.KllSketch
-
Returns upper bound on the serialized size of a KllSketch given the following parameters.
- getMaxUnionBytes(int) - Static method in class org.apache.datasketches.theta.SetOperation
-
Returns the maximum required storage bytes given a nomEntries parameter for Union operations
- getMaxUnionBytes(int) - Static method in class org.apache.datasketches.theta.Sketches
-
- getMaxUnionBytes() - Method in class org.apache.datasketches.theta.Union
-
Returns the maximum required storage bytes for this union.
- getMaxUpdatableSerializationBytes(int, TgtHllType) - Static method in class org.apache.datasketches.hll.HllSketch
-
Returns the maximum size in bytes that this sketch can grow to given lgConfigK.
- getMaxUpdateSketchBytes(int) - Static method in class org.apache.datasketches.theta.Sketch
-
Returns the maximum number of storage bytes required for an UpdateSketch with the given
number of nominal entries (power of 2).
- getMaxUpdateSketchBytes(int) - Static method in class org.apache.datasketches.theta.Sketches
-
- getMaxValue() - Method in class org.apache.datasketches.tdigest.TDigestDouble
-
- getMemoryRequestServer() - Method in class org.apache.datasketches.theta.SetOperationBuilder
-
Returns the MemoryRequestServer
- getMemoryRequestServer() - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Returns the MemoryRequestServer
- getMemoryUsageBytes() - Method in class org.apache.datasketches.hllmap.UniqueCountMap
-
Returns total bytes used by all internal maps
- getMinItem() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- getMinItem() - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getMinItem() - Method in class org.apache.datasketches.quantilescommon.DoublesSketchSortedView
-
- getMinItem() - Method in interface org.apache.datasketches.quantilescommon.DoublesSortedView
-
Returns the minimum item of the stream.
- getMinItem() - Method in class org.apache.datasketches.quantilescommon.FloatsSketchSortedView
-
- getMinItem() - Method in interface org.apache.datasketches.quantilescommon.FloatsSortedView
-
Returns the minimum item of the stream.
- getMinItem() - Method in class org.apache.datasketches.quantilescommon.GenericPartitionBoundaries
-
Returns the minimum item of the stream.
- getMinItem() - Method in interface org.apache.datasketches.quantilescommon.GenericSortedView
-
Returns the minimum item of the stream.
- getMinItem() - Method in class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
- getMinItem() - Method in class org.apache.datasketches.quantilescommon.LongsSketchSortedView
-
- getMinItem() - Method in interface org.apache.datasketches.quantilescommon.LongsSortedView
-
Returns the minimum item of the stream.
- getMinItem() - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
Returns the minimum item of the stream.
- getMinItem() - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
Returns the minimum item of the stream.
- getMinItem() - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
Returns the minimum item of the stream.
- getMinItem() - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
Returns the minimum item of the stream.
- getMinItem() - Method in class org.apache.datasketches.req.ReqSketch
-
- getMinPartitionSizeItems() - Method in interface org.apache.datasketches.quantilescommon.SketchPartitionLimits
-
Gets the minimum partition size in items this sketch will support based on the configured size K of this
sketch and the number of retained values of this sketch.
- getMinPreLongs() - Method in enum org.apache.datasketches.common.Family
-
Returns the minimum preamble size for this family in longs
- getMinValue() - Method in class org.apache.datasketches.tdigest.TDigestDouble
-
- getN() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- getN() - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getN() - Method in class org.apache.datasketches.quantilescommon.DoublesSketchSortedView
-
- getN() - Method in class org.apache.datasketches.quantilescommon.FloatsSketchSortedView
-
- getN() - Method in class org.apache.datasketches.quantilescommon.GenericPartitionBoundaries
-
Gets the length of the input stream offered to the underlying sketch.
- getN() - Method in class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
- getN() - Method in class org.apache.datasketches.quantilescommon.LongsSketchSortedView
-
- getN() - Method in interface org.apache.datasketches.quantilescommon.QuantilesAPI
-
Gets the length of the input stream offered to the sketch..
- getN() - Method in interface org.apache.datasketches.quantilescommon.SketchPartitionLimits
-
Gets the length of the input stream offered to the sketch..
- getN() - Method in interface org.apache.datasketches.quantilescommon.SortedView
-
Returns the total number of items presented to the sourcing sketch.
- getN() - Method in class org.apache.datasketches.quantilescommon.SortedViewIterator
-
Gets the total count of all items presented to the sketch.
- getN() - Method in class org.apache.datasketches.req.ReqSketch
-
- getN() - Method in class org.apache.datasketches.sampling.EbppsItemsSketch
-
Returns the number of items processed by the sketch, regardless
of item weight.
- getN() - Method in class org.apache.datasketches.sampling.ReservoirItemsSketch
-
Returns the number of items processed from the input stream
- getN() - Method in class org.apache.datasketches.sampling.ReservoirLongsSketch
-
Returns the number of items processed from the input stream
- getN() - Method in class org.apache.datasketches.sampling.VarOptItemsSketch
-
Returns the number of items processed from the input stream
- getName() - Method in enum org.apache.datasketches.kll.KllSketch.SketchType
-
Get the name of the associated sketch
- getNaturalRank(double, long, QuantileSearchCriteria) - Static method in class org.apache.datasketches.quantilescommon.QuantilesUtil
-
Computes the closest Natural Rank from a given Normalized Rank
- getNaturalRank() - Method in class org.apache.datasketches.quantilescommon.SortedViewIterator
-
Gets the natural rank at the current index.
- getNaturalRank(QuantileSearchCriteria) - Method in class org.apache.datasketches.quantilescommon.SortedViewIterator
-
Gets the natural rank at the current index (or previous index) based on the chosen search criterion.
- getNaturalRanks() - Method in class org.apache.datasketches.quantilescommon.GenericPartitionBoundaries
-
Gets an ordered array of natural ranks of the associated array of partition boundaries utilizing
a specified search criterion.
- getNominalEntries() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
-
Gets the configured nominal number of entries
- getNormalizedRank() - Method in class org.apache.datasketches.quantilescommon.SortedViewIterator
-
Gets the normalized rank at the current index.
- getNormalizedRank(QuantileSearchCriteria) - Method in class org.apache.datasketches.quantilescommon.SortedViewIterator
-
Gets the normalized rank at the current index (or previous index)
based on the chosen search criterion.
- getNormalizedRankError(int, boolean) - Static method in class org.apache.datasketches.kll.KllSketch
-
Gets the normalized rank error given k and pmf.
- getNormalizedRankError(boolean) - Method in class org.apache.datasketches.kll.KllSketch
-
- getNormalizedRankError(int, boolean) - Static method in class org.apache.datasketches.quantiles.ClassicUtil
-
Used by Classic Quantiles.
- getNormalizedRankError(boolean) - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- getNormalizedRankError(int, boolean) - Static method in class org.apache.datasketches.quantiles.DoublesSketch
-
Gets the normalized rank error given k and pmf.
- getNormalizedRankError(boolean) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getNormalizedRankError(int, boolean) - Static method in class org.apache.datasketches.quantiles.ItemsSketch
-
Gets the normalized rank error given k and pmf.
- getNormalizedRankError(boolean) - Method in interface org.apache.datasketches.quantilescommon.QuantilesAPI
-
Gets the approximate rank error of this sketch normalized as a fraction between zero and one.
- getNormalizedRankError(boolean) - Method in class org.apache.datasketches.req.ReqSketch
-
- getNormalizedRanks() - Method in class org.apache.datasketches.quantilescommon.GenericPartitionBoundaries
-
Gets an ordered array of normalized ranks of the associated array of partition boundaries utilizing
a specified search criterion.
- getNumActiveItems() - Method in class org.apache.datasketches.frequencies.ItemsSketch
-
- getNumActiveItems() - Method in class org.apache.datasketches.frequencies.LongsSketch
-
- getNumDeltaItems() - Method in class org.apache.datasketches.quantilescommon.GenericPartitionBoundaries
-
Gets the number of items to be included for each partition as an array.
- getNumHashes() - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Returns the configured number of hash functions for this BloomFilter
- getNumPartitions() - Method in class org.apache.datasketches.quantilescommon.GenericPartitionBoundaries
-
Gets the number of partitions
- getNumPoolThreads() - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Gets the number of background pool threads used for propagation in the concurrent sketches.
- getNumRetained() - Method in class org.apache.datasketches.kll.KllSketch
-
- getNumRetained() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- getNumRetained() - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getNumRetained() - Method in class org.apache.datasketches.quantilescommon.DoublesSketchSortedView
-
- getNumRetained() - Method in class org.apache.datasketches.quantilescommon.FloatsSketchSortedView
-
- getNumRetained() - Method in class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
- getNumRetained() - Method in class org.apache.datasketches.quantilescommon.LongsSketchSortedView
-
- getNumRetained() - Method in interface org.apache.datasketches.quantilescommon.QuantilesAPI
-
Gets the number of quantiles retained by the sketch.
- getNumRetained() - Method in interface org.apache.datasketches.quantilescommon.SortedView
-
Gets the number of quantiles retained by this sorted view.
- getNumRetained() - Method in class org.apache.datasketches.req.ReqSketch
-
- getNumSamples() - Method in class org.apache.datasketches.sampling.ReservoirItemsSketch
-
Returns the current number of items in the reservoir, which may be smaller than the
reservoir capacity.
- getNumSamples() - Method in class org.apache.datasketches.sampling.ReservoirLongsSketch
-
Returns the current number of items in the reservoir, which may be smaller than the reservoir
capacity.
- getNumSamples() - Method in class org.apache.datasketches.sampling.VarOptItemsSamples
-
Returns the length Copies items and weights from the sketch, if necessary, and returns the
length of
any
resulting array.
- getNumSamples() - Method in class org.apache.datasketches.sampling.VarOptItemsSketch
-
Returns the current number of items in the sketch, which may be smaller than the
sketch capacity.
- getNumValues() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
- getObject() - Method in class org.apache.datasketches.tuple.DeserializeResult
-
- getP() - Method in class org.apache.datasketches.theta.SetOperationBuilder
-
Returns the pre-sampling probability p
- getP() - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Returns the pre-sampling probability p
- getPartitionBoundariesFromNumParts(int, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- getPartitionBoundariesFromNumParts(int, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getPartitionBoundariesFromNumParts(int, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
- getPartitionBoundariesFromNumParts(int) - Method in interface org.apache.datasketches.quantilescommon.PartitioningFeature
-
This method returns an instance of
GenericPartitionBoundaries
which provides
sufficient information for the user to create the given number of equally sized partitions, where "equally sized"
refers to an approximately equal number of items per partition.
- getPartitionBoundariesFromNumParts(int, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.PartitioningFeature
-
This method returns an instance of
GenericPartitionBoundaries
which provides
sufficient information for the user to create the given number of equally sized partitions, where "equally sized"
refers to an approximately equal number of items per partition.
- getPartitionBoundariesFromPartSize(long, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- getPartitionBoundariesFromPartSize(long, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getPartitionBoundariesFromPartSize(long, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
- getPartitionBoundariesFromPartSize(long) - Method in interface org.apache.datasketches.quantilescommon.PartitioningFeature
-
This method returns an instance of
GenericPartitionBoundaries
which provides
sufficient information for the user to create the given number of equally sized partitions, where "equally sized"
refers to an approximately equal number of items per partition.
- getPartitionBoundariesFromPartSize(long, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.PartitioningFeature
-
This method returns an instance of
GenericPartitionBoundaries
which provides
sufficient information for the user to create the given number of equally sized partitions, where "equally sized"
refers to an approximately equal number of items per partition.
- getPMF(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
- getPMF(float[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
- getPMF(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- getPMF(long[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllLongsSketch
-
- getPMF(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- getPMF(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getPMF(double[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.DoublesSortedView
-
Returns an approximation to the Probability Mass Function (PMF) of the input stream
as an array of probability masses as doubles on the interval [0.0, 1.0],
given a set of splitPoints.
- getPMF(float[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.FloatsSortedView
-
Returns an approximation to the Probability Mass Function (PMF) of the input stream
as an array of probability masses as doubles on the interval [0.0, 1.0],
given a set of splitPoints.
- getPMF(T[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.GenericSortedView
-
Returns an approximation to the Probability Mass Function (PMF) of the input stream
as an array of probability masses as doubles on the interval [0.0, 1.0],
given a set of splitPoints.
- getPMF(long[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.LongsSortedView
-
Returns an approximation to the Probability Mass Function (PMF) of the input stream
as an array of probability masses as doubles on the interval [0.0, 1.0],
given a set of splitPoints.
- getPMF(double[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
- getPMF(double[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
Returns an approximation to the Probability Mass Function (PMF) of the input stream
as an array of probability masses as doubles on the interval [0.0, 1.0],
given a set of splitPoints.
- getPMF(float[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
- getPMF(float[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
Returns an approximation to the Probability Mass Function (PMF) of the input stream
as an array of probability masses as doubles on the interval [0.0, 1.0],
given a set of splitPoints.
- getPMF(T[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
- getPMF(T[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
Returns an approximation to the Probability Mass Function (PMF) of the input stream
as an array of probability masses as doubles on the interval [0.0, 1.0],
given a set of splitPoints.
- getPMF(long[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
- getPMF(long[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
Returns an approximation to the Probability Mass Function (PMF) of the input stream
as an array of probability masses as doubles on the interval [0.0, 1.0],
given a set of splitPoints.
- getPMF(float[], QuantileSearchCriteria) - Method in class org.apache.datasketches.req.ReqSketch
-
- getPostProcessor() - Method in class org.apache.datasketches.fdt.FdtSketch
-
Returns the PostProcessor that enables multiple queries against the sketch results.
- getPostProcessor(Group, char) - Method in class org.apache.datasketches.fdt.FdtSketch
-
Returns the PostProcessor that enables multiple queries against the sketch results.
- getPreInts() - Method in enum org.apache.datasketches.kll.KllSketch.SketchStructure
-
gets the Preamble Integers for this Structure.
- getPrimaryKey() - Method in class org.apache.datasketches.fdt.Group
-
- getPropagateOrderedCompact() - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Gets the Propagate Ordered Compact flag used with concurrent sketches.
- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
- getQuantile() - Method in class org.apache.datasketches.kll.KllDoublesSketchIterator
-
- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
- getQuantile() - Method in class org.apache.datasketches.kll.KllFloatsSketchIterator
-
- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- getQuantile() - Method in class org.apache.datasketches.kll.KllItemsSketchIterator
-
- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllLongsSketch
-
- getQuantile() - Method in class org.apache.datasketches.kll.KllLongsSketchIterator
-
- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- getQuantile() - Method in class org.apache.datasketches.quantiles.DoublesSketchIterator
-
- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getQuantile() - Method in class org.apache.datasketches.quantiles.ItemsSketchIterator
-
- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantilescommon.DoublesSketchSortedView
-
- getQuantile(double, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.DoublesSortedView
-
Gets the approximate quantile of the given normalized rank and the given search criterion.
- getQuantile() - Method in class org.apache.datasketches.quantilescommon.DoublesSortedViewIterator
-
Gets the quantile at the current index.
- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantilescommon.FloatsSketchSortedView
-
- getQuantile(double, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.FloatsSortedView
-
Gets the approximate quantile of the given normalized rank and the given search criterion.
- getQuantile() - Method in class org.apache.datasketches.quantilescommon.FloatsSortedViewIterator
-
Gets the quantile at the current index.
- getQuantile(double, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.GenericSortedView
-
Gets the approximate quantile of the given normalized rank and the given search criterion.
- getQuantile() - Method in class org.apache.datasketches.quantilescommon.GenericSortedViewIterator
-
Gets the quantile at the current index
This is equivalent to getQuantile(INCLUSIVE).
- getQuantile(QuantileSearchCriteria) - Method in class org.apache.datasketches.quantilescommon.GenericSortedViewIterator
-
Gets the quantile at the current index (or previous index)
based on the chosen search criterion.
- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantilescommon.LongsSketchSortedView
-
- getQuantile(double, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.LongsSortedView
-
Gets the approximate quantile of the given normalized rank and the given search criterion.
- getQuantile() - Method in class org.apache.datasketches.quantilescommon.LongsSortedViewIterator
-
Gets the quantile at the current index.
- getQuantile(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
- getQuantile(double, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
Gets the approximate quantile of the given normalized rank and the given search criterion.
- getQuantile() - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesSketchIterator
-
Gets the double quantile at the current index.
- getQuantile(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
- getQuantile(double, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
Gets the approximate quantile of the given normalized rank and the given search criterion.
- getQuantile() - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsSketchIterator
-
Gets the float quantile at the current index.
- getQuantile(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
- getQuantile(double, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
Gets the approximate quantile of the given normalized rank and the given search criterion.
- getQuantile() - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericSketchIterator
-
Gets the generic quantile at the current index.
- getQuantile(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
- getQuantile(double, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
Gets the approximate quantile of the given normalized rank and the given search criterion.
- getQuantile() - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsSketchIterator
-
Gets the long quantile at the current index.
- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.req.ReqSketch
-
- getQuantile() - Method in class org.apache.datasketches.req.ReqSketchIterator
-
- getQuantile(double) - Method in class org.apache.datasketches.tdigest.TDigestDouble
-
Compute approximate quantile value corresponding to the given normalized rank
- getQuantileLowerBound(double) - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
Gets the lower bound of the quantile confidence interval in which the quantile of the
given rank exists.
- getQuantileLowerBound(double) - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
Gets the lower bound of the quantile confidence interval in which the quantile of the
given rank exists.
- getQuantileLowerBound(double) - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- getQuantileLowerBound(double) - Method in class org.apache.datasketches.kll.KllLongsSketch
-
Gets the lower bound of the quantile confidence interval in which the quantile of the
given rank exists.
- getQuantileLowerBound(double) - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
Gets the lower bound of the quantile confidence interval in which the quantile of the
given rank exists.
- getQuantileLowerBound(double) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getQuantileLowerBound(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
Gets the lower bound of the quantile confidence interval in which the quantile of the
given rank exists.
- getQuantileLowerBound(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
Gets the lower bound of the quantile confidence interval in which the quantile of the
given rank exists.
- getQuantileLowerBound(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
Gets the lower bound of the quantile confidence interval in which the quantile of the
given rank exists.
- getQuantileLowerBound(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
Gets the lower bound of the quantile confidence interval in which the quantile of the
given rank exists.
- getQuantileLowerBound(double) - Method in class org.apache.datasketches.req.ReqSketch
-
Gets the lower bound of the quantile confidence interval in which the quantile of the
given rank exists.
- getQuantileLowerBound(double, int) - Method in class org.apache.datasketches.req.ReqSketch
-
- getQuantiles(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
- getQuantiles(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
- getQuantiles(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- getQuantiles(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllLongsSketch
-
- getQuantiles(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- getQuantiles(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getQuantiles() - Method in class org.apache.datasketches.quantilescommon.DoublesSketchSortedView
-
- getQuantiles() - Method in interface org.apache.datasketches.quantilescommon.DoublesSortedView
-
Returns an array of all retained quantiles by the sketch.
- getQuantiles() - Method in class org.apache.datasketches.quantilescommon.FloatsSketchSortedView
-
- getQuantiles() - Method in interface org.apache.datasketches.quantilescommon.FloatsSortedView
-
Returns an array of all retained quantiles by the sketch.
- getQuantiles() - Method in interface org.apache.datasketches.quantilescommon.GenericSortedView
-
Returns the full array of quantiles.
- getQuantiles(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
Gets an array of quantiles corresponding to the given array of ranks.
- getQuantiles() - Method in class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
- getQuantiles() - Method in class org.apache.datasketches.quantilescommon.LongsSketchSortedView
-
- getQuantiles() - Method in interface org.apache.datasketches.quantilescommon.LongsSortedView
-
Returns an array of all retained quantiles by the sketch.
- getQuantiles(double[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
- getQuantiles(double[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
Gets an array of quantiles from the given array of normalized ranks.
- getQuantiles(double[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
- getQuantiles(double[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
Gets an array of quantiles from the given array of normalized ranks.
- getQuantiles(double[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
- getQuantiles(double[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
Gets an array of quantiles from the given array of normalized ranks.
- getQuantiles(double[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
- getQuantiles(double[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
Gets an array of quantiles from the given array of normalized ranks.
- getQuantiles(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.req.ReqSketch
-
- getQuantileUpperBound(double) - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
Gets the upper bound of the quantile confidence interval in which the true quantile of the
given rank exists.
- getQuantileUpperBound(double) - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
Gets the upper bound of the quantile confidence interval in which the true quantile of the
given rank exists.
- getQuantileUpperBound(double) - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- getQuantileUpperBound(double) - Method in class org.apache.datasketches.kll.KllLongsSketch
-
Gets the upper bound of the quantile confidence interval in which the true quantile of the
given rank exists.
- getQuantileUpperBound(double) - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
Gets the upper bound of the quantile confidence interval in which the true quantile of the
given rank exists.
- getQuantileUpperBound(double) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getQuantileUpperBound(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
Gets the upper bound of the quantile confidence interval in which the true quantile of the
given rank exists.
- getQuantileUpperBound(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
Gets the upper bound of the quantile confidence interval in which the true quantile of the
given rank exists.
- getQuantileUpperBound(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
Gets the upper bound of the quantile confidence interval in which the true quantile of the
given rank exists.
- getQuantileUpperBound(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
Gets the upper bound of the quantile confidence interval in which the true quantile of the
given rank exists.
- getQuantileUpperBound(double) - Method in class org.apache.datasketches.req.ReqSketch
-
Gets the upper bound of the quantile confidence interval in which the true quantile of the
given rank exists.
- getQuantileUpperBound(double, int) - Method in class org.apache.datasketches.req.ReqSketch
-
- getRange(T, T, BoundsRule) - Method in interface org.apache.datasketches.partitions.SketchFillRequest
-
This is a callback request to the data source to fill a quantiles sketch
with a range of data between upper and lower bounds.
- getRank(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
- getRank(float, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
- getRank(T, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- getRank(long, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllLongsSketch
-
- getRank(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- getRank(T, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getRank(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantilescommon.DoublesSketchSortedView
-
- getRank(double, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.DoublesSortedView
-
Gets the normalized rank corresponding to the given a quantile.
- getRank(float, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantilescommon.FloatsSketchSortedView
-
- getRank(float, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.FloatsSortedView
-
Gets the normalized rank corresponding to the given a quantile.
- getRank(T, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.GenericSortedView
-
Gets the normalized rank corresponding to the given a quantile.
- getRank(T, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
- getRank(long, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantilescommon.LongsSketchSortedView
-
- getRank(long, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.LongsSortedView
-
Gets the normalized rank corresponding to the given a quantile.
- getRank(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
- getRank(double, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
Gets the normalized rank corresponding to the given a quantile.
- getRank(float) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
- getRank(float, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
Gets the normalized rank corresponding to the given a quantile.
- getRank(T) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
- getRank(T, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
Gets the normalized rank corresponding to the given a quantile.
- getRank(long) - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
- getRank(long, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
Gets the normalized rank corresponding to the given a quantile.
- getRank(float, QuantileSearchCriteria) - Method in class org.apache.datasketches.req.ReqSketch
-
- getRank(double) - Method in class org.apache.datasketches.tdigest.TDigestDouble
-
Compute approximate normalized rank of the given value.
- getRankLowerBound(double) - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
Gets the lower bound of the rank confidence interval in which the true rank of the
given rank exists.
- getRankLowerBound(double) - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
Gets the lower bound of the rank confidence interval in which the true rank of the
given rank exists.
- getRankLowerBound(double) - Method in class org.apache.datasketches.kll.KllItemsSketch
-
Gets the lower bound of the rank confidence interval in which the true rank of the
given rank exists.
- getRankLowerBound(double) - Method in class org.apache.datasketches.kll.KllLongsSketch
-
Gets the lower bound of the rank confidence interval in which the true rank of the
given rank exists.
- getRankLowerBound(double) - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
Gets the lower bound of the rank confidence interval in which the true rank of the
given rank exists.
- getRankLowerBound(double) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getRankLowerBound(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesAPI
-
Gets the lower bound of the rank confidence interval in which the true rank of the
given rank exists.
- getRankLowerBound(double) - Method in class org.apache.datasketches.req.ReqSketch
-
Gets the lower bound of the rank confidence interval in which the true rank of the
given rank exists.
- getRankLowerBound(double, int) - Method in class org.apache.datasketches.req.ReqSketch
-
- getRanks(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
- getRanks(float[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
- getRanks(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- getRanks(long[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllLongsSketch
-
- getRanks(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- getRanks(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getRanks(double[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
- getRanks(double[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
Gets an array of normalized ranks corresponding to the given array of quantiles and the given
search criterion.
- getRanks(float[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
- getRanks(float[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
Gets an array of normalized ranks corresponding to the given array of quantiles and the given
search criterion.
- getRanks(T[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
- getRanks(T[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
Gets an array of normalized ranks corresponding to the given array of quantiles and the given
search criterion.
- getRanks(long[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
- getRanks(long[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
Gets an array of normalized ranks corresponding to the given array of quantiles and the given
search criterion.
- getRanks(float[], QuantileSearchCriteria) - Method in class org.apache.datasketches.req.ReqSketch
-
- getRankUpperBound(double) - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
Gets the upper bound of the rank confidence interval in which the true rank of the
given rank exists.
- getRankUpperBound(double) - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
Gets the upper bound of the rank confidence interval in which the true rank of the
given rank exists.
- getRankUpperBound(double) - Method in class org.apache.datasketches.kll.KllItemsSketch
-
Gets the upper bound of the rank confidence interval in which the true rank of the
given rank exists.
- getRankUpperBound(double) - Method in class org.apache.datasketches.kll.KllLongsSketch
-
Gets the upper bound of the rank confidence interval in which the true rank of the
given rank exists.
- getRankUpperBound(double) - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
Gets the upper bound of the rank confidence interval in which the true rank of the
given rank exists.
- getRankUpperBound(double) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getRankUpperBound(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesAPI
-
Gets the upper bound of the rank confidence interval in which the true rank of the
given rank exists.
- getRankUpperBound(double) - Method in class org.apache.datasketches.req.ReqSketch
-
Gets the upper bound of the rank confidence interval in which the true rank of the
given rank exists.
- getRankUpperBound(double, int) - Method in class org.apache.datasketches.req.ReqSketch
-
- getReqDebug() - Method in class org.apache.datasketches.req.ReqSketchBuilder
-
Gets the builder configured ReqDebug
- getResizeFactor() - Method in class org.apache.datasketches.theta.SetOperationBuilder
-
Returns the Resize Factor
- getResizeFactor() - Method in class org.apache.datasketches.theta.UpdateSketch
-
Returns the configured ResizeFactor
- getResizeFactor() - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Returns the Resize Factor
- getResizeFactor() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
-
Gets the configured resize factor
- getResult() - Method in class org.apache.datasketches.cpc.CpcUnion
-
Returns the result of union operations as a CPC sketch.
- getResult(int[], int, int, char) - Method in class org.apache.datasketches.fdt.FdtSketch
-
Returns an ordered List of Groups of the most frequent distinct population of subset tuples
represented by the count of entries of each group.
- getResult() - Method in class org.apache.datasketches.hll.Union
-
Return the result of this union operator as an HLL_4 sketch.
- getResult(TgtHllType) - Method in class org.apache.datasketches.hll.Union
-
Return the result of this union operator with the specified
TgtHllType
- getResult() - Method in class org.apache.datasketches.quantiles.DoublesUnion
-
Gets the result of this Union as an UpdateDoublesSketch, which enables further update
operations on the resulting sketch.
- getResult(WritableMemory) - Method in class org.apache.datasketches.quantiles.DoublesUnion
-
Places the result of this Union into the provided memory as an UpdateDoublesSketch,
which enables further update operations on the resulting sketch.
- getResult() - Method in class org.apache.datasketches.quantiles.ItemsUnion
-
Gets the result of this Union operation as a copy of the internal state.
- getResult() - Method in class org.apache.datasketches.sampling.EbppsItemsSketch
-
Returns a copy of the current sample.
- getResult() - Method in class org.apache.datasketches.sampling.ReservoirItemsUnion
-
Returns a sketch representing the current state of the union.
- getResult() - Method in class org.apache.datasketches.sampling.ReservoirLongsUnion
-
Returns a sketch representing the current state of the union.
- getResult() - Method in class org.apache.datasketches.sampling.VarOptItemsUnion
-
Gets the varopt sketch resulting from the union of any input sketches.
- getResult(boolean) - Method in class org.apache.datasketches.theta.AnotB
-
- getResult(boolean, WritableMemory, boolean) - Method in class org.apache.datasketches.theta.AnotB
-
- getResult() - Method in class org.apache.datasketches.theta.Intersection
-
Gets the result of this operation as an ordered CompactSketch on the Java heap.
- getResult(boolean, WritableMemory) - Method in class org.apache.datasketches.theta.Intersection
-
Gets the result of this operation as a CompactSketch in the given dstMem.
- getResult() - Method in class org.apache.datasketches.theta.Union
-
Gets the result of this operation as an ordered CompactSketch on the Java heap.
- getResult(boolean, WritableMemory) - Method in class org.apache.datasketches.theta.Union
-
Gets the result of this operation as a CompactSketch of the chosen form.
- getResult(boolean) - Method in class org.apache.datasketches.tuple.AnotB
-
- getResult() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesAnotB
-
Gets the result of this operation in the form of a ArrayOfDoublesCompactSketch
- getResult(WritableMemory) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesAnotB
-
Gets the result of this operation in the form of a ArrayOfDoublesCompactSketch
- getResult() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesAnotBImpl
-
- getResult(WritableMemory) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesAnotBImpl
-
- getResult() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesIntersection
-
Gets the internal set as an on-heap compact sketch.
- getResult(WritableMemory) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesIntersection
-
Gets the result of stateful intersections so far.
- getResult(WritableMemory) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUnion
-
Returns the resulting union in the form of a compact sketch
- getResult() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUnion
-
Returns the resulting union in the form of a compact sketch
- getResult() - Method in class org.apache.datasketches.tuple.Intersection
-
Gets the internal set as an unordered CompactSketch
- getResult() - Method in class org.apache.datasketches.tuple.Union
-
Gets the result of a sequence of stateful union operations as an unordered CompactSketch
- getResult(boolean) - Method in class org.apache.datasketches.tuple.Union
-
Gets the result of a sequence of stateful union operations as an unordered CompactSketch.
- getResultAndReset() - Method in class org.apache.datasketches.quantiles.DoublesUnion
-
Gets the result of this Union as an UpdateDoublesSketch, which enables further update
operations on the resulting sketch.
- getResultAndReset() - Method in class org.apache.datasketches.quantiles.ItemsUnion
-
Gets the result of this Union operation (without a copy) and resets this Union to the
virgin state.
- getRetainedEntries() - Method in class org.apache.datasketches.theta.Sketch
-
Returns the number of valid entries that have been retained by the sketch.
- getRetainedEntries(boolean) - Method in class org.apache.datasketches.theta.Sketch
-
Returns the number of entries that have been retained by the sketch.
- getRetainedEntries() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
- getRetainedEntries() - Method in class org.apache.datasketches.tuple.CompactSketch
-
- getRetainedEntries() - Method in class org.apache.datasketches.tuple.Sketch
-
- getRF(int) - Static method in enum org.apache.datasketches.common.ResizeFactor
-
Returns the Resize Factor given the Log-base 2 of the Resize Factor
- getRowHeader() - Static method in class org.apache.datasketches.frequencies.ItemsSketch.Row
-
- getRowHeader() - Static method in class org.apache.datasketches.frequencies.LongsSketch.Row
-
- getRse() - Method in class org.apache.datasketches.fdt.Group
-
- getSamples() - Method in class org.apache.datasketches.sampling.ReservoirItemsSketch
-
Returns a copy of the items in the reservoir, or null if empty.
- getSamples(Class<?>) - Method in class org.apache.datasketches.sampling.ReservoirItemsSketch
-
Returns a copy of the items in the reservoir as members of Class clazz, or null
if empty.
- getSamples() - Method in class org.apache.datasketches.sampling.ReservoirLongsSketch
-
Returns a copy of the items in the reservoir.
- getSamplingProbability() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
-
Gets the configured sampling probability
- getSearchCriteria() - Method in class org.apache.datasketches.quantilescommon.GenericPartitionBoundaries
-
Gets the search criteria specified for the source sketch
- getSeed() - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Returns the hash seed for this BloomFilter.
- getSeed() - Method in class org.apache.datasketches.theta.SetOperationBuilder
-
Returns the seed
- getSeed() - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Returns the seed
- getSerializationVersion(Memory) - Static method in class org.apache.datasketches.theta.Sketch
-
Returns the serialization version from the given Memory
- getSerializationVersion(Memory) - Static method in class org.apache.datasketches.theta.Sketches
-
- getSerializedFilterSize(long) - Static method in class org.apache.datasketches.filters.bloomfilter.BloomFilterBuilder
-
Returns the minimum memory size, in bytes, needed for a serialized BloomFilter with the given number of bits.
- getSerializedFilterSizeByAccuracy(long, double) - Static method in class org.apache.datasketches.filters.bloomfilter.BloomFilterBuilder
-
Returns the minimum memory size, in bytes, needed for a serialized BloomFilter with an optimal number of bits
and hash functions for the given inputs.
- getSerializedSize(long) - Static method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Returns the serialized length of a non-empty BloomFilter of the given size, in bytes
- getSerializedSizeBytes() - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Returns the length of this BloomFilter when serialized, in bytes
- getSerializedSizeBytes() - Method in class org.apache.datasketches.kll.KllSketch
-
Returns the current number of bytes this Sketch would require if serialized in compact form.
- getSerializedSizeBytes() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- getSerializedSizeBytes() - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
Returns the current number of bytes this Sketch would require if serialized.
- getSerializedSizeBytes() - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
Returns the current number of bytes this Sketch would require if serialized.
- getSerializedSizeBytes() - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
Returns the current number of bytes this Sketch would require if serialized.
- getSerializedSizeBytes() - Method in class org.apache.datasketches.req.ReqSketch
-
- getSerializedSizeBytes(ArrayOfItemsSerDe<? super T>) - Method in class org.apache.datasketches.sampling.EbppsItemsSketch
-
Returns the size of a byte array representation of this sketch.
- getSerializedSizeBytes(ArrayOfItemsSerDe<? super T>, Class<?>) - Method in class org.apache.datasketches.sampling.EbppsItemsSketch
-
Returns the length of a byte array representation of this sketch.
- getSerVer() - Method in enum org.apache.datasketches.kll.KllSketch.SketchStructure
-
gets the Serialization Version for this Structure.
- getShortBE(byte[], int) - Static method in class org.apache.datasketches.common.ByteArrayUtil
-
Get a short from the given byte array starting at the given offset
in big endian order.
- getShortLE(byte[], int) - Static method in class org.apache.datasketches.common.ByteArrayUtil
-
Get a short from the given byte array starting at the given offset
in little endian order.
- getSize() - Method in class org.apache.datasketches.tuple.DeserializeResult
-
- getSketchSamples() - Method in class org.apache.datasketches.sampling.VarOptItemsSketch
-
Gets a result iterator object.
- getSketchStructure(int, int) - Static method in enum org.apache.datasketches.kll.KllSketch.SketchStructure
-
gets the SketchStructure given preInts and serVer.
- getSketchType(Memory) - Static method in class org.apache.datasketches.tuple.SerializerDeserializer
-
Gets the sketch type byte from the given Memory image
- getSortedView() - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
- getSortedView() - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
- getSortedView() - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- getSortedView() - Method in class org.apache.datasketches.kll.KllLongsSketch
-
- getSortedView() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- getSortedView() - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- getSortedView() - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
Gets the sorted view of this sketch
- getSortedView() - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
Gets the sorted view of this sketch
- getSortedView() - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
Gets the sorted view of this sketch
- getSortedView() - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
Gets the sorted view of this sketch
- getSortedView() - Method in class org.apache.datasketches.req.ReqSketch
-
- getStartingCapacity(int, int) - Static method in class org.apache.datasketches.tuple.Util
-
Gets the starting capacity of a new sketch given the Nominal Entries and the log Resize Factor.
- getStorageBytes() - Method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns the number of bytes required to store this sketch as an array of bytes.
- getStreamLength() - Method in class org.apache.datasketches.frequencies.ItemsSketch
-
Returns the sum of the frequencies in the stream seen so far by the sketch
- getStreamLength() - Method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns the sum of the frequencies (weights or counts) in the stream seen so far by the sketch
- getSummary() - Method in class org.apache.datasketches.tuple.TupleSketchIterator
-
Gets a Summary object from the current entry in the sketch.
- getSummaryFactory() - Method in class org.apache.datasketches.tuple.Sketch
-
Gets the Summary Factory class of type S
- getTgtHllType() - Method in class org.apache.datasketches.hll.HllSketch
-
- getTgtHllType() - Method in class org.apache.datasketches.hll.Union
-
- getTheta() - Method in class org.apache.datasketches.theta.Sketch
-
Gets the value of theta as a double with a value between zero and one
- getTheta() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
Gets the value of theta as a double between zero and one
- getTheta() - Method in class org.apache.datasketches.tuple.Sketch
-
Gets the value of theta as a double between zero and one
- getThetaLong() - Method in class org.apache.datasketches.theta.Sketch
-
Gets the value of theta as a long
- getThetaLong() - Method in class org.apache.datasketches.tuple.Sketch
-
Returns Theta as a long
- getTotalSketchWeight() - Method in class org.apache.datasketches.sampling.SampleSubsetSummary
-
- getTotalWeight() - Method in class org.apache.datasketches.tdigest.TDigestDouble
-
- getUnionAction() - Method in enum org.apache.datasketches.thetacommon.SetOperationCornerCases.CornerCase
-
- getUpdatableSerializationBytes() - Method in class org.apache.datasketches.hll.HllSketch
-
- getUpdatableSerializationBytes() - Method in class org.apache.datasketches.hll.Union
-
- getUpdatableStorageBytes(int, long) - Static method in class org.apache.datasketches.quantiles.DoublesSketch
-
Returns the number of bytes a sketch would require to store in updatable form.
- getUpperBound(int) - Method in class org.apache.datasketches.cpc.CpcSketch
-
Returns the best estimate of the upper bound of the confidence interval given kappa,
the number of standard deviations from the mean.
- getUpperBound(int) - Method in class org.apache.datasketches.cpc.CpcWrapper
-
Returns the best estimate of the upper bound of the confidence interval given kappa,
the number of standard deviations from the mean.
- getUpperBound() - Method in class org.apache.datasketches.fdt.Group
-
- getUpperBound(T) - Method in class org.apache.datasketches.frequencies.ItemsSketch
-
Gets the guaranteed upper bound frequency of the given item.
- getUpperBound() - Method in class org.apache.datasketches.frequencies.ItemsSketch.Row
-
- getUpperBound(long) - Method in class org.apache.datasketches.frequencies.LongsSketch
-
Gets the guaranteed upper bound frequency of the given item.
- getUpperBound() - Method in class org.apache.datasketches.frequencies.LongsSketch.Row
-
- getUpperBound(int) - Method in class org.apache.datasketches.hll.HllSketch
-
- getUpperBound(int) - Method in class org.apache.datasketches.hll.Union
-
- getUpperBound(byte[]) - Method in class org.apache.datasketches.hllmap.UniqueCountMap
-
- getUpperBound() - Method in class org.apache.datasketches.sampling.SampleSubsetSummary
-
- getUpperBound(int) - Method in class org.apache.datasketches.theta.Sketch
-
Gets the approximate upper error bound given the specified number of Standard Deviations.
- getUpperBound(int, Memory) - Static method in class org.apache.datasketches.theta.Sketches
-
Gets the approximate upper error bound from a valid memory image of a Sketch
given the specified number of Standard Deviations.
- getUpperBound(long, double, int, boolean) - Static method in class org.apache.datasketches.thetacommon.BinomialBoundsN
-
Returns the approximate upper bound value
- getUpperBound(int) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
Gets the approximate upper error bound given the specified number of Standard Deviations.
- getUpperBound(int) - Method in class org.apache.datasketches.tuple.Sketch
-
Gets the approximate upper error bound given the specified number of Standard Deviations.
- getUpperBound(int, int) - Method in class org.apache.datasketches.tuple.Sketch
-
Gets the estimate of the upper bound of the true distinct population represented by the count
of entries in a subset of the total retained entries of the sketch.
- getUpperBoundForBoverA(long, long, double) - Static method in class org.apache.datasketches.common.BoundsOnRatiosInSampledSets
-
Return the approximate upper bound based on a 95% confidence interval
- getUpperBoundForBoverA(Sketch, Sketch) - Static method in class org.apache.datasketches.thetacommon.BoundsOnRatiosInThetaSketchedSets
-
Gets the approximate upper bound for B over A based on a 95% confidence interval
- getUpperBoundForBoverA(Sketch<S>, Sketch<S>) - Static method in class org.apache.datasketches.thetacommon.BoundsOnRatiosInTupleSketchedSets
-
Gets the approximate upper bound for B over A based on a 95% confidence interval
- getUpperBoundForBoverA(Sketch<S>, Sketch) - Static method in class org.apache.datasketches.thetacommon.BoundsOnRatiosInTupleSketchedSets
-
Gets the approximate upper bound for B over A based on a 95% confidence interval
- getValue() - Method in enum org.apache.datasketches.common.ResizeFactor
-
Returns the Resize Factor
- getValue() - Method in class org.apache.datasketches.tuple.adouble.DoubleSummary
-
- getValue() - Method in class org.apache.datasketches.tuple.aninteger.IntegerSummary
-
- getValue() - Method in class org.apache.datasketches.tuple.strings.ArrayOfStringsSummary
-
- getValues() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
- getValues() - Method in interface org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketchIterator
-
Gets an array of values from the current entry in the sketch.
- getWeight() - Method in class org.apache.datasketches.kll.KllSketchIterator
-
- getWeight() - Method in class org.apache.datasketches.quantiles.DoublesSketchIterator
-
- getWeight() - Method in class org.apache.datasketches.quantiles.ItemsSketchIterator
-
- getWeight() - Method in interface org.apache.datasketches.quantilescommon.QuantilesSketchIterator
-
Gets the natural weight at the current index.
- getWeight() - Method in class org.apache.datasketches.quantilescommon.SortedViewIterator
-
Gets the weight contribution of the item at the current index.
- getWeight() - Method in class org.apache.datasketches.req.ReqSketchIterator
-
- getWeight() - Method in class org.apache.datasketches.sampling.VarOptItemsSamples.WeightedSample
-
Accesses the iterator's current weight value
- gpb - Variable in class org.apache.datasketches.partitions.Partitioner.StackElement
-
A reference to the relevant GenericPartitionBoundaries class
- Group - Class in org.apache.datasketches.fdt
-
Defines a Group from a Frequent Distinct Tuple query.
- Group() - Constructor for class org.apache.datasketches.fdt.Group
-
Construct an empty Group
- hash(long, long) - Static method in class org.apache.datasketches.hash.MurmurHash3
-
Hash the given long.
- hash(long[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3
-
Hash the given long[] array.
- hash(long[], int, int, long) - Static method in class org.apache.datasketches.hash.MurmurHash3
-
Hash a portion of the given long[] array.
- hash(int[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3
-
Hash the given int[] array.
- hash(int[], int, int, long) - Static method in class org.apache.datasketches.hash.MurmurHash3
-
Hash a portion of the given int[] array.
- hash(char[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3
-
Hash the given char[] array.
- hash(char[], int, int, long) - Static method in class org.apache.datasketches.hash.MurmurHash3
-
Hash a portion of the given char[] array.
- hash(byte[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3
-
Hash the given byte[] array.
- hash(byte[], int, int, long) - Static method in class org.apache.datasketches.hash.MurmurHash3
-
Hash a portion of the given byte[] array.
- hash(ByteBuffer, long) - Static method in class org.apache.datasketches.hash.MurmurHash3
-
Hash the remaining bytes of the given ByteBuffer starting at position().
- hash(Memory, long) - Static method in class org.apache.datasketches.hash.MurmurHash3
-
Hash the given Memory.
- hash(Memory, long, long, long) - Static method in class org.apache.datasketches.hash.XxHash
-
Compute the hash of the given Memory object.
- hash(long, long) - Static method in class org.apache.datasketches.hash.XxHash
-
Returns a 64-bit hash.
- hashArrayInsert(long[], long[], int, long) - Static method in class org.apache.datasketches.thetacommon.HashOperations
-
Inserts the given long array into the given OADH hashTable of the target size,
ignores duplicates and counts the values inserted.
- hashCode() - Method in class org.apache.datasketches.fdt.Group
-
- hashCode() - Method in class org.apache.datasketches.frequencies.ItemsSketch.Row
-
This hashCode is computed only from the Row.getEstimate() value.
- hashCode() - Method in class org.apache.datasketches.frequencies.LongsSketch.Row
-
This hashCode is computed only from the Row.getEstimate() value.
- hashCode() - Method in class org.apache.datasketches.tuple.strings.ArrayOfStringsSummary
-
- hashInsertOnly(long[], int, long) - Static method in class org.apache.datasketches.thetacommon.HashOperations
-
This is a classical Knuth-style Open Addressing, Double Hash (OADH) insert scheme for on-heap.
- hashInsertOnlyMemory(WritableMemory, int, long, int) - Static method in class org.apache.datasketches.thetacommon.HashOperations
-
This is a classical Knuth-style Open Addressing, Double Hash (OADH) insert scheme for Memory.
- HashIterator - Interface in org.apache.datasketches.theta
-
This is used to iterate over the retained hash values of the Theta sketch.
- HashOperations - Class in org.apache.datasketches.thetacommon
-
Helper class for the common hash table methods.
- hashSearch(long[], int, long) - Static method in class org.apache.datasketches.thetacommon.HashOperations
-
This is a classical Knuth-style Open Addressing, Double Hash (OADH) search scheme for on-heap.
- hashSearchMemory(Memory, int, long, int) - Static method in class org.apache.datasketches.thetacommon.HashOperations
-
This is a classical Knuth-style Open Addressing, Double Hash (OADH) search scheme for Memory.
- hashSearchOrInsert(long[], int, long) - Static method in class org.apache.datasketches.thetacommon.HashOperations
-
This is a classical Knuth-style Open Addressing, Double Hash (OADH) insert scheme for on-heap.
- hashSearchOrInsertMemory(WritableMemory, int, long, int) - Static method in class org.apache.datasketches.thetacommon.HashOperations
-
This is a classical Knuth-style Open Addressing, Double Hash insert scheme, but inserts
values directly into a Memory.
- hashToBytes(long, long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
-
Hash a long and long seed.
- hashToBytes(long[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
-
Hash a long[] and long seed.
- hashToBytes(int[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
-
Hash an int[] and long seed.
- hashToBytes(char[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
-
Hash a char[] and long seed.
- hashToBytes(byte[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
-
Hash a byte[] and long seed.
- hashToBytes(double, long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
-
Hash a double and long seed.
- hashToBytes(String, long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
-
Hash a String and long seed.
- hashToLongs(long, long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
-
Hash a long and long seed.
- hashToLongs(long[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
-
Hash a long[] and long seed.
- hashToLongs(int[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
-
Hash a int[] and long seed.
- hashToLongs(char[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
-
Hash a char[] and long seed.
- hashToLongs(byte[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
-
Hash a byte[] and long seed.
- hashToLongs(double, long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
-
Hash a double and long seed.
- hashToLongs(String, long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
-
Hash a String and long seed.
- hasMemory() - Method in interface org.apache.datasketches.common.MemoryStatus
-
Returns true if this object's internal data is backed by a Memory object,
which may be on-heap or off-heap.
- hasMemory() - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Returns whether the filter has a backing Memory object
- hasMemory() - Method in class org.apache.datasketches.filters.bloomfilter.DirectBitArrayR
-
- hasMemory() - Method in class org.apache.datasketches.kll.KllSketch
-
- hasMemory() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- hasMemory() - Method in class org.apache.datasketches.quantiles.DoublesUnion
-
Returns true if this union's data structure is backed by Memory or WritableMemory.
- hasMemory() - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- hasMemory() - Method in interface org.apache.datasketches.quantilescommon.QuantilesAPI
-
Returns true if this sketch's data structure is backed by Memory or WritableMemory.
- hasMemory() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
Returns true if this sketch's data structure is backed by Memory or WritableMemory.
- hasNext() - Method in class org.apache.datasketches.sampling.VarOptItemsSamples.VarOptItemsIterator
-
- hasResult() - Method in class org.apache.datasketches.theta.Intersection
-
Returns true if there is a valid intersection result available
- hasResult() - Method in class org.apache.datasketches.tuple.Intersection
-
Returns true if there is a valid intersection result available
- heapify(Memory) - Static method in class org.apache.datasketches.cpc.CpcSketch
-
Return the given Memory as a CpcSketch on the Java heap using the DEFAULT_UPDATE_SEED.
- heapify(byte[]) - Static method in class org.apache.datasketches.cpc.CpcSketch
-
Return the given byte array as a CpcSketch on the Java heap using the DEFAULT_UPDATE_SEED.
- heapify(Memory, long) - Static method in class org.apache.datasketches.cpc.CpcSketch
-
Return the given Memory as a CpcSketch on the Java heap.
- heapify(byte[], long) - Static method in class org.apache.datasketches.cpc.CpcSketch
-
Return the given byte array as a CpcSketch on the Java heap.
- heapify(Memory) - Static method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Reads a serialized image of a BloomFilter from the provided Memory
- heapify(byte[]) - Static method in class org.apache.datasketches.hll.HllSketch
-
Heapify the given byte array, which must be a valid HllSketch image and may have data.
- heapify(Memory) - Static method in class org.apache.datasketches.hll.HllSketch
-
Heapify the given Memory, which must be a valid HllSketch image and may have data.
- heapify(byte[]) - Static method in class org.apache.datasketches.hll.Union
-
Construct a union operator populated with the given byte array image of an HllSketch.
- heapify(Memory) - Static method in class org.apache.datasketches.hll.Union
-
Construct a union operator populated with the given Memory image of an HllSketch.
- heapify(Memory) - Static method in class org.apache.datasketches.kll.KllDoublesSketch
-
Factory heapify takes a compact sketch image in Memory and instantiates an on-heap sketch.
- heapify(Memory) - Static method in class org.apache.datasketches.kll.KllFloatsSketch
-
Factory heapify takes a compact sketch image in Memory and instantiates an on-heap sketch.
- heapify(Memory, Comparator<? super T>, ArrayOfItemsSerDe<T>) - Static method in class org.apache.datasketches.kll.KllItemsSketch
-
Factory heapify takes a compact sketch image in Memory and instantiates an on-heap sketch.
- heapify(Memory) - Static method in class org.apache.datasketches.kll.KllLongsSketch
-
Factory heapify takes a compact sketch image in Memory and instantiates an on-heap sketch.
- heapify(Memory) - Static method in class org.apache.datasketches.quantiles.CompactDoublesSketch
-
- heapify(Memory) - Static method in class org.apache.datasketches.quantiles.DoublesSketch
-
Heapify takes the sketch image in Memory and instantiates an on-heap Sketch.
- heapify(DoublesSketch) - Static method in class org.apache.datasketches.quantiles.DoublesUnion
-
Returns a Heap Union object that has been initialized with the data from the given sketch.
- heapify(Memory) - Static method in class org.apache.datasketches.quantiles.DoublesUnion
-
Returns a Heap Union object that has been initialized with the data from the given memory
image of a sketch.
- heapify(Memory) - Static method in class org.apache.datasketches.quantiles.UpdateDoublesSketch
-
- heapify(Memory) - Static method in class org.apache.datasketches.req.ReqSketch
-
Returns an ReqSketch on the heap from a Memory image of the sketch.
- heapify(Memory, ArrayOfItemsSerDe<T>) - Static method in class org.apache.datasketches.sampling.EbppsItemsSketch
-
Returns a sketch instance of this class from the given srcMem,
which must be a Memory representation of this sketch class.
- heapify(Memory, ArrayOfItemsSerDe<T>) - Static method in class org.apache.datasketches.sampling.ReservoirItemsSketch
-
Returns a sketch instance of this class from the given srcMem,
which must be a Memory representation of this sketch class.
- heapify(Memory, ArrayOfItemsSerDe<T>) - Static method in class org.apache.datasketches.sampling.ReservoirItemsUnion
-
Instantiates a Union from Memory
- heapify(Memory) - Static method in class org.apache.datasketches.sampling.ReservoirLongsSketch
-
Returns a sketch instance of this class from the given srcMem, which must be a Memory
representation of this sketch class.
- heapify(Memory) - Static method in class org.apache.datasketches.sampling.ReservoirLongsUnion
-
Instantiates a Union from Memory
- heapify(Memory, ArrayOfItemsSerDe<T>) - Static method in class org.apache.datasketches.sampling.VarOptItemsSketch
-
Returns a sketch instance of this class from the given srcMem,
which must be a Memory representation of this sketch class.
- heapify(Memory, ArrayOfItemsSerDe<T>) - Static method in class org.apache.datasketches.sampling.VarOptItemsUnion
-
Instantiates a Union from Memory
- heapify(Memory) - Static method in class org.apache.datasketches.tdigest.TDigestDouble
-
Deserialize TDigest from a given memory.
- heapify(Memory, boolean) - Static method in class org.apache.datasketches.tdigest.TDigestDouble
-
Deserialize TDigest from a given memory.
- heapify(Memory) - Static method in class org.apache.datasketches.theta.CompactSketch
-
Heapify takes a CompactSketch image in Memory and instantiates an on-heap CompactSketch.
- heapify(Memory, long) - Static method in class org.apache.datasketches.theta.CompactSketch
-
Heapify takes a CompactSketch image in Memory and instantiates an on-heap CompactSketch.
- heapify(Memory) - Static method in class org.apache.datasketches.theta.SetOperation
-
Heapify takes the SetOperations image in Memory and instantiates an on-heap
SetOperation using the
Default Update Seed.
- heapify(Memory, long) - Static method in class org.apache.datasketches.theta.SetOperation
-
Heapify takes the SetOperation image in Memory and instantiates an on-heap
SetOperation using the given expectedSeed.
- heapify(Memory) - Static method in class org.apache.datasketches.theta.Sketch
-
Heapify takes the sketch image in Memory and instantiates an on-heap Sketch.
- heapify(Memory, long) - Static method in class org.apache.datasketches.theta.Sketch
-
Heapify takes the sketch image in Memory and instantiates an on-heap Sketch.
- heapify(Memory) - Static method in class org.apache.datasketches.theta.UpdateSketch
-
Instantiates an on-heap UpdateSketch from Memory.
- heapify(Memory, long) - Static method in class org.apache.datasketches.theta.UpdateSketch
-
Instantiates an on-heap UpdateSketch from Memory.
- heapify(Memory) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
Heapify the given Memory as an ArrayOfDoublesSketch
- heapify(Memory, long) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
Heapify the given Memory and seed as a ArrayOfDoublesSketch
- heapify(Memory) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUnion
-
Heapify the given Memory as an ArrayOfDoublesUnion
- heapify(Memory, long) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUnion
-
Heapify the given Memory and seed as an ArrayOfDoublesUnion
- heapify(Memory) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
-
Heapify the given Memory as an ArrayOfDoublesUpdatableSketch
- heapify(Memory, long) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
-
Heapify the given Memory and seed as a ArrayOfDoublesUpdatableSketch
- heapifyCompactSketch(Memory) - Static method in class org.apache.datasketches.theta.Sketches
-
- heapifyCompactSketch(Memory, long) - Static method in class org.apache.datasketches.theta.Sketches
-
- heapifySetOperation(Memory) - Static method in class org.apache.datasketches.theta.Sketches
-
- heapifySetOperation(Memory, long) - Static method in class org.apache.datasketches.theta.Sketches
-
- heapifySketch(Memory) - Static method in class org.apache.datasketches.theta.Sketches
-
- heapifySketch(Memory, long) - Static method in class org.apache.datasketches.theta.Sketches
-
- heapifySketch(Memory) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketches
-
Heapify the given Memory as an ArrayOfDoublesSketch
- heapifySketch(Memory, long) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketches
-
Heapify the given Memory and seed as a ArrayOfDoublesSketch
- heapifySketch(Memory, SummaryDeserializer<S>) - Static method in class org.apache.datasketches.tuple.Sketches
-
Instantiate a Sketch from a given Memory.
- heapifySummary(Memory) - Method in class org.apache.datasketches.tuple.adouble.DoubleSummaryDeserializer
-
- heapifySummary(Memory) - Method in class org.apache.datasketches.tuple.aninteger.IntegerSummaryDeserializer
-
- heapifySummary(Memory) - Method in class org.apache.datasketches.tuple.strings.ArrayOfStringsSummaryDeserializer
-
- heapifySummary(Memory) - Method in interface org.apache.datasketches.tuple.SummaryDeserializer
-
This is to create an instance of a Summary given a serialized representation.
- heapifyUnion(Memory) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketches
-
Heapify the given Memory as an ArrayOfDoublesUnion
- heapifyUnion(Memory, long) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketches
-
Heapify the given Memory and seed as an ArrayOfDoublesUnion
- heapifyUpdatableSketch(Memory) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketches
-
Heapify the given Memory as an ArrayOfDoublesUpdatableSketch
- heapifyUpdatableSketch(Memory, long) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketches
-
Heapify the given Memory and seed as a ArrayOfDoublesUpdatableSketch
- heapifyUpdatableSketch(Memory, SummaryDeserializer<S>, SummaryFactory<S>) - Static method in class org.apache.datasketches.tuple.Sketches
-
Instantiate UpdatableSketch from a given Memory
- heapifyUpdateSketch(Memory) - Static method in class org.apache.datasketches.theta.Sketches
-
- heapifyUpdateSketch(Memory, long) - Static method in class org.apache.datasketches.theta.Sketches
-
- HllSketch - Class in org.apache.datasketches.hll
-
The HllSketch is actually a collection of compact implementations of Phillipe Flajolet’s HyperLogLog (HLL)
sketch but with significantly improved error behavior and excellent speed performance.
- HllSketch() - Constructor for class org.apache.datasketches.hll.HllSketch
-
Constructs a new on-heap sketch with the default lgConfigK and tgtHllType.
- HllSketch(int) - Constructor for class org.apache.datasketches.hll.HllSketch
-
Constructs a new on-heap sketch with the default tgtHllType.
- HllSketch(int, TgtHllType) - Constructor for class org.apache.datasketches.hll.HllSketch
-
Constructs a new on-heap sketch with the type of HLL sketch to configure.
- HllSketch(int, TgtHllType, WritableMemory) - Constructor for class org.apache.datasketches.hll.HllSketch
-
Constructs a new sketch with the type of HLL sketch to configure and the given
WritableMemory as the destination for the sketch.
- idToFamily(int) - Static method in enum org.apache.datasketches.common.Family
-
Returns the Family given the ID
- includeDoublesMinMax(double[], long[], double, double) - Static method in class org.apache.datasketches.quantilescommon.IncludeMinMax
-
The logic to include the min and max of type double.
- includeFloatsMinMax(float[], long[], float, float) - Static method in class org.apache.datasketches.quantilescommon.IncludeMinMax
-
The logic to include the min and max of type float.
- includeItemsMinMax(T[], long[], T, T, Comparator<? super T>) - Static method in class org.apache.datasketches.quantilescommon.IncludeMinMax
-
The logic to include the min and max of type T.
- includeLongsMinMax(long[], long[], long, long) - Static method in class org.apache.datasketches.quantilescommon.IncludeMinMax
-
The logic to include the min and max of type double.
- IncludeMinMax - Class in org.apache.datasketches.quantilescommon
-
This class reinserts the min and max values into the sorted view arrays as required.
- IncludeMinMax() - Constructor for class org.apache.datasketches.quantilescommon.IncludeMinMax
-
- IncludeMinMax.DoublesPair - Class in org.apache.datasketches.quantilescommon
-
A simple structure to hold a pair of arrays
- IncludeMinMax.FloatsPair - Class in org.apache.datasketches.quantilescommon
-
A simple structure to hold a pair of arrays
- IncludeMinMax.ItemsPair<T> - Class in org.apache.datasketches.quantilescommon
-
A simple structure to hold a pair of arrays
- IncludeMinMax.LongsPair - Class in org.apache.datasketches.quantilescommon
-
A simple structure to hold a pair of arrays
- index - Variable in class org.apache.datasketches.kll.KllSketchIterator
-
- index - Variable in class org.apache.datasketches.quantilescommon.SortedViewIterator
-
- InequalitySearch - Enum in org.apache.datasketches.quantilescommon
-
This provides efficient, unique and unambiguous binary searching for inequality comparison criteria
for ordered arrays of values that may include duplicate values.
- init(String, int, double, double, double, double, double) - Method in class org.apache.datasketches.fdt.Group
-
Specifies the parameters to be listed as columns
- initializeByAccuracy(long, double, WritableMemory) - Static method in class org.apache.datasketches.filters.bloomfilter.BloomFilterBuilder
-
Creates a new BloomFilter with an optimal number of bits and hash functions for the given inputs,
using a random base seed for the hash function and writing into the provided WritableMemory.
- initializeByAccuracy(long, double, long, WritableMemory) - Static method in class org.apache.datasketches.filters.bloomfilter.BloomFilterBuilder
-
Creates a new BloomFilter with an optimal number of bits and hash functions for the given inputs,
using the provided base seed for the hash function and writing into the provided WritableMemory.
- initializeBySize(long, int, WritableMemory) - Static method in class org.apache.datasketches.filters.bloomfilter.BloomFilterBuilder
-
Initializes a BloomFilter with given number of bits and number of hash functions,
using a random base seed for the hash function and writing into the provided WritableMemory.
- initializeBySize(long, int, long, WritableMemory) - Static method in class org.apache.datasketches.filters.bloomfilter.BloomFilterBuilder
-
Initializes a BloomFilter with given number of bits and number of hash functions,
using the provided base seed for the hash function and writing into the provided WritableMemory.
- IntegerSketch - Class in org.apache.datasketches.tuple.aninteger
-
- IntegerSketch(int, IntegerSummary.Mode) - Constructor for class org.apache.datasketches.tuple.aninteger.IntegerSketch
-
Constructs this sketch with given lgK.
- IntegerSketch(int, int, float, IntegerSummary.Mode) - Constructor for class org.apache.datasketches.tuple.aninteger.IntegerSketch
-
Creates this sketch with the following parameters:
- IntegerSketch(Memory, IntegerSummary.Mode) - Constructor for class org.apache.datasketches.tuple.aninteger.IntegerSketch
-
- IntegerSummary - Class in org.apache.datasketches.tuple.aninteger
-
Summary for generic tuple sketches of type Integer.
- IntegerSummary(IntegerSummary.Mode) - Constructor for class org.apache.datasketches.tuple.aninteger.IntegerSummary
-
Creates an instance of IntegerSummary with a given mode.
- IntegerSummary.Mode - Enum in org.apache.datasketches.tuple.aninteger
-
The aggregation modes for this Summary
- IntegerSummaryDeserializer - Class in org.apache.datasketches.tuple.aninteger
-
- IntegerSummaryDeserializer() - Constructor for class org.apache.datasketches.tuple.aninteger.IntegerSummaryDeserializer
-
- IntegerSummaryFactory - Class in org.apache.datasketches.tuple.aninteger
-
Factory for IntegerSummary.
- IntegerSummaryFactory(IntegerSummary.Mode) - Constructor for class org.apache.datasketches.tuple.aninteger.IntegerSummaryFactory
-
Creates an instance of IntegerSummaryFactory with a given mode
- IntegerSummarySetOperations - Class in org.apache.datasketches.tuple.aninteger
-
Methods for defining how unions and intersections of two objects of type IntegerSummary
are performed.
- IntegerSummarySetOperations(IntegerSummary.Mode, IntegerSummary.Mode) - Constructor for class org.apache.datasketches.tuple.aninteger.IntegerSummarySetOperations
-
Creates a new instance with two modes
- intersect(BloomFilter) - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Intersects two BloomFilters by applying a logical AND.
- intersect(Sketch) - Method in class org.apache.datasketches.theta.Intersection
-
Intersect the given sketch with the internal state.
- intersect(Sketch, Sketch) - Method in class org.apache.datasketches.theta.Intersection
-
Perform intersect set operation on the two given sketch arguments and return the result as an
ordered CompactSketch on the heap.
- intersect(Sketch, Sketch, boolean, WritableMemory) - Method in class org.apache.datasketches.theta.Intersection
-
Perform intersect set operation on the two given sketches and return the result as a
CompactSketch.
- intersect(ArrayOfDoublesSketch, ArrayOfDoublesCombiner) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesIntersection
-
Performs a stateful intersection of the internal set with the given tupleSketch.
- intersect(Sketch<S>, Sketch<S>) - Method in class org.apache.datasketches.tuple.Intersection
-
Perform a stateless intersect set operation on the two given tuple sketches and returns the
result as an unordered CompactSketch on the heap.
- intersect(Sketch<S>, Sketch, S) - Method in class org.apache.datasketches.tuple.Intersection
-
Perform a stateless intersect set operation on a tuple sketch and a theta sketch and returns the
result as an unordered CompactSketch on the heap.
- intersect(Sketch<S>) - Method in class org.apache.datasketches.tuple.Intersection
-
Performs a stateful intersection of the internal set with the given tupleSketch.
- intersect(Sketch, S) - Method in class org.apache.datasketches.tuple.Intersection
-
Performs a stateful intersection of the internal set with the given thetaSketch by combining entries
using the hashes from the theta sketch and summary values from the given summary and rules
from the summarySetOps defined by the Intersection constructor.
- Intersection - Class in org.apache.datasketches.theta
-
The API for intersection operations
- Intersection() - Constructor for class org.apache.datasketches.theta.Intersection
-
- intersection(DoubleSummary, DoubleSummary) - Method in class org.apache.datasketches.tuple.adouble.DoubleSummarySetOperations
-
- intersection(IntegerSummary, IntegerSummary) - Method in class org.apache.datasketches.tuple.aninteger.IntegerSummarySetOperations
-
- Intersection<S extends Summary> - Class in org.apache.datasketches.tuple
-
Computes an intersection of two or more generic tuple sketches or generic tuple sketches
combined with theta sketches.
- Intersection(SummarySetOperations<S>) - Constructor for class org.apache.datasketches.tuple.Intersection
-
Creates new Intersection instance with instructions on how to process two summaries that
intersect.
- intersection(ArrayOfStringsSummary, ArrayOfStringsSummary) - Method in class org.apache.datasketches.tuple.strings.ArrayOfStringsSummarySetOperations
-
- intersection(S, S) - Method in interface org.apache.datasketches.tuple.SummarySetOperations
-
This is called by the intersection operator when both sketches have the same hash value.
- intToBytes(int, byte[]) - Static method in class org.apache.datasketches.common.Util
-
Returns a Little-Endian byte array extracted from the given int.
- INVERSE_GOLDEN - Static variable in class org.apache.datasketches.common.Util
-
The inverse golden ratio as a fraction.
- INVERSE_GOLDEN_U64 - Static variable in class org.apache.datasketches.common.Util
-
The inverse golden ratio as an unsigned long.
- invert() - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Inverts all the bits of the BloomFilter.
- invPow2(int) - Static method in class org.apache.datasketches.common.Util
-
Computes the inverse integer power of 2: 1/(2^e) = 2^(-e).
- isCompact() - Method in class org.apache.datasketches.hll.HllSketch
-
- isCompact() - Method in class org.apache.datasketches.hll.Union
-
- isCompact() - Method in class org.apache.datasketches.theta.CompactSketch
-
- isCompact() - Method in class org.apache.datasketches.theta.Sketch
-
Returns true if this sketch is in compact form.
- isCompact() - Method in class org.apache.datasketches.theta.UpdateSketch
-
- isCompactMemoryFormat() - Method in class org.apache.datasketches.kll.KllSketch
-
Returns true if this sketch is in a Compact Memory Format.
- isCompatible(BloomFilter) - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Helps identify if two BloomFilters may be unioned or intersected.
- isDirect() - Method in interface org.apache.datasketches.common.MemoryStatus
-
Returns true if this object's internal data is backed by direct (off-heap) Memory.
- isDirect() - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Returns whether the filter is a direct (off-heap) or on-heap object.
- isDirect() - Method in class org.apache.datasketches.filters.bloomfilter.DirectBitArrayR
-
- isDirect() - Method in class org.apache.datasketches.kll.KllSketch
-
- isDirect() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- isDirect() - Method in class org.apache.datasketches.quantiles.DoublesUnion
-
Returns true if this union is off-heap (direct)
- isDirect() - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- isDirect() - Method in class org.apache.datasketches.quantiles.ItemsUnion
-
Returns true if this union is direct
- isDirect() - Method in interface org.apache.datasketches.quantilescommon.QuantilesAPI
-
Returns true if this sketch's data structure is off-heap (a.k.a., Direct or Native memory).
- isDirty() - Method in class org.apache.datasketches.filters.bloomfilter.DirectBitArrayR
-
- isEmpty() - Method in class org.apache.datasketches.cpc.CpcSketch
-
Return true if this sketch is empty
- isEmpty() - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Checks if the BloomFilter has processed any items
- isEmpty() - Method in class org.apache.datasketches.frequencies.ItemsSketch
-
Returns true if this sketch is empty
- isEmpty() - Method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns true if this sketch is empty
- isEmpty() - Method in class org.apache.datasketches.hll.HllSketch
-
- isEmpty() - Method in class org.apache.datasketches.hll.Union
-
- isEmpty() - Method in class org.apache.datasketches.kll.KllSketch
-
- isEmpty() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- isEmpty() - Method in class org.apache.datasketches.quantiles.DoublesUnion
-
Returns true if this union is empty
- isEmpty() - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- isEmpty() - Method in class org.apache.datasketches.quantiles.ItemsUnion
-
Returns true if this union is empty
- isEmpty() - Method in class org.apache.datasketches.quantilescommon.DoublesSketchSortedView
-
- isEmpty() - Method in class org.apache.datasketches.quantilescommon.FloatsSketchSortedView
-
- isEmpty() - Method in class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
- isEmpty() - Method in class org.apache.datasketches.quantilescommon.LongsSketchSortedView
-
- isEmpty() - Method in interface org.apache.datasketches.quantilescommon.QuantilesAPI
-
Returns true if this sketch is empty.
- isEmpty() - Method in interface org.apache.datasketches.quantilescommon.SortedView
-
Returns true if this sorted view is empty.
- isEmpty() - Method in class org.apache.datasketches.req.ReqSketch
-
- isEmpty() - Method in class org.apache.datasketches.sampling.EbppsItemsSketch
-
Returns true if the sketch is empty.
- isEmpty() - Method in class org.apache.datasketches.tdigest.TDigestDouble
-
- isEmpty() - Method in class org.apache.datasketches.theta.Sketch
-
- isEmpty() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
- isEmpty() - Method in class org.apache.datasketches.tuple.Sketch
-
- isEstimationMode() - Method in class org.apache.datasketches.kll.KllSketch
-
- isEstimationMode() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- isEstimationMode() - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- isEstimationMode() - Method in interface org.apache.datasketches.quantilescommon.QuantilesAPI
-
Returns true if this sketch is in estimation mode.
- isEstimationMode() - Method in class org.apache.datasketches.req.ReqSketch
-
- isEstimationMode() - Method in class org.apache.datasketches.theta.Sketch
-
Returns true if the sketch is Estimation Mode (as opposed to Exact Mode).
- isEstimationMode() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
Returns true if the sketch is Estimation Mode (as opposed to Exact Mode).
- isEstimationMode() - Method in class org.apache.datasketches.tuple.Sketch
-
Returns true if the sketch is Estimation Mode (as opposed to Exact Mode).
- isEven(long) - Static method in class org.apache.datasketches.common.Util
-
Returns true if given n is even.
- isInitialized_ - Variable in class org.apache.datasketches.kll.KllSketchIterator
-
- isLessThanUnsigned(long, long) - Static method in class org.apache.datasketches.common.Util
-
Unsigned compare with longs.
- isMemory() - Method in class org.apache.datasketches.hll.HllSketch
-
- isMemory() - Method in class org.apache.datasketches.hll.Union
-
- isMemoryUpdatableFormat() - Method in class org.apache.datasketches.kll.KllSketch
-
Returns true if the backing WritableMemory is in updatable format.
- isMultipleOf8AndGT0(long) - Static method in class org.apache.datasketches.common.Util
-
Returns true if v is a multiple of 8 and greater than zero
- isOdd(long) - Static method in class org.apache.datasketches.common.Util
-
Returns true if given n is odd.
- isOffHeap() - Method in class org.apache.datasketches.hll.HllSketch
-
- isOffHeap() - Method in class org.apache.datasketches.hll.Union
-
- isOrdered() - Method in class org.apache.datasketches.theta.Sketch
-
Returns true if internal cache is ordered
- isOrdered() - Method in class org.apache.datasketches.theta.UpdateSketch
-
- isPowerOf2(long) - Static method in class org.apache.datasketches.common.Util
-
Returns true if given long argument is exactly a positive power of 2.
- isReadOnly() - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Returns whether the filter is in read-only mode.
- isReadOnly() - Method in class org.apache.datasketches.filters.bloomfilter.DirectBitArrayR
-
- isReadOnly() - Method in class org.apache.datasketches.kll.KllSketch
-
- isReadOnly() - Method in class org.apache.datasketches.quantiles.CompactDoublesSketch
-
- isReadOnly() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- isReadOnly() - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- isReadOnly() - Method in interface org.apache.datasketches.quantilescommon.QuantilesAPI
-
Returns true if this sketch is read only.
- isSameResource(Memory) - Method in interface org.apache.datasketches.common.MemoryStatus
-
Returns true if the backing resource of this is identical with the backing resource
of that.
- isSameResource(Memory) - Method in class org.apache.datasketches.hll.HllSketch
-
- isSameResource(Memory) - Method in class org.apache.datasketches.hll.Union
-
- isSameResource(Memory) - Method in class org.apache.datasketches.kll.KllSketch
-
Returns true if the backing resource of this is identical with the backing resource
of that.
- isSameResource(Memory) - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
Returns true if the backing resource of this is identical with the backing resource
of that.
- isSameResource(Memory) - Method in class org.apache.datasketches.quantiles.DoublesUnion
-
Returns true if the backing resource of this is identical with the backing resource
of that.
- items() - Method in class org.apache.datasketches.sampling.VarOptItemsSamples
-
Returns a shallow copy of the array of sample items contained in the sketch.
- items(int) - Method in class org.apache.datasketches.sampling.VarOptItemsSamples
-
Returns a single item from the samples contained in the sketch.
- ItemsPair(T[], long[]) - Constructor for class org.apache.datasketches.quantilescommon.IncludeMinMax.ItemsPair
-
Constructor.
- ItemsSketch<T> - Class in org.apache.datasketches.frequencies
-
This sketch is useful for tracking approximate frequencies of items of type <T>
with optional associated counts (<T> item, long count) that are members of a
multiset of such items.
- ItemsSketch(int) - Constructor for class org.apache.datasketches.frequencies.ItemsSketch
-
Construct this sketch with the parameter maxMapSize and the default initialMapSize (8).
- ItemsSketch<T> - Class in org.apache.datasketches.quantiles
-
This is an implementation of the Low Discrepancy Mergeable Quantiles Sketch, using generic items,
described in section 3.2 of the journal version of the paper "Mergeable Summaries"
by Agarwal, Cormode, Huang, Phillips, Wei, and Yi:
Reference:
A
k of 128 produces a normalized, rank error of about 1.7%.
- ItemsSketch.Row<T> - Class in org.apache.datasketches.frequencies
-
Row class that defines the return values from a getFrequentItems query.
- ItemsSketchIterator<T> - Class in org.apache.datasketches.quantiles
-
Iterator over ItemsSketch.
- ItemsSketchSortedView<T> - Class in org.apache.datasketches.quantilescommon
-
The SortedView for the KllItemsSketch and the classic ItemsSketch.
- ItemsSketchSortedView(T[], long[], QuantilesGenericAPI<T>) - Constructor for class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
Constructor.
- ItemsUnion<T> - Class in org.apache.datasketches.quantiles
-
The API for Union operations for generic ItemsSketches
- iterator() - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
- iterator() - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
- iterator() - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- iterator() - Method in class org.apache.datasketches.kll.KllLongsSketch
-
- iterator() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- iterator() - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- iterator() - Method in class org.apache.datasketches.quantilescommon.DoublesSketchSortedView
-
- iterator() - Method in interface org.apache.datasketches.quantilescommon.DoublesSortedView
-
- iterator() - Method in class org.apache.datasketches.quantilescommon.FloatsSketchSortedView
-
- iterator() - Method in interface org.apache.datasketches.quantilescommon.FloatsSortedView
-
- iterator() - Method in interface org.apache.datasketches.quantilescommon.GenericSortedView
-
- iterator() - Method in class org.apache.datasketches.quantilescommon.ItemsSketchSortedView
-
- iterator() - Method in class org.apache.datasketches.quantilescommon.LongsSketchSortedView
-
- iterator() - Method in interface org.apache.datasketches.quantilescommon.LongsSortedView
-
- iterator() - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
Gets the iterator for this sketch, which is not sorted.
- iterator() - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
Gets the iterator for this sketch, which is not sorted.
- iterator() - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
Gets the iterator for this sketch, which is not sorted.
- iterator() - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
Gets the iterator for this sketch, which is not sorted.
- iterator() - Method in interface org.apache.datasketches.quantilescommon.SortedView
-
Returns an iterator for this Sorted View.
- iterator() - Method in class org.apache.datasketches.req.ReqSketch
-
- iterator() - Method in class org.apache.datasketches.sampling.VarOptItemsSamples
-
- iterator() - Method in class org.apache.datasketches.theta.Sketch
-
Returns a HashIterator that can be used to iterate over the retained hash values of the
Theta sketch.
- iterator() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
- iterator() - Method in class org.apache.datasketches.tuple.CompactSketch
-
- iterator() - Method in class org.apache.datasketches.tuple.Sketch
-
Returns a SketchIterator
- SampleSubsetSummary - Class in org.apache.datasketches.sampling
-
A simple object o capture the results of a subset sum query on a sampling sketch.
- select(long[], int, int, int) - Static method in class org.apache.datasketches.thetacommon.QuickSelect
-
Gets the 0-based kth order statistic from the array.
- select(double[], int, int, int) - Static method in class org.apache.datasketches.thetacommon.QuickSelect
-
Gets the 0-based kth order statistic from the array.
- selectExcludingZeros(long[], int, int) - Static method in class org.apache.datasketches.thetacommon.QuickSelect
-
Gets the 1-based kth order statistic from the array excluding any zero values in the
array.
- selectExcludingZeros(double[], int, int) - Static method in class org.apache.datasketches.thetacommon.QuickSelect
-
Gets the 1-based kth order statistic from the array excluding any zero values in the
array.
- selectIncludingZeros(long[], int) - Static method in class org.apache.datasketches.thetacommon.QuickSelect
-
Gets the 1-based kth order statistic from the array including any zero values in the
array.
- selectIncludingZeros(double[], int) - Static method in class org.apache.datasketches.thetacommon.QuickSelect
-
Gets the 1-based kth order statistic from the array including any zero values in the
array.
- SELF_MERGE_MSG - Static variable in interface org.apache.datasketches.quantilescommon.QuantilesAPI
-
- SerializerDeserializer - Class in org.apache.datasketches.tuple
-
Multipurpose serializer-deserializer for a collection of sketches defined by the enum.
- SerializerDeserializer() - Constructor for class org.apache.datasketches.tuple.SerializerDeserializer
-
- SerializerDeserializer.SketchType - Enum in org.apache.datasketches.tuple
-
Defines the sketch classes that this SerializerDeserializer can handle.
- serializeToByteArray(Boolean) - Method in class org.apache.datasketches.common.ArrayOfBooleansSerDe
-
- serializeToByteArray(Boolean[]) - Method in class org.apache.datasketches.common.ArrayOfBooleansSerDe
-
- serializeToByteArray(Double) - Method in class org.apache.datasketches.common.ArrayOfDoublesSerDe
-
- serializeToByteArray(Double[]) - Method in class org.apache.datasketches.common.ArrayOfDoublesSerDe
-
- serializeToByteArray(T) - Method in class org.apache.datasketches.common.ArrayOfItemsSerDe
-
Serialize a single unserialized item to a byte array.
- serializeToByteArray(T[]) - Method in class org.apache.datasketches.common.ArrayOfItemsSerDe
-
Serialize an array of unserialized items to a byte array of contiguous serialized items.
- serializeToByteArray(Long) - Method in class org.apache.datasketches.common.ArrayOfLongsSerDe
-
- serializeToByteArray(Long[]) - Method in class org.apache.datasketches.common.ArrayOfLongsSerDe
-
- serializeToByteArray(Number) - Method in class org.apache.datasketches.common.ArrayOfNumbersSerDe
-
- serializeToByteArray(Number[]) - Method in class org.apache.datasketches.common.ArrayOfNumbersSerDe
-
- serializeToByteArray(String) - Method in class org.apache.datasketches.common.ArrayOfStringsSerDe
-
- serializeToByteArray(String[]) - Method in class org.apache.datasketches.common.ArrayOfStringsSerDe
-
- serializeToByteArray(String) - Method in class org.apache.datasketches.common.ArrayOfUtf16StringsSerDe
-
- serializeToByteArray(String[]) - Method in class org.apache.datasketches.common.ArrayOfUtf16StringsSerDe
-
- serializeToString() - Method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns a String representation of this sketch
- setA(Sketch) - Method in class org.apache.datasketches.theta.AnotB
-
This is part of a multistep, stateful AnotB operation and sets the given Theta sketch as the
first argument A of A-AND-NOT-B.
- setA(Sketch<S>) - Method in class org.apache.datasketches.tuple.AnotB
-
This is part of a multistep, stateful AnotB operation and sets the given Tuple sketch as the
first argument A of A-AND-NOT-B.
- setClass(Class<?>) - Method in class org.apache.datasketches.sampling.VarOptItemsSamples
-
Specifies the class to use when copying the item array from the sketch.
- setFamily(Family) - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Set the Family.
- setHighRankAccuracy(boolean) - Method in class org.apache.datasketches.req.ReqSketchBuilder
-
This sets the parameter highRankAccuracy.
- setK(int) - Method in class org.apache.datasketches.quantiles.DoublesSketchBuilder
-
Sets the parameter k that determines the accuracy and size of the sketch.
- setK(int) - Method in class org.apache.datasketches.req.ReqSketchBuilder
-
This sets the parameter k.
- setLocalLogNominalEntries(int) - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Alternative method of setting the Nominal Entries for a local concurrent sketch from the
log_base2 value.
- setLocalNominalEntries(int) - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Sets the Nominal Entries for the concurrent local sketch.
- setLogNominalEntries(int) - Method in class org.apache.datasketches.theta.SetOperationBuilder
-
Alternative method of setting the Nominal Entries for this set operation from the log_base2 value.
- setLogNominalEntries(int) - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Alternative method of setting the Nominal Entries for this sketch from the log_base2 value.
- setLong(int, long) - Method in class org.apache.datasketches.filters.bloomfilter.DirectBitArrayR
-
- setMaxConcurrencyError(double) - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Sets the Maximum Concurrency Error.
- setMaxK(int) - Method in class org.apache.datasketches.quantiles.DoublesUnionBuilder
-
Sets the parameter masK that determines the maximum size of the sketch that
results from a union and its accuracy.
- setMaxNumLocalThreads(int) - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Sets the Maximum Number of Local Threads.
- setMemoryRequestServer(MemoryRequestServer) - Method in class org.apache.datasketches.theta.SetOperationBuilder
-
Set the MemoryRequestServer
- setMemoryRequestServer(MemoryRequestServer) - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Set the MemoryRequestServer
- setNominalEntries(int) - Method in class org.apache.datasketches.theta.SetOperationBuilder
-
Sets the Maximum Nominal Entries (max K) for this set operation.
- setNominalEntries(int) - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Sets the Nominal Entries for this sketch.
- setNominalEntries(int) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSetOperationBuilder
-
This is to set the nominal number of entries.
- setNominalEntries(int) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketchBuilder
-
This is to set the nominal number of entries.
- setNominalEntries(int) - Method in class org.apache.datasketches.tuple.UpdatableSketchBuilder
-
This is to set the nominal number of entries.
- setNumberOfValues(int) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSetOperationBuilder
-
This is to set the number of double values associated with each key
- setNumberOfValues(int) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketchBuilder
-
This is to set the number of double values associated with each key
- setNumPoolThreads(int) - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Sets the number of pool threads used for background propagation in the concurrent sketches.
- SetOperation - Class in org.apache.datasketches.theta
-
The parent API for all Set Operations
- SetOperationBuilder - Class in org.apache.datasketches.theta
-
For building a new SetOperation.
- SetOperationBuilder() - Constructor for class org.apache.datasketches.theta.SetOperationBuilder
-
Constructor for building a new SetOperation.
- setOperationBuilder() - Static method in class org.apache.datasketches.theta.Sketches
-
- SetOperationCornerCases - Class in org.apache.datasketches.thetacommon
-
Simplifies and speeds up set operations by resolving specific corner cases.
- SetOperationCornerCases() - Constructor for class org.apache.datasketches.thetacommon.SetOperationCornerCases
-
- SetOperationCornerCases.AnotbAction - Enum in org.apache.datasketches.thetacommon
-
A not B actions
- SetOperationCornerCases.CornerCase - Enum in org.apache.datasketches.thetacommon
-
- SetOperationCornerCases.IntersectAction - Enum in org.apache.datasketches.thetacommon
-
Intersection actions
- SetOperationCornerCases.UnionAction - Enum in org.apache.datasketches.thetacommon
-
- setP(float) - Method in class org.apache.datasketches.theta.SetOperationBuilder
-
Sets the upfront uniform sampling probability, p.
- setP(float) - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Sets the upfront uniform sampling probability, p
- setPropagateOrderedCompact(boolean) - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Sets the Propagate Ordered Compact flag to the given value.
- setReqDebug(ReqDebug) - Method in class org.apache.datasketches.req.ReqSketchBuilder
-
This sets the parameter reqDebug.
- setResizeFactor(ResizeFactor) - Method in class org.apache.datasketches.theta.SetOperationBuilder
-
Sets the cache Resize Factor
- setResizeFactor(ResizeFactor) - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Sets the cache Resize Factor.
- setResizeFactor(ResizeFactor) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketchBuilder
-
This is to set the resize factor.
- setResizeFactor(ResizeFactor) - Method in class org.apache.datasketches.tuple.UpdatableSketchBuilder
-
This is to set the resize factor.
- setSamplingProbability(float) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketchBuilder
-
This is to set sampling probability.
- setSamplingProbability(float) - Method in class org.apache.datasketches.tuple.UpdatableSketchBuilder
-
This is to set sampling probability.
- setSeed(long) - Method in class org.apache.datasketches.theta.SetOperationBuilder
-
Sets the long seed value that is require by the hashing function.
- setSeed(long) - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
Sets the long seed value that is required by the hashing function.
- setSeed(long) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSetOperationBuilder
-
Sets the long seed value that is required by the hashing function.
- setSeed(long) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketchBuilder
-
Sets the long seed value that is required by the hashing function.
- similarityTest(Sketch, Sketch, double) - Static method in class org.apache.datasketches.theta.JaccardSimilarity
-
Tests similarity of a measured Sketch against an expected Sketch.
- similarityTest(Sketch<S>, Sketch<S>, SummarySetOperations<S>, double) - Static method in class org.apache.datasketches.tuple.JaccardSimilarity
-
Tests similarity of a measured Sketch against an expected Sketch.
- similarityTest(Sketch<S>, Sketch, S, SummarySetOperations<S>, double) - Static method in class org.apache.datasketches.tuple.JaccardSimilarity
-
Tests similarity of a measured Sketch against an expected Sketch.
- sizeOf(Boolean) - Method in class org.apache.datasketches.common.ArrayOfBooleansSerDe
-
- sizeOf(Boolean[]) - Method in class org.apache.datasketches.common.ArrayOfBooleansSerDe
-
- sizeOf(Memory, long, int) - Method in class org.apache.datasketches.common.ArrayOfBooleansSerDe
-
- sizeOf(Double) - Method in class org.apache.datasketches.common.ArrayOfDoublesSerDe
-
- sizeOf(Double[]) - Method in class org.apache.datasketches.common.ArrayOfDoublesSerDe
-
- sizeOf(Memory, long, int) - Method in class org.apache.datasketches.common.ArrayOfDoublesSerDe
-
- sizeOf(T) - Method in class org.apache.datasketches.common.ArrayOfItemsSerDe
-
Returns the serialized size in bytes of a single unserialized item.
- sizeOf(T[]) - Method in class org.apache.datasketches.common.ArrayOfItemsSerDe
-
Returns the serialized size in bytes of the array of items.
- sizeOf(Memory, long, int) - Method in class org.apache.datasketches.common.ArrayOfItemsSerDe
-
Returns the serialized size in bytes of the number of contiguous serialized items in Memory.
- sizeOf(Long) - Method in class org.apache.datasketches.common.ArrayOfLongsSerDe
-
- sizeOf(Long[]) - Method in class org.apache.datasketches.common.ArrayOfLongsSerDe
-
- sizeOf(Memory, long, int) - Method in class org.apache.datasketches.common.ArrayOfLongsSerDe
-
- sizeOf(Number) - Method in class org.apache.datasketches.common.ArrayOfNumbersSerDe
-
- sizeOf(Number[]) - Method in class org.apache.datasketches.common.ArrayOfNumbersSerDe
-
- sizeOf(Memory, long, int) - Method in class org.apache.datasketches.common.ArrayOfNumbersSerDe
-
- sizeOf(String) - Method in class org.apache.datasketches.common.ArrayOfStringsSerDe
-
- sizeOf(Memory, long, int) - Method in class org.apache.datasketches.common.ArrayOfStringsSerDe
-
- sizeOf(String) - Method in class org.apache.datasketches.common.ArrayOfUtf16StringsSerDe
-
- sizeOf(Memory, long, int) - Method in class org.apache.datasketches.common.ArrayOfUtf16StringsSerDe
-
- Sketch - Class in org.apache.datasketches.theta
-
The top-level class for all theta sketches.
- Sketch<S extends Summary> - Class in org.apache.datasketches.tuple
-
This is an equivalent to org.apache.datasketches.theta.Sketch with
addition of a user-defined Summary object associated with every unique entry
in the sketch.
- Sketches - Class in org.apache.datasketches.theta
-
This class brings together the common sketch and set operation creation methods and
the public static methods into one place.
- Sketches - Class in org.apache.datasketches.tuple
-
Convenient static methods to instantiate generic tuple sketches.
- Sketches() - Constructor for class org.apache.datasketches.tuple.Sketches
-
- SketchesArgumentException - Exception in org.apache.datasketches.common
-
Illegal Arguments Exception class for the library
- SketchesArgumentException(String) - Constructor for exception org.apache.datasketches.common.SketchesArgumentException
-
Constructs a new runtime exception with the specified detail message.
- SketchesException - Exception in org.apache.datasketches.common
-
Exception class for the library
- SketchesException(String) - Constructor for exception org.apache.datasketches.common.SketchesException
-
Constructs a new runtime exception with the specified detail message.
- SketchesException(String, Throwable) - Constructor for exception org.apache.datasketches.common.SketchesException
-
Constructs a new runtime exception with the specified detail message and cause.
- SketchesReadOnlyException - Exception in org.apache.datasketches.common
-
Write operation attempted on a read-only class.
- SketchesReadOnlyException() - Constructor for exception org.apache.datasketches.common.SketchesReadOnlyException
-
Constructs a new runtime exception with the message:
"Write operation attempted on a read-only class."
- SketchesReadOnlyException(String) - Constructor for exception org.apache.datasketches.common.SketchesReadOnlyException
-
Constructs a new runtime exception with the specified detail message.
- SketchesStateException - Exception in org.apache.datasketches.common
-
Illegal State Exception class for the library
- SketchesStateException(String) - Constructor for exception org.apache.datasketches.common.SketchesStateException
-
Constructs a new runtime exception with the specified detail message.
- SketchFillRequest<T,S extends QuantilesGenericAPI<T> & PartitioningFeature<T>> - Interface in org.apache.datasketches.partitions
-
This is a callback request to the data source to fill a quantiles sketch,
which is returned to the caller.
- SketchPartitionLimits - Interface in org.apache.datasketches.quantilescommon
-
This defines the methods required to compute the partition limits.
- sketchStateId(boolean, int, long) - Static method in class org.apache.datasketches.thetacommon.SetOperationCornerCases
-
- Sort - Class in org.apache.datasketches.tdigest
-
Specialized sorting algorithm that can sort one array and permute another array the same way.
- Sort() - Constructor for class org.apache.datasketches.tdigest.Sort
-
- SortedView - Interface in org.apache.datasketches.quantilescommon
-
This is the base interface for the Sorted View interface hierarchy and defines the methods that are type independent.
- SortedViewIterator - Class in org.apache.datasketches.quantilescommon
-
This is the base interface for the SortedViewIterator hierarchy used with a SortedView obtained
from a quantile-type sketch.
- stableSort(double[], long[], int) - Static method in class org.apache.datasketches.tdigest.Sort
-
Stable sort two arrays.
- StackElement(GenericPartitionBoundaries<T>, int, String) - Constructor for class org.apache.datasketches.partitions.Partitioner.StackElement
-
Constructs this StackElement
- start() - Method in class org.apache.datasketches.cpc.CompressionCharacterization
-
Only used in test
- start() - Method in class org.apache.datasketches.cpc.MergingValidation
-
- start() - Method in class org.apache.datasketches.cpc.QuickMergingValidation
-
- start() - Method in class org.apache.datasketches.cpc.StreamingValidation
-
- startingSubMultiple(int, int, int) - Static method in class org.apache.datasketches.thetacommon.ThetaUtil
-
Gets the smallest allowed exponent of 2 that it is a sub-multiple of the target by zero,
one or more resize factors.
- StreamingValidation - Class in org.apache.datasketches.cpc
-
This code is used both by unit tests, for short running tests,
and by the characterization repository for longer running, more exhaustive testing.
- StreamingValidation(int, int, int, int, PrintStream, PrintWriter) - Constructor for class org.apache.datasketches.cpc.StreamingValidation
-
- STRIDE_MASK - Static variable in class org.apache.datasketches.thetacommon.HashOperations
-
The stride mask for the Open Address, Double Hashing (OADH) hash table algorithm.
- stringArrHash(String[]) - Static method in class org.apache.datasketches.tuple.Util
-
- stringConcat(String[]) - Static method in class org.apache.datasketches.tuple.Util
-
Concatenate array of Strings to a single String.
- stringHash(String) - Static method in class org.apache.datasketches.tuple.Util
-
- stringToByteArray(String) - Static method in class org.apache.datasketches.tuple.Util
-
Converts a String to a UTF_8 byte array.
- stringToFamily(String) - Static method in enum org.apache.datasketches.common.Family
-
Returns the Family given the family name
- suggestNumFilterBits(long, double) - Static method in class org.apache.datasketches.filters.bloomfilter.BloomFilterBuilder
-
Returns the optimal number of bits to use in a Bloom Filter given a target number of distinct
items and a target false positive probability.
- suggestNumHashes(long, long) - Static method in class org.apache.datasketches.filters.bloomfilter.BloomFilterBuilder
-
Returns the optimal number of hash functions to given target numbers of distinct items
and the BloomFilter size in bits.
- suggestNumHashes(double) - Static method in class org.apache.datasketches.filters.bloomfilter.BloomFilterBuilder
-
Returns the optimal number of hash functions to achieve a target false positive probability.
- Summary - Interface in org.apache.datasketches.tuple
-
Interface for user-defined Summary, which is associated with every hash in a tuple sketch
- SummaryDeserializer<S extends Summary> - Interface in org.apache.datasketches.tuple
-
Interface for deserializing user-defined Summary
- SummaryFactory<S extends Summary> - Interface in org.apache.datasketches.tuple
-
Interface for user-defined SummaryFactory
- summaryFactory_ - Variable in class org.apache.datasketches.tuple.Sketch
-
- SummarySetOperations<S extends Summary> - Interface in org.apache.datasketches.tuple
-
This is to provide methods of producing unions and intersections of two Summary objects.
- SuppressFBWarnings - Annotation Type in org.apache.datasketches.common
-
Used to suppress SpotBug warnings.
- TAB - Static variable in class org.apache.datasketches.common.Util
-
The tab character
- tailRoundingFactor - Static variable in class org.apache.datasketches.quantilescommon.QuantilesUtil
-
used in search to improve rounding over a wide dynamic range
- TDigestDouble - Class in org.apache.datasketches.tdigest
-
t-Digest for estimating quantiles and ranks.
- TDigestDouble() - Constructor for class org.apache.datasketches.tdigest.TDigestDouble
-
Constructor with the default K
- TDigestDouble(short) - Constructor for class org.apache.datasketches.tdigest.TDigestDouble
-
Constructor
- TestUtil - Class in org.apache.datasketches.cpc
-
- TestUtil() - Constructor for class org.apache.datasketches.cpc.TestUtil
-
- TGT_IS_READ_ONLY_MSG - Static variable in interface org.apache.datasketches.quantilescommon.QuantilesAPI
-
- TgtHllType - Enum in org.apache.datasketches.hll
-
Specifies the target type of HLL sketch to be created.
- ThetaUtil - Class in org.apache.datasketches.thetacommon
-
Utility methods for the Theta Family of sketches
- toByteArray() - Method in class org.apache.datasketches.cpc.CpcSketch
-
Return this sketch as a compressed byte array.
- toByteArray() - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Serializes the current BloomFilter to an array of bytes.
- toByteArray(ArrayOfItemsSerDe<T>) - Method in class org.apache.datasketches.frequencies.ItemsSketch
-
Returns a byte array representation of this sketch
- toByteArray() - Method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns a byte array representation of this sketch
- toByteArray() - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
- toByteArray() - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
- toByteArray() - Method in class org.apache.datasketches.kll.KllItemsSketch
-
Export the current sketch as a compact byte array.
- toByteArray() - Method in class org.apache.datasketches.kll.KllLongsSketch
-
- toByteArray() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
- toByteArray(boolean) - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
Serialize this sketch in a byte array form.
- toByteArray() - Method in class org.apache.datasketches.quantiles.DoublesUnion
-
Serialize this union to a byte array.
- toByteArray(ArrayOfItemsSerDe<T>) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
Serialize this sketch to a byte array form.
- toByteArray(boolean, ArrayOfItemsSerDe<T>) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
Serialize this sketch to a byte array form.
- toByteArray(ArrayOfItemsSerDe<T>) - Method in class org.apache.datasketches.quantiles.ItemsUnion
-
Serialize this union to a byte array.
- toByteArray() - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
Returns a byte array representation of this sketch.
- toByteArray() - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
Returns a byte array representation of this sketch.
- toByteArray() - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
Returns a byte array representation of this sketch.
- toByteArray() - Method in class org.apache.datasketches.req.ReqSketch
-
- toByteArray(ArrayOfItemsSerDe<? super T>) - Method in class org.apache.datasketches.sampling.EbppsItemsSketch
-
Returns a byte array representation of this sketch.
- toByteArray(ArrayOfItemsSerDe<? super T>, Class<?>) - Method in class org.apache.datasketches.sampling.EbppsItemsSketch
-
Returns a byte array representation of this sketch.
- toByteArray(ArrayOfItemsSerDe<? super T>) - Method in class org.apache.datasketches.sampling.ReservoirItemsSketch
-
Returns a byte array representation of this sketch.
- toByteArray(ArrayOfItemsSerDe<? super T>, Class<?>) - Method in class org.apache.datasketches.sampling.ReservoirItemsSketch
-
Returns a byte array representation of this sketch.
- toByteArray(ArrayOfItemsSerDe<T>) - Method in class org.apache.datasketches.sampling.ReservoirItemsUnion
-
Returns a byte array representation of this union
- toByteArray(ArrayOfItemsSerDe<T>, Class<?>) - Method in class org.apache.datasketches.sampling.ReservoirItemsUnion
-
Returns a byte array representation of this union.
- toByteArray() - Method in class org.apache.datasketches.sampling.ReservoirLongsSketch
-
Returns a byte array representation of this sketch
- toByteArray() - Method in class org.apache.datasketches.sampling.ReservoirLongsUnion
-
Returns a byte array representation of this union
- toByteArray(ArrayOfItemsSerDe<? super T>) - Method in class org.apache.datasketches.sampling.VarOptItemsSketch
-
Returns a byte array representation of this sketch.
- toByteArray(ArrayOfItemsSerDe<? super T>, Class<?>) - Method in class org.apache.datasketches.sampling.VarOptItemsSketch
-
Returns a byte array representation of this sketch.
- toByteArray(ArrayOfItemsSerDe<T>) - Method in class org.apache.datasketches.sampling.VarOptItemsUnion
-
Returns a byte array representation of this union
- toByteArray(ArrayOfItemsSerDe<T>, Class<?>) - Method in class org.apache.datasketches.sampling.VarOptItemsUnion
-
Returns a byte array representation of this union.
- toByteArray() - Method in class org.apache.datasketches.tdigest.TDigestDouble
-
Serialize this TDigest to a byte array form.
- toByteArray() - Method in class org.apache.datasketches.theta.Intersection
-
Serialize this intersection to a byte array form.
- toByteArray() - Method in class org.apache.datasketches.theta.Sketch
-
Serialize this sketch to a byte array form.
- toByteArray() - Method in class org.apache.datasketches.theta.Union
-
Returns a byte array image of this Union object
- toByteArray() - Method in class org.apache.datasketches.tuple.adouble.DoubleSummary
-
- toByteArray() - Method in class org.apache.datasketches.tuple.aninteger.IntegerSummary
-
- toByteArray() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
- toByteArray() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUnion
-
- toByteArray() - Method in class org.apache.datasketches.tuple.CompactSketch
-
- toByteArray() - Method in class org.apache.datasketches.tuple.Sketch
-
This is to serialize a sketch instance to a byte array.
- toByteArray() - Method in class org.apache.datasketches.tuple.strings.ArrayOfStringsSummary
-
- toByteArray() - Method in interface org.apache.datasketches.tuple.Summary
-
This is to serialize a Summary instance to a byte array.
- toByteArrayCompressed() - Method in class org.apache.datasketches.theta.CompactSketch
-
gets the sketch as a compressed byte array
- toCompactByteArray() - Method in class org.apache.datasketches.hll.HllSketch
-
- toCompactByteArray() - Method in class org.apache.datasketches.hll.Union
-
Gets the serialization of this union operator as a byte array in compact form, which is
designed to be heapified only.
- toLongArray() - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Serializes the current BloomFilter to an array of longs.
- toString(Boolean) - Method in class org.apache.datasketches.common.ArrayOfBooleansSerDe
-
- toString(Double) - Method in class org.apache.datasketches.common.ArrayOfDoublesSerDe
-
- toString(T) - Method in class org.apache.datasketches.common.ArrayOfItemsSerDe
-
Returns a human readable string of an item.
- toString(Long) - Method in class org.apache.datasketches.common.ArrayOfLongsSerDe
-
- toString(Number) - Method in class org.apache.datasketches.common.ArrayOfNumbersSerDe
-
- toString(String) - Method in class org.apache.datasketches.common.ArrayOfStringsSerDe
-
- toString(String) - Method in class org.apache.datasketches.common.ArrayOfUtf16StringsSerDe
-
- toString() - Method in enum org.apache.datasketches.common.Family
-
- toString() - Method in class org.apache.datasketches.cpc.CpcSketch
-
Return a human-readable string summary of this sketch
- toString(boolean) - Method in class org.apache.datasketches.cpc.CpcSketch
-
Return a human-readable string summary of this sketch
- toString(byte[], boolean) - Static method in class org.apache.datasketches.cpc.CpcSketch
-
Returns a human readable string of the preamble of a byte array image of a CpcSketch.
- toString(Memory, boolean) - Static method in class org.apache.datasketches.cpc.CpcSketch
-
Returns a human readable string of the preamble of a Memory image of a CpcSketch.
- toString() - Method in class org.apache.datasketches.fdt.Group
-
- toString() - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
- toString() - Method in class org.apache.datasketches.frequencies.ItemsSketch.Row
-
- toString() - Method in class org.apache.datasketches.frequencies.ItemsSketch
-
Returns a human readable summary of this sketch.
- toString(byte[]) - Static method in class org.apache.datasketches.frequencies.ItemsSketch
-
Returns a human readable string of the preamble of a byte array image of a ItemsSketch.
- toString(Memory) - Static method in class org.apache.datasketches.frequencies.ItemsSketch
-
Returns a human readable string of the preamble of a Memory image of a ItemsSketch.
- toString() - Method in class org.apache.datasketches.frequencies.LongsSketch.Row
-
- toString() - Method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns a human readable summary of this sketch.
- toString(byte[]) - Static method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns a human readable string of the preamble of a byte array image of a LongsSketch.
- toString(Memory) - Static method in class org.apache.datasketches.frequencies.LongsSketch
-
Returns a human readable string of the preamble of a Memory image of a LongsSketch.
- toString(boolean, boolean, boolean, boolean) - Method in class org.apache.datasketches.hll.HllSketch
-
- toString(byte[]) - Static method in class org.apache.datasketches.hll.HllSketch
-
Returns a human readable string of the preamble of a byte array image of an HllSketch.
- toString(Memory) - Static method in class org.apache.datasketches.hll.HllSketch
-
Returns a human readable string of the preamble of a Memory image of an HllSketch.
- toString(boolean, boolean, boolean, boolean) - Method in class org.apache.datasketches.hll.Union
-
- toString() - Method in class org.apache.datasketches.hllmap.UniqueCountMap
-
Returns a string with a human-readable summary of the UniqueCountMap and all the internal maps
- toString(boolean, boolean) - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
- toString(boolean, boolean) - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
- toString(boolean, boolean) - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- toString(boolean, boolean) - Method in class org.apache.datasketches.kll.KllLongsSketch
-
- toString() - Method in class org.apache.datasketches.kll.KllSketch
-
- toString(boolean, boolean) - Method in class org.apache.datasketches.kll.KllSketch
-
Returns human readable summary information about this sketch.
- toString() - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
Returns human readable summary information about this sketch.
- toString(boolean, boolean) - Method in class org.apache.datasketches.quantiles.DoublesSketch
-
Returns human readable summary information about this sketch.
- toString(byte[]) - Static method in class org.apache.datasketches.quantiles.DoublesSketch
-
Returns a human readable string of the preamble of a byte array image of a DoublesSketch.
- toString(Memory) - Static method in class org.apache.datasketches.quantiles.DoublesSketch
-
Returns a human readable string of the preamble of a Memory image of a DoublesSketch.
- toString() - Method in class org.apache.datasketches.quantiles.DoublesSketchBuilder
-
Creates a human readable string that describes the current configuration of this builder.
- toString() - Method in class org.apache.datasketches.quantiles.DoublesUnion
-
Returns summary information about the backing sketch.
- toString(boolean, boolean) - Method in class org.apache.datasketches.quantiles.DoublesUnion
-
Returns summary information about the backing sketch.
- toString() - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
Returns human readable summary information about this sketch.
- toString(boolean, boolean) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
Returns human readable summary information about this sketch.
- toString(byte[]) - Static method in class org.apache.datasketches.quantiles.ItemsSketch
-
Returns a human readable string of the preamble of a byte array image of an ItemsSketch.
- toString(Memory) - Static method in class org.apache.datasketches.quantiles.ItemsSketch
-
Returns a human readable string of the preamble of a Memory image of an ItemsSketch.
- toString() - Method in class org.apache.datasketches.quantiles.ItemsUnion
-
Returns summary information about the backing sketch.
- toString(boolean, boolean) - Method in class org.apache.datasketches.quantiles.ItemsUnion
-
Returns summary information about the backing sketch.
- toString() - Method in interface org.apache.datasketches.quantilescommon.QuantilesAPI
-
Returns a summary of the key parameters of the sketch.
- toString() - Method in class org.apache.datasketches.req.ReqSketch
-
- toString() - Method in class org.apache.datasketches.req.ReqSketchBuilder
-
- toString() - Method in class org.apache.datasketches.sampling.EbppsItemsSketch
-
Provides a human-readable summary of the sketch
- toString() - Method in class org.apache.datasketches.sampling.ReservoirItemsSketch
-
Returns a human-readable summary of the sketch, without items.
- toString(byte[]) - Static method in class org.apache.datasketches.sampling.ReservoirItemsSketch
-
Returns a human readable string of the preamble of a byte array image of a ReservoirItemsSketch.
- toString(Memory) - Static method in class org.apache.datasketches.sampling.ReservoirItemsSketch
-
Returns a human readable string of the preamble of a Memory image of a ReservoirItemsSketch.
- toString() - Method in class org.apache.datasketches.sampling.ReservoirItemsUnion
-
Returns a human-readable summary of the sketch, without items.
- toString() - Method in class org.apache.datasketches.sampling.ReservoirLongsSketch
-
Returns a human-readable summary of the sketch, without items.
- toString(byte[]) - Static method in class org.apache.datasketches.sampling.ReservoirLongsSketch
-
Returns a human readable string of the preamble of a byte array image of a ReservoirLongsSketch.
- toString(Memory) - Static method in class org.apache.datasketches.sampling.ReservoirLongsSketch
-
Returns a human readable string of the preamble of a Memory image of a ReservoirLongsSketch.
- toString() - Method in class org.apache.datasketches.sampling.ReservoirLongsUnion
-
Returns a human-readable summary of the sketch, without items.
- toString() - Method in class org.apache.datasketches.sampling.VarOptItemsSketch
-
Returns a human-readable summary of the sketch.
- toString(byte[]) - Static method in class org.apache.datasketches.sampling.VarOptItemsSketch
-
Returns a human readable string of the preamble of a byte array image of a VarOptItemsSketch.
- toString(Memory) - Static method in class org.apache.datasketches.sampling.VarOptItemsSketch
-
Returns a human readable string of the preamble of a Memory image of a VarOptItemsSketch.
- toString() - Method in class org.apache.datasketches.sampling.VarOptItemsUnion
-
Returns a human-readable summary of the sketch, without items.
- toString() - Method in class org.apache.datasketches.tdigest.TDigestDouble
-
Human-readable summary of this TDigest as a string
- toString(boolean) - Method in class org.apache.datasketches.tdigest.TDigestDouble
-
Human-readable summary of this TDigest as a string
- toString() - Method in class org.apache.datasketches.theta.SetOperationBuilder
-
- toString() - Method in class org.apache.datasketches.theta.Sketch
-
Returns a human readable summary of the sketch.
- toString(boolean, boolean, int, boolean) - Method in class org.apache.datasketches.theta.Sketch
-
Gets a human readable listing of contents and summary of the given sketch.
- toString(byte[]) - Static method in class org.apache.datasketches.theta.Sketch
-
Returns a human readable string of the preamble of a byte array image of a Theta Sketch.
- toString(Memory) - Static method in class org.apache.datasketches.theta.Sketch
-
Returns a human readable string of the preamble of a Memory image of a Theta Sketch.
- toString() - Method in class org.apache.datasketches.theta.UpdateSketchBuilder
-
- toString() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
-
- toString() - Method in class org.apache.datasketches.tuple.Sketch
-
- totalN - Variable in class org.apache.datasketches.quantilescommon.SortedViewIterator
-
- toUpdatableByteArray() - Method in class org.apache.datasketches.hll.HllSketch
-
- toUpdatableByteArray() - Method in class org.apache.datasketches.hll.Union
-
- trim() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
-
Rebuilds reducing the actual number of entries to the nominal number of entries if needed
- TupleSketchIterator<S extends Summary> - Class in org.apache.datasketches.tuple
-
Iterator over a generic tuple sketch
- union(BloomFilter) - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Unions two BloomFilters by applying a logical OR.
- Union - Class in org.apache.datasketches.hll
-
This performs union operations for all HllSketches.
- Union() - Constructor for class org.apache.datasketches.hll.Union
-
Construct this Union operator with the default maximum log-base-2 of K.
- Union(int) - Constructor for class org.apache.datasketches.hll.Union
-
Construct this Union operator with a given maximum log-base-2 of K.
- Union(int, WritableMemory) - Constructor for class org.apache.datasketches.hll.Union
-
Construct this Union operator with a given maximum log-base-2 of K and the given
WritableMemory as the destination for this Union.
- union(DoublesSketch) - Method in class org.apache.datasketches.quantiles.DoublesUnion
-
Iterative union operation, which means this method can be repeatedly called.
- union(Memory) - Method in class org.apache.datasketches.quantiles.DoublesUnion
-
Iterative union operation, which means this method can be repeatedly called.
- union(ItemsSketch<T>) - Method in class org.apache.datasketches.quantiles.ItemsUnion
-
Iterative union operation, which means this method can be repeatedly called.
- union(Memory, ArrayOfItemsSerDe<T>) - Method in class org.apache.datasketches.quantiles.ItemsUnion
-
Iterative union operation, which means this method can be repeatedly called.
- Union - Class in org.apache.datasketches.theta
-
Compute the union of two or more theta sketches.
- Union() - Constructor for class org.apache.datasketches.theta.Union
-
- union(Sketch, Sketch) - Method in class org.apache.datasketches.theta.Union
-
This implements a stateless, pair-wise union operation.
- union(Sketch, Sketch, boolean, WritableMemory) - Method in class org.apache.datasketches.theta.Union
-
This implements a stateless, pair-wise union operation.
- union(Sketch) - Method in class org.apache.datasketches.theta.Union
-
Perform a Union operation with this union and the given on-heap sketch of the Theta Family.
- union(Memory) - Method in class org.apache.datasketches.theta.Union
-
Perform a Union operation with this union and the given Memory image of any sketch of the
Theta Family.
- union(DoubleSummary, DoubleSummary) - Method in class org.apache.datasketches.tuple.adouble.DoubleSummarySetOperations
-
- union(IntegerSummary, IntegerSummary) - Method in class org.apache.datasketches.tuple.aninteger.IntegerSummarySetOperations
-
- union(ArrayOfDoublesSketch) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUnion
-
Updates the union by adding a set of entries from a given sketch, which can be on-heap or off-heap.
- union(ArrayOfStringsSummary, ArrayOfStringsSummary) - Method in class org.apache.datasketches.tuple.strings.ArrayOfStringsSummarySetOperations
-
- union(S, S) - Method in interface org.apache.datasketches.tuple.SummarySetOperations
-
This is called by the union operator when both sketches have the same hash value.
- Union<S extends Summary> - Class in org.apache.datasketches.tuple
-
Compute the union of two or more generic tuple sketches or generic tuple sketches combined with
theta sketches.
- Union(SummarySetOperations<S>) - Constructor for class org.apache.datasketches.tuple.Union
-
Creates new Union instance with instructions on how to process two summaries that
overlap.
- Union(int, SummarySetOperations<S>) - Constructor for class org.apache.datasketches.tuple.Union
-
Creates new Union instance.
- union(Sketch<S>, Sketch<S>) - Method in class org.apache.datasketches.tuple.Union
-
Perform a stateless, pair-wise union operation between two tuple sketches.
- union(Sketch<S>, Sketch, S) - Method in class org.apache.datasketches.tuple.Union
-
Perform a stateless, pair-wise union operation between a tupleSketch and a thetaSketch.
- union(Sketch<S>) - Method in class org.apache.datasketches.tuple.Union
-
Performs a stateful union of the internal set with the given tupleSketch.
- union(Sketch, S) - Method in class org.apache.datasketches.tuple.Union
-
Performs a stateful union of the internal set with the given thetaSketch by combining entries
using the hashes from the theta sketch and summary values from the given summary.
- UniqueCountMap - Class in org.apache.datasketches.hllmap
-
This is a real-time, key-value HLL mapping sketch that tracks approximate unique counts of
identifiers (the values) associated with each key.
- UniqueCountMap(int) - Constructor for class org.apache.datasketches.hllmap.UniqueCountMap
-
Constructs a UniqueCountMap with an initial capacity of one million entries.
- UniqueCountMap(int, int) - Constructor for class org.apache.datasketches.hllmap.UniqueCountMap
-
Constructs a UniqueCountMap with a given initial number of entries.
- unpackBits(long[], int, int, byte[], int, int) - Static method in class org.apache.datasketches.theta.BitPacking
-
The unpacking operation
- UNSUPPORTED_MSG - Static variable in interface org.apache.datasketches.quantilescommon.QuantilesAPI
-
- UpdatableSketch<U,S extends UpdatableSummary<U>> - Class in org.apache.datasketches.tuple
-
An extension of QuickSelectSketch<S>, which can be updated with many types of keys.
- UpdatableSketch(int, int, float, SummaryFactory<S>) - Constructor for class org.apache.datasketches.tuple.UpdatableSketch
-
This is to create a new instance of an UpdatableQuickSelectSketch.
- UpdatableSketch(Memory, SummaryDeserializer<S>, SummaryFactory<S>) - Constructor for class org.apache.datasketches.tuple.UpdatableSketch
-
- UpdatableSketch(UpdatableSketch<U, S>) - Constructor for class org.apache.datasketches.tuple.UpdatableSketch
-
Copy Constructor
- UpdatableSketchBuilder<U,S extends UpdatableSummary<U>> - Class in org.apache.datasketches.tuple
-
For building a new generic tuple UpdatableSketch
- UpdatableSketchBuilder(SummaryFactory<S>) - Constructor for class org.apache.datasketches.tuple.UpdatableSketchBuilder
-
Creates an instance of UpdatableSketchBuilder with default parameters
- UpdatableSummary<U> - Interface in org.apache.datasketches.tuple
-
Interface for updating user-defined Summary
- update(long) - Method in class org.apache.datasketches.cpc.CpcSketch
-
Present the given long as a potential unique item.
- update(double) - Method in class org.apache.datasketches.cpc.CpcSketch
-
Present the given double (or float) datum as a potential unique item.
- update(String) - Method in class org.apache.datasketches.cpc.CpcSketch
-
Present the given String as a potential unique item.
- update(byte[]) - Method in class org.apache.datasketches.cpc.CpcSketch
-
Present the given byte array as a potential unique item.
- update(ByteBuffer) - Method in class org.apache.datasketches.cpc.CpcSketch
-
Present the given ByteBuffer as a potential unique item
If the ByteBuffer is null or empty no update attempt is made and the method returns
- update(char[]) - Method in class org.apache.datasketches.cpc.CpcSketch
-
Present the given char array as a potential unique item.
- update(int[]) - Method in class org.apache.datasketches.cpc.CpcSketch
-
Present the given integer array as a potential unique item.
- update(long[]) - Method in class org.apache.datasketches.cpc.CpcSketch
-
Present the given long array as a potential unique item.
- update(CpcSketch) - Method in class org.apache.datasketches.cpc.CpcUnion
-
Update this union with a CpcSketch.
- update(String[]) - Method in class org.apache.datasketches.fdt.FdtSketch
-
Update the sketch with the given string array tuple.
- update(long) - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Updates the filter with the provided long value.
- update(double) - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Updates the filter with the provided double value.
- update(String) - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Updates the filter with the provided String.
- update(byte[]) - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Updates the filter with the provided byte[].
- update(char[]) - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Updates the filter with the provided char[].
- update(short[]) - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Updates the filter with the provided short[].
- update(int[]) - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Updates the filter with the provided int[].
- update(long[]) - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Updates the filter with the provided long[].
- update(Memory) - Method in class org.apache.datasketches.filters.bloomfilter.BloomFilter
-
Updates the filter with the data in the provided Memory.
- update(T) - Method in class org.apache.datasketches.frequencies.ItemsSketch
-
Update this sketch with an item and a frequency count of one.
- update(T, long) - Method in class org.apache.datasketches.frequencies.ItemsSketch
-
Update this sketch with an item and a positive frequency count.
- update(long) - Method in class org.apache.datasketches.frequencies.LongsSketch
-
Update this sketch with an item and a frequency count of one.
- update(long, long) - Method in class org.apache.datasketches.frequencies.LongsSketch
-
Update this sketch with a item and a positive frequency count (or weight).
- update(HllSketch) - Method in class org.apache.datasketches.hll.Union
-
Update this union operator with the given sketch.
- update(byte[], byte[]) - Method in class org.apache.datasketches.hllmap.UniqueCountMap
-
Updates the map with a given key and identifier and returns the estimate of the number of
unique identifiers encountered so far for the given key.
- update(double) - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
- update(double, long) - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
Weighted update.
- update(double[], int, int) - Method in class org.apache.datasketches.kll.KllDoublesSketch
-
Vector update.
- update(float) - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
- update(float, long) - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
Weighted update.
- update(float[], int, int) - Method in class org.apache.datasketches.kll.KllFloatsSketch
-
Vector update.
- update(T) - Method in class org.apache.datasketches.kll.KllItemsSketch
-
- update(T, long) - Method in class org.apache.datasketches.kll.KllItemsSketch
-
Weighted update.
- update(long) - Method in class org.apache.datasketches.kll.KllLongsSketch
-
- update(long, long) - Method in class org.apache.datasketches.kll.KllLongsSketch
-
Weighted update.
- update(long[], int, int) - Method in class org.apache.datasketches.kll.KllLongsSketch
-
Vector update.
- update(double) - Method in class org.apache.datasketches.quantiles.CompactDoublesSketch
-
- update(double) - Method in class org.apache.datasketches.quantiles.DoublesUnion
-
Update this union with the given double (or float) data Item.
- update(T) - Method in class org.apache.datasketches.quantiles.ItemsSketch
-
- update(T) - Method in class org.apache.datasketches.quantiles.ItemsUnion
-
Update this union with the given dataItem.
- update(double) - Method in class org.apache.datasketches.quantiles.UpdateDoublesSketch
-
Updates this sketch with the given double data item
- update(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
-
Updates this sketch with the given item.
- update(float) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
-
Updates this sketch with the given item.
- update(T) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
-
Updates this sketch with the given item.
- update(long) - Method in interface org.apache.datasketches.quantilescommon.QuantilesLongsAPI
-
Updates this sketch with the given item.
- update(float) - Method in class org.apache.datasketches.req.ReqSketch
-
- update(T) - Method in class org.apache.datasketches.sampling.EbppsItemsSketch
-
Updates this sketch with the given data item with weight 1.0.
- update(T, double) - Method in class org.apache.datasketches.sampling.EbppsItemsSketch
-
Updates this sketch with the given data item with the given weight.
- update(T) - Method in class org.apache.datasketches.sampling.ReservoirItemsSketch
-
Randomly decide whether or not to include an item in the sample set.
- update(ReservoirItemsSketch<T>) - Method in class org.apache.datasketches.sampling.ReservoirItemsUnion
-
Union the given sketch.
- update(Memory, ArrayOfItemsSerDe<T>) - Method in class org.apache.datasketches.sampling.ReservoirItemsUnion
-
Union the given Memory image of the sketch.
- update(T) - Method in class org.apache.datasketches.sampling.ReservoirItemsUnion
-
Present this union with a single item to be added to the union.
- update(long, int, ArrayList<T>) - Method in class org.apache.datasketches.sampling.ReservoirItemsUnion
-
Present this union with raw elements of a sketch.
- update(long) - Method in class org.apache.datasketches.sampling.ReservoirLongsSketch
-
Randomly decide whether or not to include an item in the sample set.
- update(ReservoirLongsSketch) - Method in class org.apache.datasketches.sampling.ReservoirLongsUnion
-
Union the given sketch.
- update(Memory) - Method in class org.apache.datasketches.sampling.ReservoirLongsUnion
-
Union the given Memory image of the sketch.
- update(long) - Method in class org.apache.datasketches.sampling.ReservoirLongsUnion
-
Present this union with a long.
- update(T, double) - Method in class org.apache.datasketches.sampling.VarOptItemsSketch
-
Randomly decide whether or not to include an item in the sample set.
- update(VarOptItemsSketch<T>) - Method in class org.apache.datasketches.sampling.VarOptItemsUnion
-
Union the given sketch.
- update(Memory, ArrayOfItemsSerDe<T>) - Method in class org.apache.datasketches.sampling.VarOptItemsUnion
-
Union the given Memory image of the sketch.
- update(ReservoirItemsSketch<T>) - Method in class org.apache.datasketches.sampling.VarOptItemsUnion
-
Union a reservoir sketch.
- update(double) - Method in class org.apache.datasketches.tdigest.TDigestDouble
-
Update this TDigest with the given value
- update(long) - Method in class org.apache.datasketches.theta.Union
-
Update this union with the given long data item.
- update(double) - Method in class org.apache.datasketches.theta.Union
-
Update this union with the given double (or float) data item.
- update(String) - Method in class org.apache.datasketches.theta.Union
-
Update this union with the with the given String data item.
- update(byte[]) - Method in class org.apache.datasketches.theta.Union
-
Update this union with the given byte array item.
- update(ByteBuffer) - Method in class org.apache.datasketches.theta.Union
-
Update this union with the given ByteBuffer item.
- update(int[]) - Method in class org.apache.datasketches.theta.Union
-
Update this union with the given integer array item.
- update(char[]) - Method in class org.apache.datasketches.theta.Union
-
Update this union with the given char array item.
- update(long[]) - Method in class org.apache.datasketches.theta.Union
-
Update this union with the given long array item.
- update(long) - Method in class org.apache.datasketches.theta.UpdateSketch
-
Present this sketch with a long.
- update(double) - Method in class org.apache.datasketches.theta.UpdateSketch
-
Present this sketch with the given double (or float) datum.
- update(String) - Method in class org.apache.datasketches.theta.UpdateSketch
-
Present this sketch with the given String.
- update(byte[]) - Method in class org.apache.datasketches.theta.UpdateSketch
-
Present this sketch with the given byte array.
- update(ByteBuffer) - Method in class org.apache.datasketches.theta.UpdateSketch
-
Present this sketch with the given ByteBuffer
If the ByteBuffer is null or empty, no update attempt is made and the method returns.
- update(char[]) - Method in class org.apache.datasketches.theta.UpdateSketch
-
Present this sketch with the given char array.
- update(int[]) - Method in class org.apache.datasketches.theta.UpdateSketch
-
Present this sketch with the given integer array.
- update(long[]) - Method in class org.apache.datasketches.theta.UpdateSketch
-
Present this sketch with the given long array.
- update(String, Double) - Method in class org.apache.datasketches.tuple.adouble.DoubleSketch
-
- update(long, Double) - Method in class org.apache.datasketches.tuple.adouble.DoubleSketch
-
- update(Double) - Method in class org.apache.datasketches.tuple.adouble.DoubleSummary
-
- update(String, Integer) - Method in class org.apache.datasketches.tuple.aninteger.IntegerSketch
-
- update(long, Integer) - Method in class org.apache.datasketches.tuple.aninteger.IntegerSketch
-
- update(Integer) - Method in class org.apache.datasketches.tuple.aninteger.IntegerSummary
-
- update(ArrayOfDoublesSketch, ArrayOfDoublesSketch) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesAnotB
-
Perform A-and-not-B set operation on the two given sketches.
- update(ArrayOfDoublesSketch, ArrayOfDoublesSketch) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesAnotBImpl
-
- update(long, double[]) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
-
Updates this sketch with a long key and double values.
- update(double, double[]) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
-
Updates this sketch with a double key and double values.
- update(String, double[]) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
-
Updates this sketch with a String key and double values.
- update(byte[], double[]) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
-
Updates this sketch with a byte[] key and double values.
- update(ByteBuffer, double[]) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
-
Updates this sketch with a ByteBuffer key and double values.
- update(int[], double[]) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
-
Updates this sketch with a int[] key and double values.
- update(long[], double[]) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
-
Updates this sketch with a long[] key and double values.
- update(String[], String[]) - Method in class org.apache.datasketches.tuple.strings.ArrayOfStringsSketch
-
Updates the sketch with String arrays for both key and value.
- update(String[]) - Method in class org.apache.datasketches.tuple.strings.ArrayOfStringsSummary
-
- update(long, U) - Method in class org.apache.datasketches.tuple.UpdatableSketch
-
Updates this sketch with a long key and U value.
- update(double, U) - Method in class org.apache.datasketches.tuple.UpdatableSketch
-
Updates this sketch with a double key and U value.
- update(String, U) - Method in class org.apache.datasketches.tuple.UpdatableSketch
-
Updates this sketch with a String key and U value.
- update(byte[], U) - Method in class org.apache.datasketches.tuple.UpdatableSketch
-
Updates this sketch with a byte[] key and U value.
- update(ByteBuffer, U) - Method in class org.apache.datasketches.tuple.UpdatableSketch
-
Updates this sketch with a ByteBuffer and U value
The value is passed to the update() method of the Summary object associated with the key
- update(int[], U) - Method in class org.apache.datasketches.tuple.UpdatableSketch
-
Updates this sketch with a int[] key and U value.
- update(long[], U) - Method in class org.apache.datasketches.tuple.UpdatableSketch
-
Updates this sketch with a long[] key and U value.
- update(U) - Method in interface org.apache.datasketches.tuple.UpdatableSummary
-
This is to provide a method of updating summaries.
- UpdateDoublesSketch - Class in org.apache.datasketches.quantiles
-
- UpdateReturnState - Enum in org.apache.datasketches.theta
-
- UpdateSketch - Class in org.apache.datasketches.theta
-
The parent class for the Update Sketch families, such as QuickSelect and Alpha.
- updateSketchBuilder() - Static method in class org.apache.datasketches.theta.Sketches
-
- UpdateSketchBuilder - Class in org.apache.datasketches.theta
-
For building a new UpdateSketch.
- UpdateSketchBuilder() - Constructor for class org.apache.datasketches.theta.UpdateSketchBuilder
-
Constructor for building a new UpdateSketch.
- upperBound - Variable in class org.apache.datasketches.partitions.Partitioner.PartitionBoundsRow
-
The upper bound value
- Util - Class in org.apache.datasketches.common
-
Common utility functions.
- Util - Class in org.apache.datasketches.tuple
-
Common utility functions for Tuples
- Util() - Constructor for class org.apache.datasketches.tuple.Util
-