@Internal public class BootstrapTransformationWithID<T> extends Object
OperatorID for the bootstrapped operator, as well as the BootstrapTransformation
that defines how the state is bootstrapped.| 构造器和说明 |
|---|
BootstrapTransformationWithID(org.apache.flink.runtime.jobgraph.OperatorID operatorID,
BootstrapTransformation<T> bootstrapTransformation) |
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–2020 The Apache Software Foundation. All rights reserved.