| Interface | Description |
|---|---|
| WindowContents<S extends org.apache.flink.api.common.state.State,IN> |
An abstraction for transforming any
State type into an iterable over its contents. |
| Class | Description |
|---|---|
| AggregateEvictingWindowReaderFunction<IN,ACC,R,OUT,KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window> |
A wrapper for reading an evicting window operator with an aggregate function.
|
| EvictingWindowReaderFunction<IN,R,OUT,KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window> |
Wrapper for reading state from an evicting window operator.
|
| PassThroughReader<KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window,IN> |
A
WindowReaderFunction that just emits each input element. |
| ProcessEvictingWindowReader<IN,OUT,KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window> |
A wrapper function for reading an evicting window with no pre-aggregation.
|
| ReduceEvictingWindowReaderFunction<IN,OUT,KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window> |
A wrapper function for reading state from an evicting window operator with a reduce function.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.