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