Class FlinkExplodeWindowsFunction<T>

java.lang.Object
org.apache.beam.runners.flink.translation.functions.FlinkExplodeWindowsFunction<T>
Type Parameters:
T - Value type.
All Implemented Interfaces:
Serializable, org.apache.flink.api.common.functions.FlatMapFunction<WindowedValue<T>,WindowedValue<T>>, org.apache.flink.api.common.functions.Function

public class FlinkExplodeWindowsFunction<T> extends Object implements org.apache.flink.api.common.functions.FlatMapFunction<WindowedValue<T>,WindowedValue<T>>
Explode WindowedValue that belongs to multiple windows into multiple "single window" values, so we can safely group elements by (K, W) tuples.
See Also:
  • Constructor Details

    • FlinkExplodeWindowsFunction

      public FlinkExplodeWindowsFunction()
  • Method Details