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