+- GE - org.apache.datasketches.quantilescommon.GenericInequalitySearch.Inequality
+-
+
Given a sorted array of increasing values arr[] and a key value V,
+ this criterion instructs the binary search algorithm to find the lowest adjacent pair of
+ values {A,B} such that A < V ≤ B.
+ Let low = index of the lowest value in the range.
+ Let high = index of the highest value in the range.
+
+- GE - org.apache.datasketches.quantilescommon.InequalitySearch
+-
+
Given a sorted array of increasing values arr[] and a key value V,
+ this criterion instructs the binary search algorithm to find the lowest adjacent pair of
+ values {A,B} such that A < V ≤ B.
+ Let low = index of the lowest value in the range.
+ Let high = index of the highest value in the range.
+
+- 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
+-
+
Implements PartitionBoundaries
+
+- GenericPartitionBoundaries(long, T[], long[], double[], T, T, QuantileSearchCriteria) - Constructor for class org.apache.datasketches.quantilescommon.GenericPartitionBoundaries
+-
+- 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
+-
+- 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.
+
+- 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
+-
+- getCaseDescription() - Method in enum org.apache.datasketches.thetacommon.SetOperationCornerCases.CornerCase
+-
+- getCDF(double[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
+-
+
+
+- getCDF(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllDoublesSketch
+-
+- getCDF(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.DoublesSketch
+-
+- 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(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 class org.apache.datasketches.kll.KllFloatsSketch
+-
+- 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(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(float[], QuantileSearchCriteria) - Method in class org.apache.datasketches.req.ReqSketch
+-
+- getCDF(T[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
+-
+
+
+- getCDF(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketch
+-
+- getCDF(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketchSortedView
+-
+- getCDF(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketch
+-
+- getCDF(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketchSortedView
+-
+- 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(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.
+
+- 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
+-
+- 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
+-
+- 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.
+
+- getCumulativeWeights() - Method in class org.apache.datasketches.kll.KllDoublesSketchSortedView
+-
+- getCumulativeWeights() - Method in class org.apache.datasketches.kll.KllFloatsSketchSortedView
+-
+- getCumulativeWeights() - Method in class org.apache.datasketches.kll.KllItemsSketchSortedView
+-
+- getCumulativeWeights() - Method in class org.apache.datasketches.quantiles.DoublesSketchSortedView
+-
+- getCumulativeWeights() - Method in class org.apache.datasketches.quantiles.ItemsSketchSortedView
+-
+- getCumulativeWeights() - Method in interface org.apache.datasketches.quantilescommon.SortedView
+-
+
Returns the array of cumulative weights from the sketch.
+
+- getCumulativeWeights() - Method in class org.apache.datasketches.req.ReqSketchSortedView
+-
+- 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() - Method in class org.apache.datasketches.frequencies.ItemsSketch.Row
+-
+- 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() - Method in class org.apache.datasketches.sampling.SampleSubsetSummary
+-
+- getEstimate() - Method in class org.apache.datasketches.theta.Sketch
+-
+
Gets the unique count estimate.
+
+- 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(byte[]) - Method in class org.apache.datasketches.hllmap.UniqueCountMap
+-
+
Retrieves the current estimate of unique count for a given key.
+
+- 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.
+
+- getEstimate(long) - Method in class org.apache.datasketches.frequencies.LongsSketch
+-
+
Gets the estimate of the frequency of the given item.
+
+- 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(T) - Method in class org.apache.datasketches.frequencies.ItemsSketch
+-
+
Gets the estimate of the frequency of the given item.
+
+- 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) - Static method in class org.apache.datasketches.thetacommon.BoundsOnRatiosInTupleSketchedSets
+-
+
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
+
+- 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
+
+- 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(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.ItemsSketch
+-
+
Returns an array of Rows that include frequent items, estimates, upper and lower bounds
+ given an ErrorCondition and the default threshold.
+
+- 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.thetacommon.SetOperationCornerCases.CornerCase
+-
+- getID() - Method in enum org.apache.datasketches.common.Family
+-
+
Returns the byte ID for this family
+
+- 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>, int, Comparator<? super T>) - Static method in class org.apache.datasketches.quantiles.ItemsUnion
+-
+
Create an instance of ItemsUnion
+
+- 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>, Comparator<? super T>) - Static method in class org.apache.datasketches.quantiles.ItemsUnion
+-
+
Create an instance of ItemsUnion with the default k
+
+- 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>, Memory, Comparator<? super T>, ArrayOfItemsSerDe<T>) - Static method in class org.apache.datasketches.quantiles.ItemsUnion
+-
+
Heapify the given srcMem into a Union object.
+
+- 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(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(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(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.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.
+
+- 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
+
+- 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() - Method in class org.apache.datasketches.fdt.Group
+-
+- getLowerBound() - Method in class org.apache.datasketches.frequencies.ItemsSketch.Row
+-
+- getLowerBound() - Method in class org.apache.datasketches.frequencies.LongsSketch.Row
+-
+- getLowerBound() - Method in class org.apache.datasketches.sampling.SampleSubsetSummary
+-
+- getLowerBound(byte[]) - Method in class org.apache.datasketches.hllmap.UniqueCountMap
+-
+
+
+- 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(int) - Method in class org.apache.datasketches.hll.HllSketch
+-
+- getLowerBound(int) - Method in class org.apache.datasketches.hll.Union
+-
+- 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) - 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.
+
+- 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) - Method in class org.apache.datasketches.frequencies.LongsSketch
+-
+
Gets the guaranteed lower bound frequency of the given item, which can never be
+ negative.
+
+- getLowerBound(long, double, int, boolean) - Static method in class org.apache.datasketches.thetacommon.BinomialBoundsN
+-
+
Returns the approximate lower bound value
+
+- 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.
+
+- 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) - 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<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
+
+- 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
+-
+
+
+- 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.kll.KllDoublesSketchSortedView
+-
+- getMaxItem() - Method in class org.apache.datasketches.kll.KllFloatsSketchSortedView
+-
+- getMaxItem() - Method in class org.apache.datasketches.kll.KllItemsSketchSortedView
+-
+- getMaxItem() - Method in class org.apache.datasketches.quantiles.DoublesSketch
+-
+- getMaxItem() - Method in class org.apache.datasketches.quantiles.DoublesSketchSortedView
+-
+- getMaxItem() - Method in class org.apache.datasketches.quantiles.ItemsSketch
+-
+- getMaxItem() - Method in class org.apache.datasketches.quantiles.ItemsSketchSortedView
+-
+- getMaxItem() - Method in interface org.apache.datasketches.quantilescommon.DoublesSortedView
+-
+
Returns the maximum item of the stream.
+
+- 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 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 class org.apache.datasketches.req.ReqSketch
+-
+- getMaxItem() - Method in class org.apache.datasketches.req.ReqSketchSortedView
+-
+- 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.
+
+- 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() - Method in class org.apache.datasketches.theta.Union
+-
+
Returns the maximum required storage bytes for this union.
+
+- 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
+-
+
+
+- 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
+-
+
+
+- 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.kll.KllDoublesSketchSortedView
+-
+- getMinItem() - Method in class org.apache.datasketches.kll.KllFloatsSketchSortedView
+-
+- getMinItem() - Method in class org.apache.datasketches.kll.KllItemsSketchSortedView
+-
+- getMinItem() - Method in class org.apache.datasketches.quantiles.DoublesSketch
+-
+- getMinItem() - Method in class org.apache.datasketches.quantiles.DoublesSketchSortedView
+-
+- getMinItem() - Method in class org.apache.datasketches.quantiles.ItemsSketch
+-
+- getMinItem() - Method in class org.apache.datasketches.quantiles.ItemsSketchSortedView
+-
+- getMinItem() - Method in interface org.apache.datasketches.quantilescommon.DoublesSortedView
+-
+
Returns the minimum item of the stream.
+
+- 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 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 class org.apache.datasketches.req.ReqSketch
+-
+- getMinItem() - Method in class org.apache.datasketches.req.ReqSketchSortedView
+-
+- getMinPreLongs() - Method in enum org.apache.datasketches.common.Family
+-
+
Returns the minimum preamble size for this family in longs
+
+- getN() - Method in class org.apache.datasketches.kll.KllDoublesSketchSortedView
+-
+- getN() - Method in class org.apache.datasketches.kll.KllFloatsSketchSortedView
+-
+- getN() - Method in class org.apache.datasketches.kll.KllItemsSketchSortedView
+-
+- getN() - Method in class org.apache.datasketches.quantiles.DoublesSketch
+-
+- getN() - Method in class org.apache.datasketches.quantiles.DoublesSketchSortedView
+-
+- getN() - Method in class org.apache.datasketches.quantiles.ItemsSketch
+-
+- getN() - Method in class org.apache.datasketches.quantiles.ItemsSketchSortedView
+-
+- getN() - Method in class org.apache.datasketches.quantilescommon.GenericPartitionBoundaries
+-
+- getN() - Method in interface org.apache.datasketches.quantilescommon.PartitionBoundaries
+-
+
Gets the length of the input stream offered to the underlying sketch.
+
+- 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.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.req.ReqSketchSortedView
+-
+- 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
+-
+- getNaturalRank(double, long, QuantileSearchCriteria) - Static method in class org.apache.datasketches.quantilescommon.QuantilesUtil
+-
+- 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
+-
+- getNaturalRanks() - Method in interface org.apache.datasketches.quantilescommon.PartitionBoundaries
+-
+
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(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(boolean) - Method in class org.apache.datasketches.kll.KllSketch
+-
+
Gets the approximate rank error of this sketch normalized as a fraction between zero and one.
+
+- getNormalizedRankError(boolean) - Method in class org.apache.datasketches.quantiles.DoublesSketch
+-
+
Gets the approximate rank error of this sketch normalized as a fraction between zero and one.
+
+- getNormalizedRankError(boolean) - Method in class org.apache.datasketches.quantiles.ItemsSketch
+-
+
Gets the approximate rank error of this sketch normalized as a fraction between zero and one.
+
+- getNormalizedRankError(int, boolean) - Static method in class org.apache.datasketches.kll.KllSketch
+-
+
Gets the normalized rank error given k and pmf.
+
+- getNormalizedRankError(int, boolean) - Static method in class org.apache.datasketches.quantiles.ClassicUtil
+-
+
Used by Classic Quantiles.
+
+- getNormalizedRankError(int, boolean) - Static method in class org.apache.datasketches.quantiles.DoublesSketch
+-
+
Gets the normalized rank error given k and pmf.
+
+- getNormalizedRankError(int, boolean) - Static method in class org.apache.datasketches.quantiles.ItemsSketch
+-
+
Gets the normalized rank error given k and pmf.
+
+- getNormalizedRanks() - Method in class org.apache.datasketches.quantilescommon.GenericPartitionBoundaries
+-
+- getNormalizedRanks() - Method in interface org.apache.datasketches.quantilescommon.PartitionBoundaries
+-
+
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
+-
+- getNumDeltaItems() - Method in interface org.apache.datasketches.quantilescommon.PartitionBoundaries
+-
+
Gets the number of items to be included for each partition as an array.
+
+- getNumPartitions() - Method in class org.apache.datasketches.quantilescommon.GenericPartitionBoundaries
+-
+- getNumPartitions() - Method in interface org.apache.datasketches.quantilescommon.PartitionBoundaries
+-
+
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 interface org.apache.datasketches.quantilescommon.QuantilesAPI
+-
+
Gets the number of quantiles retained by the sketch.
+
+- 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
+
+- getPartitionBoundaries(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.
+
+- getPartitionBoundaries(int, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketch
+-
+- getPartitionBoundaries(int, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketchSortedView
+-
+- getPartitionBoundaries(int, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketch
+-
+- getPartitionBoundaries(int, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketchSortedView
+-
+- getPartitionBoundaries(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.
+
+- getPMF(double[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
+-
+
+
+- getPMF(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllDoublesSketch
+-
+- getPMF(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.DoublesSketch
+-
+- 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(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 class org.apache.datasketches.kll.KllFloatsSketch
+-
+- 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(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(float[], QuantileSearchCriteria) - Method in class org.apache.datasketches.req.ReqSketch
+-
+- getPMF(T[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
+-
+
+
+- getPMF(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketch
+-
+- getPMF(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketchSortedView
+-
+- getPMF(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketch
+-
+- getPMF(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketchSortedView
+-
+- 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(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.
+
+- 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
+-
+- 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() - Method in class org.apache.datasketches.kll.KllDoublesSketchIterator
+-
+- getQuantile() - Method in class org.apache.datasketches.kll.KllFloatsSketchIterator
+-
+- getQuantile() - Method in class org.apache.datasketches.kll.KllItemsSketchIterator
+-
+- getQuantile() - Method in class org.apache.datasketches.quantiles.DoublesSketchIterator
+-
+- getQuantile() - Method in class org.apache.datasketches.quantiles.ItemsSketchIterator
+-
+- getQuantile() - Method in class org.apache.datasketches.quantilescommon.DoublesSortedViewIterator
+-
+
Gets the quantile at the current index.
+
+- getQuantile() - Method in class org.apache.datasketches.quantilescommon.FloatsSortedViewIterator
+-
+
Gets the quantile at the current index.
+
+- getQuantile() - Method in class org.apache.datasketches.quantilescommon.GenericSortedViewIterator
+-
+
Gets the quantile at the current index.
+
+- getQuantile() - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesSketchIterator
+-
+
Gets the double quantile at the current index.
+
+- getQuantile() - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsSketchIterator
+-
+
Gets the float quantile at the current index.
+
+- getQuantile() - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericSketchIterator
+-
+
Gets the generic quantile at the current index.
+
+- getQuantile() - Method in class org.apache.datasketches.req.ReqSketchIterator
+-
+- getQuantile(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
+-
+
+
+- getQuantile(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
+-
+
+
+- getQuantile(double) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
+-
+
+
+- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllDoublesSketch
+-
+- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllDoublesSketchSortedView
+-
+- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllFloatsSketch
+-
+- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllFloatsSketchSortedView
+-
+- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketch
+-
+- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketchSortedView
+-
+- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.DoublesSketch
+-
+- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.DoublesSketchSortedView
+-
+- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketch
+-
+- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketchSortedView
+-
+- 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(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(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(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(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(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(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.req.ReqSketch
+-
+- getQuantile(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.req.ReqSketchSortedView
+-
+- 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.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 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() - Method in class org.apache.datasketches.kll.KllDoublesSketchSortedView
+-
+- getQuantiles() - Method in class org.apache.datasketches.kll.KllFloatsSketchSortedView
+-
+- getQuantiles() - Method in class org.apache.datasketches.kll.KllItemsSketchSortedView
+-
+- getQuantiles() - Method in class org.apache.datasketches.quantiles.DoublesSketchSortedView
+-
+- getQuantiles() - Method in class org.apache.datasketches.quantiles.ItemsSketchSortedView
+-
+- getQuantiles() - Method in interface org.apache.datasketches.quantilescommon.DoublesSortedView
+-
+
Returns an array of all retained quantiles by the sketch.
+
+- 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() - Method in class org.apache.datasketches.req.ReqSketchSortedView
+-
+- getQuantiles(double[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
+-
+
+
+- getQuantiles(double[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
+-
+
+
+- getQuantiles(double[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
+-
+
+
+- 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.KllItemsSketchSortedView
+-
+- getQuantiles(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.DoublesSketch
+-
+- getQuantiles(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketch
+-
+- getQuantiles(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketchSortedView
+-
+- 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[], QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
+-
+
Gets an array of quantiles from the given array of normalized ranks.
+
+- 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[], 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.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 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) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
+-
+
+
+- getRank(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllDoublesSketch
+-
+- getRank(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllDoublesSketchSortedView
+-
+- getRank(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.DoublesSketch
+-
+- getRank(double, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.DoublesSketchSortedView
+-
+- getRank(double, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.DoublesSortedView
+-
+
Gets the normalized rank corresponding to the given a quantile.
+
+- 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 class org.apache.datasketches.kll.KllFloatsSketch
+-
+- getRank(float, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllFloatsSketchSortedView
+-
+- getRank(float, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.FloatsSortedView
+-
+
Gets the normalized rank corresponding to the given a quantile.
+
+- getRank(float, QuantileSearchCriteria) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
+-
+
Gets the normalized rank corresponding to the given a quantile.
+
+- getRank(float, QuantileSearchCriteria) - Method in class org.apache.datasketches.req.ReqSketch
+-
+- getRank(float, QuantileSearchCriteria) - Method in class org.apache.datasketches.req.ReqSketchSortedView
+-
+- getRank(T) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
+-
+
+
+- getRank(T, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketch
+-
+- getRank(T, QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketchSortedView
+-
+- getRank(T, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketch
+-
+- getRank(T, QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketchSortedView
+-
+- 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 interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
+-
+
Gets the normalized rank corresponding to the given a quantile.
+
+- 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.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[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesDoublesAPI
+-
+
+
+- getRanks(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllDoublesSketch
+-
+- getRanks(double[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.DoublesSketch
+-
+- 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 class org.apache.datasketches.kll.KllFloatsSketch
+-
+- 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(float[], QuantileSearchCriteria) - Method in class org.apache.datasketches.req.ReqSketch
+-
+- getRanks(T[]) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
+-
+
+
+- getRanks(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.kll.KllItemsSketch
+-
+- getRanks(T[], QuantileSearchCriteria) - Method in class org.apache.datasketches.quantiles.ItemsSketch
+-
+- 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.
+
+- 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.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() - Method in class org.apache.datasketches.hll.Union
+-
+
Return the result of this union operator as an HLL_4 sketch.
+
+- 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() - 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.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() - Method in class org.apache.datasketches.theta.Intersection
+-
+
Gets the result of this operation as an ordered CompactSketch on the Java heap.
+
+- getResult() - Method in class org.apache.datasketches.theta.Union
+-
+
Gets the result of this operation as an ordered CompactSketch on the Java heap.
+
+- getResult() - 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() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesIntersection
+-
+
Gets the internal set as an on-heap 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.theta.AnotB
+-
+
+
+- getResult(boolean) - Method in class org.apache.datasketches.tuple.AnotB
+-
+
+
+- getResult(boolean) - Method in class org.apache.datasketches.tuple.Union
+-
+
Gets the result of a sequence of stateful union operations as an unordered CompactSketch.
+
+- 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(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, WritableMemory, boolean) - Method in class org.apache.datasketches.theta.AnotB
+-
+
+
+- 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(TgtHllType) - Method in class org.apache.datasketches.hll.Union
+-
+
Return the result of this union operator with the specified
TgtHllType
+
+- 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(WritableMemory) - 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.ArrayOfDoublesAnotBImpl
+-
+- 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
+
+- 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() - 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
+-
+- getRetainedEntries(boolean) - Method in class org.apache.datasketches.theta.Sketch
+-
+
Returns the number of entries that have been retained by the 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() - Method in class org.apache.datasketches.sampling.ReservoirLongsSketch
+-
+
Returns a copy of the items in the reservoir.
+
+- 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.
+
+- getSamplingProbability() - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
+-
+
Gets the configured sampling probability
+
+- getSearchCriteria() - Method in class org.apache.datasketches.quantilescommon.GenericPartitionBoundaries
+-
+- getSearchCriteria() - Method in interface org.apache.datasketches.quantilescommon.PartitionBoundaries
+-
+
Gets the search criteria specified for the source sketch
+
+- 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
+-
+
+
+- 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 class org.apache.datasketches.req.ReqSketch
+-
+- getSerVer() - Method in enum org.apache.datasketches.kll.KllSketch.SketchStructure
+-
+- 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
+-
+- getSketchType() - Method in class org.apache.datasketches.quantiles.ItemsSketch
+-
+- 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.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 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
+-
+- 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() - Method in class org.apache.datasketches.fdt.Group
+-
+- getUpperBound() - Method in class org.apache.datasketches.frequencies.ItemsSketch.Row
+-
+- getUpperBound() - Method in class org.apache.datasketches.frequencies.LongsSketch.Row
+-
+- getUpperBound() - Method in class org.apache.datasketches.sampling.SampleSubsetSummary
+-
+- getUpperBound(byte[]) - Method in class org.apache.datasketches.hllmap.UniqueCountMap
+-
+
+
+- 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(int) - Method in class org.apache.datasketches.hll.HllSketch
+-
+- getUpperBound(int) - Method in class org.apache.datasketches.hll.Union
+-
+- 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) - 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.
+
+- 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) - Method in class org.apache.datasketches.frequencies.LongsSketch
+-
+
Gets the guaranteed upper bound frequency of the given item.
+
+- getUpperBound(long, double, int, boolean) - Static method in class org.apache.datasketches.thetacommon.BinomialBoundsN
+-
+
Returns the approximate upper bound value
+
+- getUpperBound(T) - Method in class org.apache.datasketches.frequencies.ItemsSketch
+-
+
Gets the guaranteed upper bound frequency of the given item.
+
+- 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) - 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<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
+
+- 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
+-
+- 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
+
+- GT - org.apache.datasketches.quantilescommon.GenericInequalitySearch.Inequality
+-
+
Given a sorted array of increasing values arr[] and a key value V,
+ this criterion instructs the binary search algorithm to find the lowest adjacent pair of
+ values {A,B} such that A ≤ V < B.
+ Let low = index of the lowest value in the range.
+ Let high = index of the highest value in the range.
+
+- GT - org.apache.datasketches.quantilescommon.InequalitySearch
+-
+
Given a sorted array of increasing values arr[] and a key value V,
+ this criterion instructs the binary search algorithm to find the lowest adjacent pair of
+ values {A,B} such that A ≤ V < B.
+ Let low = index of the lowest value in the range.
+ Let high = index of the highest value in the range.
+
+
+- hash(byte[], int, int, long) - Static method in class org.apache.datasketches.hash.MurmurHash3
+-
+
Hash a portion of the given byte[] array.
+
+- hash(byte[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3
+-
+
Hash the given byte[] array.
+
+- hash(char[], int, int, long) - Static method in class org.apache.datasketches.hash.MurmurHash3
+-
+
Hash a portion of the given char[] array.
+
+- hash(char[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3
+-
+
Hash the given char[] array.
+
+- hash(int[], int, int, long) - Static method in class org.apache.datasketches.hash.MurmurHash3
+-
+
Hash a portion of the given int[] array.
+
+- hash(int[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3
+-
+
Hash the given int[] array.
+
+- hash(long[], int, int, long) - Static method in class org.apache.datasketches.hash.MurmurHash3
+-
+
Hash a portion of the given long[] array.
+
+- hash(long[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3
+-
+
Hash the given long[] array.
+
+- 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.XxHash
+-
+
Returns a 64-bit hash.
+
+- 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.
+
+- 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(byte[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
+-
+
Hash a byte[] and long seed.
+
+- hashToBytes(char[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
+-
+
Hash a char[] and long seed.
+
+- hashToBytes(double, long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
+-
+
Hash a double and long seed.
+
+- hashToBytes(int[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
+-
+
Hash an int[] and long seed.
+
+- 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(String, long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
+-
+
Hash a String and long seed.
+
+- hashToLongs(byte[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
+-
+
Hash a byte[] and long seed.
+
+- hashToLongs(char[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
+-
+
Hash a char[] and long seed.
+
+- hashToLongs(double, long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
+-
+
Hash a double and long seed.
+
+- hashToLongs(int[], long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
+-
+
Hash a int[] 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(String, long) - Static method in class org.apache.datasketches.hash.MurmurHash3Adaptor
+-
+
Hash a String and long seed.
+
+- 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.theta.Sketch
+-
+
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(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(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(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(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.cpc.CpcSketch
+-
+
Return the given Memory as a CpcSketch on the Java heap using the DEFAULT_UPDATE_SEED.
+
+- 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(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) - 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(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) - 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) - 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) - 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) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
+-
+
Heapify the given Memory as an ArrayOfDoublesSketch
+
+- heapify(Memory) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUnion
+-
+
Heapify the given Memory 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.cpc.CpcSketch
+-
+
Return the given Memory as a CpcSketch on the Java heap.
+
+- 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, 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, 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, long) - 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.tuple.arrayofdoubles.ArrayOfDoublesSketch
+-
+
Heapify the given Memory and seed as a ArrayOfDoublesSketch
+
+- heapify(Memory, long) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUnion
+-
+
Heapify the given Memory and seed as an ArrayOfDoublesUnion
+
+- heapify(Memory, long) - Static method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
+-
+
Heapify the given Memory and seed as a ArrayOfDoublesUpdatableSketch
+
+- 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, 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, 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(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.
+
+- 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) - 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.theta.Sketches
+-
+
+
+- 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
+-
+
+
+- HLL - org.apache.datasketches.common.Family
+-
+
The HLL family of sketches.
+
+- HLL_4 - org.apache.datasketches.hll.TgtHllType
+-
+- HLL_6 - org.apache.datasketches.hll.TgtHllType
+-
+- HLL_8 - org.apache.datasketches.hll.TgtHllType
+-
+- 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
+
+- INCLUDE_BOTH - org.apache.datasketches.partitions.BoundsRule
+-
+
Include both the upper and lower bounds
+
+- INCLUDE_LOWER - org.apache.datasketches.partitions.BoundsRule
+-
+
Include only the lower bound but not the upper bound
+
+- INCLUDE_UPPER - org.apache.datasketches.partitions.BoundsRule
+-
+
Include only the upper bound but not the lower bound
+
+- INCLUSIVE - org.apache.datasketches.quantilescommon.QuantileSearchCriteria
+-
+
Definition of INCLUSIVE getQuantile(r) search:
+ Given rank r, return the quantile of the smallest rank that is
+ strictly greater than or equal to r.
+
+- 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
+
+- InsertedCountIncremented - org.apache.datasketches.theta.UpdateReturnState
+-
+
The hash was accepted into the sketch and the retained count was incremented.
+
+- InsertedCountIncrementedRebuilt - org.apache.datasketches.theta.UpdateReturnState
+-
+
The hash was accepted into the sketch, the retained count was incremented.
+
+- InsertedCountIncrementedResized - org.apache.datasketches.theta.UpdateReturnState
+-
+
The hash was accepted into the sketch, the retained count was incremented.
+
+- InsertedCountNotIncremented - org.apache.datasketches.theta.UpdateReturnState
+-
+
The hash was accepted into the sketch and the retained count was not incremented.
+
+- IntegerSketch - Class in org.apache.datasketches.tuple.aninteger
+-
+- IntegerSketch(int, int, float, IntegerSummary.Mode) - Constructor for class org.apache.datasketches.tuple.aninteger.IntegerSketch
+-
+
Creates this sketch with the following parameters:
+
+- IntegerSketch(int, IntegerSummary.Mode) - Constructor for class org.apache.datasketches.tuple.aninteger.IntegerSketch
+-
+
Constructs this sketch with given lgK.
+
+- IntegerSketch(Memory, IntegerSummary.Mode) - Constructor for class org.apache.datasketches.tuple.aninteger.IntegerSketch
+-
+
Deprecated.
+
+
+
+- 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(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(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.
+
+- 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>) - Method in class org.apache.datasketches.tuple.Intersection
+-
+
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 a tuple sketch and a theta sketch 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 the two given tuple sketches and returns the
+ result as an unordered CompactSketch on the heap.
+
+- 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(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.
+
+- Intersection - Class in org.apache.datasketches.theta
+-
+
The API for intersection operations
+
+- 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() - Constructor for class org.apache.datasketches.theta.Intersection
+-
+- 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 - org.apache.datasketches.common.Family
+-
+
The Intersection family is an operation for the Theta Sketch Framework of sketches.
+
+- intToBytes(int, byte[]) - Static method in class org.apache.datasketches.common.Util
+-
+
Returns a Little-Endian byte array extracted from the given int.
+
+- intToFixedLengthString(int, int) - Static method in class org.apache.datasketches.common.Util
+-
+
Converts the given number to a string prepended with spaces, if necessary, to
+ match the given length.
+
+- 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.
+
+- 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
+-
+- 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).
+
+- isDirect() - Method in class org.apache.datasketches.theta.Sketch
+-
+
Returns true if the this sketch's internal data structure is backed by direct (off-heap)
+ Memory.
+
+- isEmpty() - Method in class org.apache.datasketches.cpc.CpcSketch
+-
+
Return true if this sketch is empty
+
+- 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.KllDoublesSketchSortedView
+-
+- isEmpty() - Method in class org.apache.datasketches.kll.KllFloatsSketchSortedView
+-
+- isEmpty() - Method in class org.apache.datasketches.kll.KllItemsSketchSortedView
+-
+- 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.DoublesSketchSortedView
+-
+- 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.ItemsSketchSortedView
+-
+- isEmpty() - Method in class org.apache.datasketches.quantiles.ItemsUnion
+-
+
Returns true if this union is empty
+
+- 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.req.ReqSketchSortedView
+-
+- 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
+-
+- isIntPowerOf2(int) - Static method in class org.apache.datasketches.common.Util
+-
+
Returns true if given int argument is exactly a positive power of 2 and greater than zero.
+
+- isLessThanUnsigned(long, long) - Static method in class org.apache.datasketches.common.Util
+-
+
Unsigned compare with longs.
+
+- isLongPowerOf2(long) - Static method in class org.apache.datasketches.common.Util
+-
+
Returns true if given long argument is exactly a positive power of 2 and greater than zero.
+
+- 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
+-
+- 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 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.
+
+- isSameResource(Memory) - Method in class org.apache.datasketches.theta.SetOperation
+-
+
Returns true if the backing resource of this is identical with the backing resource
+ of that.
+
+- isSameResource(Memory) - Method in class org.apache.datasketches.theta.Sketch
+-
+
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.
+
+- ITEMS_SKETCH - org.apache.datasketches.kll.KllSketch.SketchType
+-
+- 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<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:
+
+- ItemsSketch(int) - Constructor for class org.apache.datasketches.frequencies.ItemsSketch
+-
+
Construct this sketch with the parameter maxMapSize and the default initialMapSize (8).
+
+- 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.quantiles
+-
+
The SortedView of the Classic Quantiles ItemsSketch.
+
+- 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.KllDoublesSketchSortedView
+-
+- iterator() - Method in class org.apache.datasketches.kll.KllFloatsSketch
+-
+- iterator() - Method in class org.apache.datasketches.kll.KllFloatsSketchSortedView
+-
+- iterator() - Method in class org.apache.datasketches.kll.KllItemsSketch
+-
+- iterator() - Method in class org.apache.datasketches.kll.KllItemsSketchSortedView
+-
+- iterator() - Method in class org.apache.datasketches.quantiles.DoublesSketch
+-
+- iterator() - Method in class org.apache.datasketches.quantiles.DoublesSketchSortedView
+-
+- iterator() - Method in class org.apache.datasketches.quantiles.ItemsSketch
+-
+- iterator() - Method in class org.apache.datasketches.quantiles.ItemsSketchSortedView
+-
+- iterator() - Method in interface org.apache.datasketches.quantilescommon.DoublesSortedView
+-
+- iterator() - Method in interface org.apache.datasketches.quantilescommon.FloatsSortedView
+-
+- iterator() - Method in interface org.apache.datasketches.quantilescommon.GenericSortedView
+-
+- 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.SortedView
+-
+
Returns an iterator for this Sorted View.
+
+- iterator() - Method in class org.apache.datasketches.req.ReqSketch
+-
+- iterator() - Method in class org.apache.datasketches.req.ReqSketchSortedView
+-
+- 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(double[], int, int, int) - Static method in class org.apache.datasketches.thetacommon.QuickSelect
+-
+
Gets the 0-based kth order statistic from the array.
+
+- select(long[], int, int, int) - Static method in class org.apache.datasketches.thetacommon.QuickSelect
+-
+
Gets the 0-based kth order statistic from 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.
+
+- 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.
+
+- 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.
+
+- 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.
+
+- 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(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.ArrayOfUtf16StringsSerDe
+-
+- serializeToByteArray(String[]) - Method in class org.apache.datasketches.common.ArrayOfStringsSerDe
+-
+- serializeToByteArray(String[]) - Method in class org.apache.datasketches.common.ArrayOfUtf16StringsSerDe
+-
+- 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.
+
+- 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.
+
+- 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() - Static method in class org.apache.datasketches.theta.Sketches
+-
+
+
+- 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.
+
+- 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
+-
+- SetOperationCornerCases.CornerCase - Enum in org.apache.datasketches.thetacommon
+-
+- SetOperationCornerCases.IntersectAction - Enum in org.apache.datasketches.thetacommon
+-
+- 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(Double) - Method in class org.apache.datasketches.common.ArrayOfDoublesSerDe
+-
+- sizeOf(Double[]) - Method in class org.apache.datasketches.common.ArrayOfDoublesSerDe
+-
+- sizeOf(Long) - Method in class org.apache.datasketches.common.ArrayOfLongsSerDe
+-
+- sizeOf(Long[]) - 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(String) - 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.ArrayOfBooleansSerDe
+-
+- sizeOf(Memory, long, int) - Method in class org.apache.datasketches.common.ArrayOfDoublesSerDe
+-
+- 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(Memory, long, int) - Method in class org.apache.datasketches.common.ArrayOfLongsSerDe
+-
+- sizeOf(Memory, long, int) - Method in class org.apache.datasketches.common.ArrayOfNumbersSerDe
+-
+- sizeOf(Memory, long, int) - Method in class org.apache.datasketches.common.ArrayOfStringsSerDe
+-
+- sizeOf(Memory, long, int) - Method in class org.apache.datasketches.common.ArrayOfUtf16StringsSerDe
+-
+- 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.
+
+- 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.
+
+- SKETCH_A - org.apache.datasketches.thetacommon.SetOperationCornerCases.AnotbAction
+-
+- SKETCH_A - org.apache.datasketches.thetacommon.SetOperationCornerCases.UnionAction
+-
+- SKETCH_B - org.apache.datasketches.thetacommon.SetOperationCornerCases.UnionAction
+-
+- 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.
+
+- sketchStateId(boolean, int, long) - Static method in class org.apache.datasketches.thetacommon.SetOperationCornerCases
+-
+- 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.
+
+- StackElement(GenericPartitionBoundaries<T>, int, String) - Constructor for class org.apache.datasketches.partitions.Partitioner.StackElement
+-
+- start() - Method in class org.apache.datasketches.cpc.CompressionCharacterization
+-
+- 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
+
+- Sum - org.apache.datasketches.tuple.adouble.DoubleSummary.Mode
+-
+
The aggregation mode is the summation function.
+
+- Sum - org.apache.datasketches.tuple.aninteger.IntegerSummary.Mode
+-
+
The aggregation mode is the summation function.
+
+- 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
+-
+- 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.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
+-
+- toByteArray() - Method in class org.apache.datasketches.quantiles.DoublesSketch
+-
+- toByteArray() - Method in class org.apache.datasketches.quantiles.DoublesUnion
+-
+
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 class org.apache.datasketches.req.ReqSketch
+-
+- 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() - 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.
+
+- toByteArray(boolean) - Method in class org.apache.datasketches.quantiles.DoublesSketch
+-
+
Serialize this sketch in 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<? super T>) - Method in class org.apache.datasketches.sampling.ReservoirItemsSketch
+-
+
Returns a byte array representation of this sketch.
+
+- 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.ReservoirItemsSketch
+-
+
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.frequencies.ItemsSketch
+-
+
Returns a byte array representation of this sketch
+
+- toByteArray(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(ArrayOfItemsSerDe<T>) - Method in class org.apache.datasketches.sampling.ReservoirItemsUnion
+-
+
Returns a byte array representation of this union
+
+- 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.ReservoirItemsUnion
+-
+
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.
+
+- toByteArrayCompressed() - Method in class org.apache.datasketches.theta.CompactSketch
+-
+- 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.
+
+- 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() - Method in class org.apache.datasketches.fdt.Group
+-
+- 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() - 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() - 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() - Method in class org.apache.datasketches.kll.KllSketch
+-
+- toString() - Method in class org.apache.datasketches.quantiles.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() - 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.ReservoirItemsSketch
+-
+
Returns a human-readable summary of the sketch, without items.
+
+- 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() - 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() - 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.theta.SetOperationBuilder
+-
+- toString() - Method in class org.apache.datasketches.theta.Sketch
+-
+
Returns a human readable summary of the 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
+-
+- toString(boolean) - Method in class org.apache.datasketches.cpc.CpcSketch
+-
+
Return a human-readable string summary of this sketch
+
+- 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.KllSketch
+-
+
Returns a summary of the sketch as a string.
+
+- toString(boolean, boolean) - Method in class org.apache.datasketches.quantiles.DoublesSketch
+-
+
Returns summary information about this sketch.
+
+- toString(boolean, boolean) - 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.ItemsSketch
+-
+
Returns summary information about this sketch.
+
+- toString(boolean, boolean) - Method in class org.apache.datasketches.quantiles.ItemsUnion
+-
+
Returns summary information about the backing sketch.
+
+- toString(boolean, boolean, boolean, boolean) - Method in class org.apache.datasketches.hll.HllSketch
+-
+- toString(boolean, boolean, boolean, boolean) - Method in class org.apache.datasketches.hll.Union
+-
+- 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.frequencies.ItemsSketch
+-
+
Returns a human readable string of the preamble of a byte array image of a ItemsSketch.
+
+- 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(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(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(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(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(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(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(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(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(Boolean) - Method in class org.apache.datasketches.common.ArrayOfBooleansSerDe
+-
+- toString(Double) - Method in class org.apache.datasketches.common.ArrayOfDoublesSerDe
+-
+- 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(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(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(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(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(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(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(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(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(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(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(T) - Method in class org.apache.datasketches.common.ArrayOfItemsSerDe
+-
+
Returns a human readable string of an item.
+
+- 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
+
+- TRIM_A - org.apache.datasketches.thetacommon.SetOperationCornerCases.AnotbAction
+-
+- TRIM_A - org.apache.datasketches.thetacommon.SetOperationCornerCases.UnionAction
+-
+- TRIM_B - org.apache.datasketches.thetacommon.SetOperationCornerCases.UnionAction
+-
+- TUPLE - org.apache.datasketches.common.Family
+-
+
The Tuple family of sketches is a large family of sketches that are extensions of the
+ Theta Sketch Framework.
+
+- TupleSketchIterator<S extends Summary> - Class in org.apache.datasketches.tuple
+-
+
Iterator over a generic tuple sketch
+
+
+- union(Memory) - 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.theta.Union
+-
+
Perform a Union operation with this union and the given Memory image of any sketch of the
+ Theta Family.
+
+- union(Memory, ArrayOfItemsSerDe<T>) - Method in class org.apache.datasketches.quantiles.ItemsUnion
+-
+
Iterative union operation, which means this method can be repeatedly called.
+
+- union(DoublesSketch) - 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(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(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, 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.
+
+- 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(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>, 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>, Sketch<S>) - Method in class org.apache.datasketches.tuple.Union
+-
+
Perform a stateless, pair-wise union operation between two tuple sketches.
+
+- 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 - Class in org.apache.datasketches.hll
+-
+
This performs union operations for all HllSketches.
+
+- Union - Class in org.apache.datasketches.theta
+-
+
Compute the union of two or more theta sketches.
+
+- 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() - Constructor for class org.apache.datasketches.hll.Union
+-
+
Construct this Union operator with the default maximum log-base-2 of K.
+
+- Union() - Constructor for class org.apache.datasketches.theta.Union
+-
+- 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(int, SummarySetOperations<S>) - Constructor for class org.apache.datasketches.tuple.Union
+-
+
Creates new Union instance.
+
+- 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 - org.apache.datasketches.common.Family
+-
+
The Union family is an operation for the Theta Sketch Framework of sketches.
+
+- 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
+-
+- UNSUPPORTED_MSG - Static variable in interface org.apache.datasketches.quantilescommon.QuantilesAPI
+-
+- UPDATABLE - org.apache.datasketches.kll.KllSketch.SketchStructure
+-
+- 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
+-
+
Deprecated.
+
+
+
+- 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(byte[]) - Method in class org.apache.datasketches.cpc.CpcSketch
+-
+
Present the given byte array as a potential unique item.
+
+- update(byte[]) - Method in class org.apache.datasketches.theta.Union
+-
+
Update this union with the given byte array item.
+
+- update(byte[]) - Method in class org.apache.datasketches.theta.UpdateSketch
+-
+
Present this sketch with the given byte array.
+
+- 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(byte[], double[]) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
+-
+
Updates this sketch with a byte[] key and double values.
+
+- update(byte[], U) - Method in class org.apache.datasketches.tuple.UpdatableSketch
+-
+
Updates this sketch with a byte[] key and U value.
+
+- update(char[]) - Method in class org.apache.datasketches.cpc.CpcSketch
+-
+
Present the given char array as a potential unique item.
+
+- update(char[]) - Method in class org.apache.datasketches.theta.Union
+-
+
Update this union with the given char array item.
+
+- update(char[]) - Method in class org.apache.datasketches.theta.UpdateSketch
+-
+
Present this sketch with the given char array.
+
+- update(double) - Method in class org.apache.datasketches.cpc.CpcSketch
+-
+
Present the given double (or float) datum as a potential unique item.
+
+- update(double) - Method in class org.apache.datasketches.kll.KllDoublesSketch
+-
+- 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(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(double) - Method in class org.apache.datasketches.theta.Union
+-
+
Update this union with the given double (or float) data item.
+
+- update(double) - Method in class org.apache.datasketches.theta.UpdateSketch
+-
+
Present this sketch with the given double (or float) datum.
+
+- update(double, double[]) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
+-
+
Updates this sketch with a double key and double values.
+
+- update(double, U) - Method in class org.apache.datasketches.tuple.UpdatableSketch
+-
+
Updates this sketch with a double key and U value.
+
+- update(float) - Method in class org.apache.datasketches.kll.KllFloatsSketch
+-
+- update(float) - Method in interface org.apache.datasketches.quantilescommon.QuantilesFloatsAPI
+-
+
Updates this sketch with the given item.
+
+- update(float) - Method in class org.apache.datasketches.req.ReqSketch
+-
+- update(int[]) - Method in class org.apache.datasketches.cpc.CpcSketch
+-
+
Present the given integer array as a potential unique item.
+
+- update(int[]) - Method in class org.apache.datasketches.theta.Union
+-
+
Update this union with the given integer array item.
+
+- update(int[]) - Method in class org.apache.datasketches.theta.UpdateSketch
+-
+
Present this sketch with the given integer array.
+
+- update(int[], double[]) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
+-
+
Updates this sketch with a int[] key and double values.
+
+- update(int[], U) - Method in class org.apache.datasketches.tuple.UpdatableSketch
+-
+
Updates this sketch with a int[] key and U value.
+
+- update(long) - Method in class org.apache.datasketches.cpc.CpcSketch
+-
+
Present the given long as a potential unique item.
+
+- update(long) - Method in class org.apache.datasketches.frequencies.LongsSketch
+-
+
Update this sketch with an item and a frequency count of one.
+
+- update(long) - Method in class org.apache.datasketches.sampling.ReservoirLongsSketch
+-
+
Randomly decide whether or not to include an item in the sample set.
+
+- update(long) - Method in class org.apache.datasketches.sampling.ReservoirLongsUnion
+-
+
Present this union with a long.
+
+- update(long) - Method in class org.apache.datasketches.theta.Union
+-
+
Update this union with the given long data item.
+
+- update(long) - Method in class org.apache.datasketches.theta.UpdateSketch
+-
+
Present this sketch with a long.
+
+- update(long[]) - Method in class org.apache.datasketches.cpc.CpcSketch
+-
+
Present the given long array as a potential unique 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 the given long array.
+
+- update(long[], double[]) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
+-
+
Updates this sketch with a long[] key and double values.
+
+- update(long[], U) - Method in class org.apache.datasketches.tuple.UpdatableSketch
+-
+
Updates this sketch with a long[] key and U value.
+
+- update(long, double[]) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
+-
+
Updates this sketch with a long key and double values.
+
+- update(long, int, ArrayList<T>) - Method in class org.apache.datasketches.sampling.ReservoirItemsUnion
+-
+
Present this union with raw elements of a sketch.
+
+- 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(long, Double) - Method in class org.apache.datasketches.tuple.adouble.DoubleSketch
+-
+- update(long, Integer) - Method in class org.apache.datasketches.tuple.aninteger.IntegerSketch
+-
+- update(long, U) - Method in class org.apache.datasketches.tuple.UpdatableSketch
+-
+
Updates this sketch with a long key and U value.
+
+- update(Double) - Method in class org.apache.datasketches.tuple.adouble.DoubleSummary
+-
+- update(Integer) - Method in class org.apache.datasketches.tuple.aninteger.IntegerSummary
+-
+- update(String) - Method in class org.apache.datasketches.cpc.CpcSketch
+-
+
Present the given String as a potential unique item.
+
+- update(String) - Method in class org.apache.datasketches.theta.Union
+-
+
Update this union with the with the given String data item.
+
+- update(String) - Method in class org.apache.datasketches.theta.UpdateSketch
+-
+
Present this sketch with the given String.
+
+- update(String[]) - Method in class org.apache.datasketches.fdt.FdtSketch
+-
+
Update the sketch with the given string array tuple.
+
+- update(String[]) - Method in class org.apache.datasketches.tuple.strings.ArrayOfStringsSummary
+-
+- 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, double[]) - Method in class org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
+-
+
Updates this sketch with a String key and double values.
+
+- update(String, Double) - Method in class org.apache.datasketches.tuple.adouble.DoubleSketch
+-
+- update(String, Integer) - Method in class org.apache.datasketches.tuple.aninteger.IntegerSketch
+-
+- update(String, U) - Method in class org.apache.datasketches.tuple.UpdatableSketch
+-
+
Updates this sketch with a String key and U value.
+
+- update(CpcSketch) - Method in class org.apache.datasketches.cpc.CpcUnion
+-
+
Update this union with a CpcSketch.
+
+- update(HllSketch) - Method in class org.apache.datasketches.hll.Union
+-
+
Update this union operator with the given sketch.
+
+- update(Memory) - Method in class org.apache.datasketches.sampling.ReservoirLongsUnion
+-
+
Union the given Memory image of the sketch.
+
+- update(Memory, ArrayOfItemsSerDe<T>) - Method in class org.apache.datasketches.sampling.ReservoirItemsUnion
+-
+
Union the given Memory image of the 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.ReservoirItemsUnion
+-
+
Union the given sketch.
+
+- update(ReservoirItemsSketch<T>) - Method in class org.apache.datasketches.sampling.VarOptItemsUnion
+-
+
Union a reservoir sketch.
+
+- update(ReservoirLongsSketch) - Method in class org.apache.datasketches.sampling.ReservoirLongsUnion
+-
+
Union the given sketch.
+
+- update(VarOptItemsSketch<T>) - Method in class org.apache.datasketches.sampling.VarOptItemsUnion
+-
+
Union the given sketch.
+
+- 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(T) - Method in class org.apache.datasketches.frequencies.ItemsSketch
+-
+
Update this sketch with an item and a frequency count of one.
+
+- update(T) - Method in class org.apache.datasketches.kll.KllItemsSketch
+-
+- 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(T) - Method in interface org.apache.datasketches.quantilescommon.QuantilesGenericAPI
+-
+
Updates this sketch with the given item.
+
+- update(T) - Method in class org.apache.datasketches.sampling.ReservoirItemsSketch
+-
+
Randomly decide whether or not to include an item in the sample set.
+
+- update(T) - Method in class org.apache.datasketches.sampling.ReservoirItemsUnion
+-
+
Present this union with a single item to be added to the union.
+
+- 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(T, long) - Method in class org.apache.datasketches.frequencies.ItemsSketch
+-
+
Update this sketch with an item and a positive frequency count.
+
+- 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
+-
+- 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
+-
+