Class BootstrapTransformationWithID<T>
- java.lang.Object
-
- org.apache.flink.state.api.runtime.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 targetOperatorIDfor the bootstrapped operator, as well as theBootstrapTransformationthat defines how the state is bootstrapped.
-
-
Constructor Summary
Constructors Constructor Description BootstrapTransformationWithID(org.apache.flink.runtime.jobgraph.OperatorID operatorID, BootstrapTransformation<T> bootstrapTransformation)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BootstrapTransformation<T>getBootstrapTransformation()Deprecated.org.apache.flink.runtime.jobgraph.OperatorIDgetOperatorID()Deprecated.
-
-
-
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.
-
getBootstrapTransformation
public BootstrapTransformation<T> getBootstrapTransformation()
Deprecated.
-
-