Uses of Interface
org.apache.flink.streaming.runtime.operators.windowing.functions.InternalWindowFunction
Packages that use InternalWindowFunction
Package
Description
-
Uses of InternalWindowFunction in org.apache.flink.streaming.runtime.operators.windowing
Fields in org.apache.flink.streaming.runtime.operators.windowing declared as InternalWindowFunctionModifier and TypeFieldDescriptionprotected final InternalWindowFunction<ACC,OUT, K, W> WindowOperatorFactory.windowFunctionConstructors in org.apache.flink.streaming.runtime.operators.windowing with parameters of type InternalWindowFunctionModifierConstructorDescriptionEvictingWindowOperator(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 InternalWindowFunctionModifier and TypeClassDescriptionfinal classInternalAggregateProcessAllWindowFunction<T,ACC, V, R, W extends Window> Internal window function for wrapping aProcessAllWindowFunctionthat takes anIterableand anAggregateFunction.final classInternalAggregateProcessWindowFunction<T,ACC, V, R, K, W extends Window> Internal window function for wrapping aProcessWindowFunctionthat takes anIterableand anAggregateFunction.final classInternalIterableAllWindowFunction<IN,OUT, W extends Window> Internal window function for wrapping anAllWindowFunctionthat takes anIterablewhen the window state also is anIterable.final classInternalIterableProcessAllWindowFunction<IN,OUT, W extends Window> Internal window function for wrapping aProcessAllWindowFunctionthat takes anIterablewhen the window state also is anIterable.final classInternalIterableProcessWindowFunction<IN,OUT, KEY, W extends Window> Internal window function for wrapping aProcessWindowFunctionthat takes anIterablewhen the window state also is anIterable.final classInternalIterableWindowFunction<IN,OUT, KEY, W extends Window> Internal window function for wrapping aWindowFunctionthat takes anIterablewhen the window state also is anIterable.final classInternalSingleValueAllWindowFunction<IN,OUT, W extends Window> Internal window function for wrapping anAllWindowFunctionthat takes anIterablewhen the window state is a single value.final classInternalSingleValueProcessAllWindowFunction<IN,OUT, W extends Window> Internal window function for wrapping aProcessAllWindowFunctionthat takes anIterablewhen the window state is a single value.final classInternalSingleValueProcessWindowFunction<IN,OUT, KEY, W extends Window> Internal window function for wrapping aProcessWindowFunctionthat takes anIterablewhen the window state is a single value.final classInternalSingleValueWindowFunction<IN,OUT, KEY, W extends Window> Internal window function for wrapping aWindowFunctionthat takes anIterablewhen the window state is a single value.