Package org.apache.flink.state.api.output.operators
-
Class Summary Class Description BroadcastStateBootstrapOperator<IN> AStreamOperatorfor executingBroadcastStateBootstrapFunction's.GroupReduceOperator<IN,OUT> An operator for executing aGroupReduceFunctionon a bounded DataStream.KeyedStateBootstrapOperator<K,IN> AStreamOperatorfor executingKeyedStateBootstrapFunction's.LazyTimerService A timer service that initializes its internal timer service lazily.StateBootstrapOperator<IN> AStreamOperatorfor executingStateBootstrapFunction'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.