- All Implemented Interfaces:
- Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.RichFunction, CoFlatMapFunction<StreamWindow<OUT>,org.apache.flink.api.java.tuple.Tuple2<Integer,Integer>,StreamWindow<OUT>>
public class ParallelGroupedMerge<OUT>
extends ParallelMerge<OUT>
The version of the ParallelMerge CoFlatMap that does not reduce the incoming
elements only appends them to the current window. This is necessary for
grouped reduces.
- See Also:
- Serialized Form