Class AggregateEvictingWindowReaderFunction<IN,ACC,R,OUT,KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window>
java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.state.api.functions.WindowReaderFunction<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN>,OUT,KEY,W>
org.apache.flink.state.api.input.operator.window.EvictingWindowReaderFunction<IN,R,OUT,KEY,W>
org.apache.flink.state.api.input.operator.window.AggregateEvictingWindowReaderFunction<IN,ACC,R,OUT,KEY,W>
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.RichFunction
@Internal
public class AggregateEvictingWindowReaderFunction<IN,ACC,R,OUT,KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window>
extends EvictingWindowReaderFunction<IN,R,OUT,KEY,W>
A wrapper for reading an evicting window operator with an aggregate function.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.state.api.functions.WindowReaderFunction
WindowReaderFunction.Context<W extends org.apache.flink.streaming.api.windowing.windows.Window> -
Constructor Summary
ConstructorsConstructorDescriptionAggregateEvictingWindowReaderFunction(WindowReaderFunction<R, OUT, KEY, W> wrappedFunction, org.apache.flink.api.common.functions.AggregateFunction<IN, ACC, R> aggFunction) -
Method Summary
Methods inherited from class org.apache.flink.state.api.input.operator.window.EvictingWindowReaderFunction
close, open, readWindow, setRuntimeContextMethods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
getIterationRuntimeContext, getRuntimeContext
-
Constructor Details
-
AggregateEvictingWindowReaderFunction
-
-
Method Details
-
transform
-