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