Uses of Interface
org.apache.flink.datastream.api.extension.eventtime.function.TwoInputBroadcastEventTimeStreamProcessFunction
Packages that use TwoInputBroadcastEventTimeStreamProcessFunction
-
Uses of TwoInputBroadcastEventTimeStreamProcessFunction in org.apache.flink.datastream.api.extension.eventtime
Methods in org.apache.flink.datastream.api.extension.eventtime with parameters of type TwoInputBroadcastEventTimeStreamProcessFunctionModifier and TypeMethodDescriptionstatic <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.