Class StateBootstrapTransformationWithID<T>

java.lang.Object
org.apache.flink.state.api.runtime.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.