Package org.apache.flink.datastream.impl.extension.window.operators
-
Interface Summary Interface Description MergingWindowSet.MergeFunction<W> Callback forMergingWindowSet.addWindow(Window, MergeFunction). -
Class Summary Class Description MergingWindowSet<W extends org.apache.flink.streaming.api.windowing.windows.Window> Utility for keeping track of mergingWindowswhen using aMergingWindowAssignerin aWindowProcessOperator.OneInputWindowProcessOperator<K,IN,OUT,W extends org.apache.flink.streaming.api.windowing.windows.Window> Operator forOneInputWindowStreamProcessFunctioninKeyedPartitionStream.TwoInputNonBroadcastWindowProcessOperator<K,IN1,IN2,OUT,W extends org.apache.flink.streaming.api.windowing.windows.Window> Operator forTwoInputNonBroadcastWindowStreamProcessFunctioninKeyedPartitionStream.TwoOutputWindowProcessOperator<K,IN,OUT_MAIN,OUT_SIDE,W extends org.apache.flink.streaming.api.windowing.windows.Window> Operator forTwoOutputWindowStreamProcessFunctioninKeyedPartitionStream.