Package org.apache.flink.runtime.asyncprocessing.operators.windowing.functions
-
Interface Summary Interface Description InternalAsyncWindowFunction<IN,OUT,KEY,W extends Window> Internal interface for functions that are evaluated over keyed (grouped) windows.InternalAsyncWindowFunction.InternalWindowContext A context forInternalAsyncWindowFunction, similar toProcessWindowFunction.Contextbut for internal use. -
Class Summary Class Description InternalAggregateProcessAsyncWindowFunction<T,ACC,V,R,K,W extends Window> Internal window function for wrapping aProcessWindowFunctionthat takes anIterableand anAggregateFunction.InternalIterableAsyncWindowFunction<IN,OUT,KEY,W extends Window> Internal window function for wrapping aWindowFunctionthat takes anIterablewhen the window state also is anIterable.InternalIterableProcessAsyncWindowFunction<IN,OUT,KEY,W extends Window> Internal window function for wrapping aProcessWindowFunctionthat takes anIterablewhen the window state also is anIterable.InternalProcessWindowContext<IN,OUT,KEY,W extends Window> Internal context wrapper for async window operator.InternalSingleValueAsyncWindowFunction<IN,OUT,KEY,W extends Window> Internal window function for wrapping aWindowFunctionthat takes anIterablewhen the window state is a single value.InternalSingleValueProcessAsyncWindowFunction<IN,OUT,KEY,W extends Window> Internal window function for wrapping aProcessWindowFunctionthat takes anIterablewhen the window state is a single value.