Class StateBootstrapTransformationWithID<T>
java.lang.Object
org.apache.flink.state.api.runtime.StateBootstrapTransformationWithID<T>
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 Summary
ConstructorsConstructorDescriptionStateBootstrapTransformationWithID(OperatorIdentifier operatorIdentifier, StateBootstrapTransformation<T> bootstrapTransformation) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
StateBootstrapTransformationWithID
public StateBootstrapTransformationWithID(OperatorIdentifier operatorIdentifier, StateBootstrapTransformation<T> bootstrapTransformation)
-
-
Method Details
-
getOperatorIdentifier
-
getBootstrapTransformation
-