@Internal public class StateBootstrapTransformationWithID<T> extends Object
OperatorID for the bootstrapped operator, as well as the StateBootstrapTransformation that defines how the state is bootstrapped.| Constructor and Description |
|---|
StateBootstrapTransformationWithID(org.apache.flink.runtime.jobgraph.OperatorID operatorID,
StateBootstrapTransformation<T> bootstrapTransformation) |
| Modifier and Type | Method and Description |
|---|---|
StateBootstrapTransformation<T> |
getBootstrapTransformation() |
org.apache.flink.runtime.jobgraph.OperatorID |
getOperatorID() |
public StateBootstrapTransformationWithID(org.apache.flink.runtime.jobgraph.OperatorID operatorID,
StateBootstrapTransformation<T> bootstrapTransformation)
public org.apache.flink.runtime.jobgraph.OperatorID getOperatorID()
public StateBootstrapTransformation<T> getBootstrapTransformation()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.