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