Uses of Interface
org.apache.flink.datastream.api.extension.eventtime.function.OneInputEventTimeStreamProcessFunction
-
Packages that use OneInputEventTimeStreamProcessFunction Package Description org.apache.flink.datastream.api.extension.eventtime -
-
Uses of OneInputEventTimeStreamProcessFunction in org.apache.flink.datastream.api.extension.eventtime
Methods in org.apache.flink.datastream.api.extension.eventtime with parameters of type OneInputEventTimeStreamProcessFunction Modifier and Type Method Description static <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.
-