Uses of Interface
org.apache.flink.datastream.api.extension.eventtime.function.TwoOutputEventTimeStreamProcessFunction
-
Packages that use TwoOutputEventTimeStreamProcessFunction Package Description org.apache.flink.datastream.api.extension.eventtime -
-
Uses of TwoOutputEventTimeStreamProcessFunction in org.apache.flink.datastream.api.extension.eventtime
Methods in org.apache.flink.datastream.api.extension.eventtime with parameters of type TwoOutputEventTimeStreamProcessFunction Modifier and Type Method Description static <IN,OUT1,OUT2>
TwoOutputStreamProcessFunction<IN,OUT1,OUT2>EventTimeExtension. wrapProcessFunction(TwoOutputEventTimeStreamProcessFunction<IN,OUT1,OUT2> processFunction)Wrap the user-definedTwoOutputStreamProcessFunction, which will provide related components such asEventTimeManagerand declare the necessary built-in state required for the Timer, etc.
-