Uses of Interface
org.apache.flink.datastream.api.extension.window.function.OneInputWindowStreamProcessFunction
-
Packages that use OneInputWindowStreamProcessFunction Package Description org.apache.flink.datastream.api.builtin -
-
Uses of OneInputWindowStreamProcessFunction in org.apache.flink.datastream.api.builtin
Methods in org.apache.flink.datastream.api.builtin with parameters of type OneInputWindowStreamProcessFunction 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.
-