Package org.apache.flink.state.api
Class BootstrapTransformation<T>
- java.lang.Object
-
- org.apache.flink.state.api.BootstrapTransformation<T>
-
- Type Parameters:
T- The input type of the transformation.
@PublicEvolving @Deprecated public class BootstrapTransformation<T> extends Object
Deprecated.UseStateBootstrapTransformationinstead.ABootstrapTransformationrepresents a procedure of writing new operator state into aSavepoint. It is defined by aDataSetcontaining the data to bootstrap with, a factory for a stream operator that consumes the elements of theDataSetand generates state to be snapshotted, as well as an optional key selector if the new operator state is partitioned.