| Class | Description |
|---|---|
| BroadcastStateBootstrapOperator<IN> |
A
StreamOperator for executing BroadcastStateBootstrapFunction's. |
| KeyedStateBootstrapOperator<K,IN> |
A
StreamOperator for executing KeyedStateBootstrapFunction's. |
| LazyTimerService |
A timer service that initializes its internal timer service lazily.
|
| StateBootstrapOperator<IN> |
A
StreamOperator for executing StateBootstrapFunction's. |
| StateBootstrapWrapperOperator<IN,OUT,OP extends org.apache.flink.streaming.api.operators.AbstractStreamOperator<OUT> & org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>> |
Wraps an existing operator so it can be bootstrapped.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.