Package org.apache.flink.runtime.asyncprocessing.operators.windowing.functions
package org.apache.flink.runtime.asyncprocessing.operators.windowing.functions
-
ClassDescriptionInternalAggregateProcessAsyncWindowFunction<T,
ACC, V, R, K, W extends Window> Internal window function for wrapping aProcessWindowFunctionthat takes anIterableand anAggregateFunction.InternalAsyncWindowFunction<IN,OUT, KEY, W extends Window> Internal interface for functions that are evaluated over keyed (grouped) windows.A context forInternalAsyncWindowFunction, similar toProcessWindowFunction.Contextbut for internal use.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.