Uses of Interface
org.apache.flink.datastream.api.function.OneInputStreamProcessFunction
-
-
Uses of OneInputStreamProcessFunction in org.apache.flink.datastream.api.builtin
Methods in org.apache.flink.datastream.api.builtin that return OneInputStreamProcessFunction Modifier and Type Method Description static <IN,OUT>
OneInputStreamProcessFunction<IN,OUT>BuiltinFuncs. window(WindowStrategy windowStrategy, OneInputWindowStreamProcessFunction<IN,OUT> windowProcessFunction)Wrap the WindowStrategy and OneInputWindowStreamProcessFunction within a OneInputStreamProcessFunction to perform the window operation. -
Uses of OneInputStreamProcessFunction in org.apache.flink.datastream.api.extension.eventtime
Methods in org.apache.flink.datastream.api.extension.eventtime that return OneInputStreamProcessFunction 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. -
Uses of OneInputStreamProcessFunction in org.apache.flink.datastream.api.extension.eventtime.function
Subinterfaces of OneInputStreamProcessFunction in org.apache.flink.datastream.api.extension.eventtime.function Modifier and Type Interface Description interfaceOneInputEventTimeStreamProcessFunction<IN,OUT>TheOneInputStreamProcessFunctionthat extends with event time support. -
Uses of OneInputStreamProcessFunction in org.apache.flink.datastream.api.extension.eventtime.strategy
Methods in org.apache.flink.datastream.api.extension.eventtime.strategy that return OneInputStreamProcessFunction Modifier and Type Method Description OneInputStreamProcessFunction<T,T>EventTimeWatermarkGeneratorBuilder. buildAsProcessFunction() -
Uses of OneInputStreamProcessFunction in org.apache.flink.datastream.api.stream
-