- All Implemented Interfaces:
- Serializable, org.apache.flink.api.common.functions.FlatMapFunction<StreamWindow<OUT>,org.apache.flink.api.java.tuple.Tuple2<Integer,Integer>>, org.apache.flink.api.common.functions.Function
public class WindowPartExtractor<OUT>
extends Object
implements org.apache.flink.api.common.functions.FlatMapFunction<StreamWindow<OUT>,org.apache.flink.api.java.tuple.Tuple2<Integer,Integer>>
This FlatMapFunction is used to send the number of parts for each window ID
(for each parallel discretizer) to the parallel merger that will use is to
merge parallel discretized windows
- See Also:
- Serialized Form