Uses of Interface
org.apache.flink.streaming.runtime.operators.windowing.functions.InternalWindowFunction
-
Packages that use InternalWindowFunction Package Description org.apache.flink.streaming.runtime.operators.windowing org.apache.flink.streaming.runtime.operators.windowing.functions -
-
Uses of InternalWindowFunction in org.apache.flink.streaming.runtime.operators.windowing
Fields in org.apache.flink.streaming.runtime.operators.windowing declared as InternalWindowFunction Modifier and Type Field Description protected InternalWindowFunction<ACC,OUT,K,W>WindowOperatorFactory. windowFunctionConstructors in org.apache.flink.streaming.runtime.operators.windowing with parameters of type InternalWindowFunction Constructor Description EvictingWindowOperator(WindowAssigner<? super IN,W> windowAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<W> windowSerializer, org.apache.flink.api.java.functions.KeySelector<IN,K> keySelector, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, org.apache.flink.api.common.state.StateDescriptor<? extends org.apache.flink.api.common.state.ListState<StreamRecord<IN>>,?> windowStateDescriptor, InternalWindowFunction<Iterable<IN>,OUT,K,W> windowFunction, Trigger<? super IN,? super W> trigger, Evictor<? super IN,? super W> evictor, long allowedLateness, org.apache.flink.util.OutputTag<IN> lateDataOutputTag)EvictingWindowOperatorFactory(WindowAssigner<? super IN,W> windowAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<W> windowSerializer, org.apache.flink.api.java.functions.KeySelector<IN,K> keySelector, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, org.apache.flink.api.common.state.StateDescriptor<? extends org.apache.flink.api.common.state.ListState<StreamRecord<IN>>,?> windowStateDescriptor, InternalWindowFunction<Iterable<IN>,OUT,K,W> windowFunction, Trigger<? super IN,? super W> trigger, Evictor<? super IN,? super W> evictor, long allowedLateness, org.apache.flink.util.OutputTag<IN> lateDataOutputTag)WindowOperator(WindowAssigner<? super IN,W> windowAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<W> windowSerializer, org.apache.flink.api.java.functions.KeySelector<IN,K> keySelector, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, org.apache.flink.api.common.state.StateDescriptor<? extends org.apache.flink.api.common.state.AppendingState<IN,ACC>,?> windowStateDescriptor, InternalWindowFunction<ACC,OUT,K,W> windowFunction, Trigger<? super IN,? super W> trigger, long allowedLateness, org.apache.flink.util.OutputTag<IN> lateDataOutputTag)Creates a newWindowOperatorbased on the given policies and user functions.WindowOperatorFactory(WindowAssigner<? super IN,W> windowAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<W> windowSerializer, org.apache.flink.api.java.functions.KeySelector<IN,K> keySelector, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, org.apache.flink.api.common.state.StateDescriptor<? extends org.apache.flink.api.common.state.AppendingState<IN,ACC>,?> windowStateDescriptor, InternalWindowFunction<ACC,OUT,K,W> windowFunction, Trigger<? super IN,? super W> trigger, long allowedLateness, org.apache.flink.util.OutputTag<IN> lateDataOutputTag) -
Uses of InternalWindowFunction in org.apache.flink.streaming.runtime.operators.windowing.functions
Classes in org.apache.flink.streaming.runtime.operators.windowing.functions that implement InternalWindowFunction Modifier and Type Class Description classInternalAggregateProcessAllWindowFunction<T,ACC,V,R,W extends Window>Internal window function for wrapping aProcessAllWindowFunctionthat takes anIterableand anAggregateFunction.classInternalAggregateProcessWindowFunction<T,ACC,V,R,K,W extends Window>Internal window function for wrapping aProcessWindowFunctionthat takes anIterableand anAggregateFunction.classInternalIterableAllWindowFunction<IN,OUT,W extends Window>Internal window function for wrapping anAllWindowFunctionthat takes anIterablewhen the window state also is anIterable.classInternalIterableProcessAllWindowFunction<IN,OUT,W extends Window>Internal window function for wrapping aProcessAllWindowFunctionthat takes anIterablewhen the window state also is anIterable.classInternalIterableProcessWindowFunction<IN,OUT,KEY,W extends Window>Internal window function for wrapping aProcessWindowFunctionthat takes anIterablewhen the window state also is anIterable.classInternalIterableWindowFunction<IN,OUT,KEY,W extends Window>Internal window function for wrapping aWindowFunctionthat takes anIterablewhen the window state also is anIterable.classInternalSingleValueAllWindowFunction<IN,OUT,W extends Window>Internal window function for wrapping anAllWindowFunctionthat takes anIterablewhen the window state is a single value.classInternalSingleValueProcessAllWindowFunction<IN,OUT,W extends Window>Internal window function for wrapping aProcessAllWindowFunctionthat takes anIterablewhen the window state is a single value.classInternalSingleValueProcessWindowFunction<IN,OUT,KEY,W extends Window>Internal window function for wrapping aProcessWindowFunctionthat takes anIterablewhen the window state is a single value.classInternalSingleValueWindowFunction<IN,OUT,KEY,W extends Window>Internal window function for wrapping aWindowFunctionthat takes anIterablewhen the window state is a single value.
-