Uses of Interface
org.apache.flink.datastream.api.extension.eventtime.function.OneInputEventTimeStreamProcessFunction
Packages that use OneInputEventTimeStreamProcessFunction
-
Uses of OneInputEventTimeStreamProcessFunction in org.apache.flink.datastream.api.extension.eventtime
Methods in org.apache.flink.datastream.api.extension.eventtime with parameters of type OneInputEventTimeStreamProcessFunctionModifier and TypeMethodDescriptionstatic <IN,OUT> OneInputStreamProcessFunction<IN, OUT> EventTimeExtension.wrapProcessFunction(OneInputEventTimeStreamProcessFunction<IN, OUT> processFunction) Wrap the user-definedOneInputEventTimeStreamProcessFunction, which will provide related components such asEventTimeManagerand declare the necessary built-in state required for the Timer, etc.