public interface FlinkPipelineTranslator
Pipeline into a JobGraph. There will be
implementations for the different pipeline APIs that Flink supports.| Modifier and Type | Method and Description |
|---|---|
boolean |
canTranslate(org.apache.flink.api.dag.Pipeline pipeline) |
org.apache.flink.runtime.jobgraph.JobGraph |
translateToJobGraph(org.apache.flink.api.dag.Pipeline pipeline,
org.apache.flink.configuration.Configuration optimizerConfiguration,
int defaultParallelism)
Creates a
JobGraph from the given Pipeline and attaches the given jar files
and classpaths to the JobGraph. |
String |
translateToJSONExecutionPlan(org.apache.flink.api.dag.Pipeline pipeline)
Extracts the execution plan (as JSON) from the given
Pipeline. |
org.apache.flink.runtime.jobgraph.JobGraph translateToJobGraph(org.apache.flink.api.dag.Pipeline pipeline,
org.apache.flink.configuration.Configuration optimizerConfiguration,
int defaultParallelism)
JobGraph from the given Pipeline and attaches the given jar files
and classpaths to the JobGraph.String translateToJSONExecutionPlan(org.apache.flink.api.dag.Pipeline pipeline)
Pipeline.boolean canTranslate(org.apache.flink.api.dag.Pipeline pipeline)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.