@Deprecated @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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapTransformation<T> |
getBootstrapTransformation()
Deprecated.
|
org.apache.flink.runtime.jobgraph.OperatorID |
getOperatorID()
Deprecated.
|
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–2022 The Apache Software Foundation. All rights reserved.