Class StateBootstrapTransformationWithID<T>


  • @Internal
    public class StateBootstrapTransformationWithID<T>
    extends Object
    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 StateBootstrapTransformation that defines how the state is bootstrapped.
    • Constructor Detail

      • StateBootstrapTransformationWithID

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

      • getOperatorID

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