Class BootstrapTransformationWithID<T>


  • @Deprecated
    @Internal
    public class BootstrapTransformationWithID<T>
    extends Object
    Deprecated.
    A simple container class that represents a newly bootstrapped operator state within savepoints. It wraps the target OperatorID for the bootstrapped operator, as well as the BootstrapTransformation that defines how the state is bootstrapped.
    • Constructor Detail

      • BootstrapTransformationWithID

        public BootstrapTransformationWithID​(org.apache.flink.runtime.jobgraph.OperatorID operatorID,
                                             BootstrapTransformation<T> bootstrapTransformation)
        Deprecated.
    • Method Detail

      • getOperatorID

        public org.apache.flink.runtime.jobgraph.OperatorID getOperatorID()
        Deprecated.