Package org.apache.flink.state.api.output.operators
package org.apache.flink.state.api.output.operators
-
ClassesClassDescriptionA
StreamOperatorfor executingBroadcastStateBootstrapFunction's.GroupReduceOperator<IN,OUT> An operator for executing aGroupReduceFunctionon a bounded DataStream.AStreamOperatorfor executingKeyedStateBootstrapFunction's.A timer service that initializes its internal timer service lazily.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.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>> StreamOperatorFactoryforStateBootstrapWrapperOperator.