| BroadcastStateBootstrapOperator<IN> |
|
| GroupReduceOperator<IN,OUT> |
An operator for executing a GroupReduceFunction on a bounded DataStream.
|
| KeyedStateBootstrapOperator<K,IN> |
|
| LazyTimerService |
A timer service that initializes its internal timer service lazily.
|
| StateBootstrapOperator<IN> |
|
| 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.
|
| StateBootstrapWrapperOperatorFactory<IN,OUT,OP extends org.apache.flink.streaming.api.operators.AbstractStreamOperator<OUT> & org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>,OPF extends org.apache.flink.streaming.api.operators.OneInputStreamOperatorFactory<IN,OUT>> |
|