A C E G H L M O P V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addInput(Histogram.HistogramAccumulator, T) - Method in class org.apache.beam.sdk.extensions.combiners.Histogram.HistogramCombineFn
C
- create(Histogram.BucketBounds) - Static method in class org.apache.beam.sdk.extensions.combiners.Histogram.HistogramCombineFn
-
Returns a histogram combiner with the given
Histogram.BucketBounds. - createAccumulator() - Method in class org.apache.beam.sdk.extensions.combiners.Histogram.HistogramCombineFn
E
- explicit(List<Double>) - Static method in class org.apache.beam.sdk.extensions.combiners.Histogram.BucketBounds
-
Like
Histogram.BucketBounds.explicit(List, BoundsInclusivity), but sets BoundsInclusivity.LOWER_BOUND_INCLUSIVE_UPPER_BOUND_EXCLUSIVE value for the boundsInclusivity parameter. - explicit(List<Double>, Histogram.BoundsInclusivity) - Static method in class org.apache.beam.sdk.extensions.combiners.Histogram.BucketBounds
-
Static factory method for defining bounds of explicit histogram.
- exponential(double, double, int) - Static method in class org.apache.beam.sdk.extensions.combiners.Histogram.BucketBounds
-
Like
Histogram.BucketBounds.exponential(double, double, int, BoundsInclusivity), but sets BoundsInclusivity.LOWER_BOUND_INCLUSIVE_UPPER_BOUND_EXCLUSIVE value for the boundsInclusivity parameter. - exponential(double, double, int, Histogram.BoundsInclusivity) - Static method in class org.apache.beam.sdk.extensions.combiners.Histogram.BucketBounds
-
Static factory method for defining bounds of exponential histograms and calculating bounds based on the parameters.
- extractOutput(Histogram.HistogramAccumulator) - Method in class org.apache.beam.sdk.extensions.combiners.Histogram.HistogramCombineFn
G
- getAccumulatorCoder(CoderRegistry, Coder<T>) - Method in class org.apache.beam.sdk.extensions.combiners.Histogram.HistogramCombineFn
- getBounds() - Method in class org.apache.beam.sdk.extensions.combiners.Histogram.BucketBounds
- getBoundsInclusivity() - Method in class org.apache.beam.sdk.extensions.combiners.Histogram.BucketBounds
- getDefaultOutputCoder(CoderRegistry, Coder<T>) - Method in class org.apache.beam.sdk.extensions.combiners.Histogram.HistogramCombineFn
- globally(Histogram.BucketBounds) - Static method in class org.apache.beam.sdk.extensions.combiners.Histogram
-
Returns a
PTransformthat takes aPCollection<T>and returns aPCollection<List<Long>>with a single element per window.
H
- Histogram - Class in org.apache.beam.sdk.extensions.combiners
-
A histogram transform with a combiner that efficiently constructs linear, exponential or explicit histograms from large datasets of input data.
- Histogram.BoundsInclusivity - Enum in org.apache.beam.sdk.extensions.combiners
-
Enum for setting whether the lower (and upper) bounds of bucket intervals are inclusive or exclusive.
- Histogram.BucketBounds - Class in org.apache.beam.sdk.extensions.combiners
-
Defines the bounds for histogram buckets.
- Histogram.HistogramCombineFn<T> - Class in org.apache.beam.sdk.extensions.combiners
-
Combiner for calculating histograms.
L
- linear(double, double, int) - Static method in class org.apache.beam.sdk.extensions.combiners.Histogram.BucketBounds
-
Like
Histogram.BucketBounds.linear(double, double, int, BoundsInclusivity), but sets BoundsInclusivity.LOWER_BOUND_INCLUSIVE_UPPER_BOUND_EXCLUSIVE value for the boundsInclusivity parameter. - linear(double, double, int, Histogram.BoundsInclusivity) - Static method in class org.apache.beam.sdk.extensions.combiners.Histogram.BucketBounds
-
Static factory method for defining bounds of linear histogram and calculating bounds based on the parameters.
- LOWER_BOUND_EXCLUSIVE_UPPER_BOUND_INCLUSIVE - org.apache.beam.sdk.extensions.combiners.Histogram.BoundsInclusivity
- LOWER_BOUND_INCLUSIVE_UPPER_BOUND_EXCLUSIVE - org.apache.beam.sdk.extensions.combiners.Histogram.BoundsInclusivity
M
- mergeAccumulators(Iterable<Histogram.HistogramAccumulator>) - Method in class org.apache.beam.sdk.extensions.combiners.Histogram.HistogramCombineFn
O
- org.apache.beam.sdk.extensions.combiners - package org.apache.beam.sdk.extensions.combiners
-
Provides a transform and combiner for constructing histograms.
P
- perKey(Histogram.BucketBounds) - Static method in class org.apache.beam.sdk.extensions.combiners.Histogram
-
Returns a
PTransformthat takes aPCollection<KV<K, V>>and returns aPCollection<KV<K, List<Long>>>that contains an output element mapping each distinct key in the inputPCollectionto aList. - populateDisplayData(DisplayData.Builder) - Method in class org.apache.beam.sdk.extensions.combiners.Histogram.HistogramCombineFn
V
- valueOf(String) - Static method in enum org.apache.beam.sdk.extensions.combiners.Histogram.BoundsInclusivity
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.beam.sdk.extensions.combiners.Histogram.BoundsInclusivity
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages