Class TranslationUtils.CombineGroupedValues<K,InputT,OutputT>
java.lang.Object
org.apache.beam.runners.spark.translation.TranslationUtils.CombineGroupedValues<K,InputT,OutputT>
- Type Parameters:
K
- Grouped key type.InputT
- Grouped values type.OutputT
- Output type.
- All Implemented Interfaces:
Serializable
,org.apache.spark.api.java.function.Function<WindowedValue<KV<K,
Iterable<InputT>>>, WindowedValue<KV<K, OutputT>>>
- Enclosing class:
TranslationUtils
public static class TranslationUtils.CombineGroupedValues<K,InputT,OutputT>
extends Object
implements org.apache.spark.api.java.function.Function<WindowedValue<KV<K,Iterable<InputT>>>,WindowedValue<KV<K,OutputT>>>
A SparkCombineFn function applied to grouped KVs.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription