Package org.apache.flink.streaming.runtime.operators.windowing.functions
package org.apache.flink.streaming.runtime.operators.windowing.functions
-
ClassDescriptionInternalAggregateProcessAllWindowFunction<T,
ACC, V, R, W extends Window> Internal window function for wrapping aProcessAllWindowFunctionthat takes anIterableand anAggregateFunction.InternalAggregateProcessWindowFunction<T,ACC, V, R, K, W extends Window> Internal window function for wrapping aProcessWindowFunctionthat takes anIterableand anAggregateFunction.InternalIterableAllWindowFunction<IN,OUT, W extends Window> Internal window function for wrapping anAllWindowFunctionthat takes anIterablewhen the window state also is anIterable.InternalIterableProcessAllWindowFunction<IN,OUT, W extends Window> Internal window function for wrapping aProcessAllWindowFunctionthat takes anIterablewhen the window state also is anIterable.InternalIterableProcessWindowFunction<IN,OUT, KEY, W extends Window> Internal window function for wrapping aProcessWindowFunctionthat takes anIterablewhen the window state also is anIterable.InternalIterableWindowFunction<IN,OUT, KEY, W extends Window> Internal window function for wrapping aWindowFunctionthat takes anIterablewhen the window state also is anIterable.InternalProcessAllWindowContext<IN,OUT, W extends Window> Internal reusable context wrapper.InternalProcessWindowContext<IN,OUT, KEY, W extends Window> Internal reusable context wrapper.InternalSingleValueAllWindowFunction<IN,OUT, W extends Window> Internal window function for wrapping anAllWindowFunctionthat takes anIterablewhen the window state is a single value.InternalSingleValueProcessAllWindowFunction<IN,OUT, W extends Window> Internal window function for wrapping aProcessAllWindowFunctionthat takes anIterablewhen the window state is a single value.InternalSingleValueProcessWindowFunction<IN,OUT, KEY, W extends Window> Internal window function for wrapping aProcessWindowFunctionthat takes anIterablewhen the window state is a single value.InternalSingleValueWindowFunction<IN,OUT, KEY, W extends Window> Internal window function for wrapping aWindowFunctionthat takes anIterablewhen the window state is a single value.InternalWindowFunction<IN,OUT, KEY, W extends Window> Internal interface for functions that are evaluated over keyed (grouped) windows.A context forInternalWindowFunction, similar toProcessWindowFunction.Contextbut for internal use.