| Class | Description |
|---|---|
| KeyedStateReaderOperator<KEY,OUT> |
A
StateReaderOperator for executing a KeyedStateReaderFunction. |
| StateReaderOperator<F extends org.apache.flink.api.common.functions.Function,KEY,N,OUT> |
Base class for executing functions that read keyed state.
|
| WindowReaderOperator<S extends org.apache.flink.api.common.state.State,KEY,IN,W extends org.apache.flink.streaming.api.windowing.windows.Window,OUT> |
A
StateReaderOperator for reading WindowOperator state. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.