public interface FlinkPortablePipelineTranslator<T extends FlinkPortablePipelineTranslator.TranslationContext>
Pipeline translators will generally provide a mechanism to produce the translation contexts that they use for pipeline translation. Post translation, the translation context should contain a pipeline plan that has not yet been executed.
Modifier and Type | Interface and Description |
---|---|
static interface |
FlinkPortablePipelineTranslator.Executor
A handle used to execute a translated pipeline.
|
static interface |
FlinkPortablePipelineTranslator.TranslationContext
The context used for pipeline translation.
|
Modifier and Type | Method and Description |
---|---|
T |
createTranslationContext(JobInfo jobInfo,
FlinkPipelineOptions pipelineOptions,
@Nullable java.lang.String confDir,
java.util.List<java.lang.String> filesToStage) |
java.util.Set<java.lang.String> |
knownUrns() |
FlinkPortablePipelineTranslator.Executor |
translate(T context,
org.apache.beam.model.pipeline.v1.RunnerApi.Pipeline pipeline)
Translates the given pipeline.
|
T createTranslationContext(JobInfo jobInfo, FlinkPipelineOptions pipelineOptions, @Nullable java.lang.String confDir, java.util.List<java.lang.String> filesToStage)
java.util.Set<java.lang.String> knownUrns()
FlinkPortablePipelineTranslator.Executor translate(T context, org.apache.beam.model.pipeline.v1.RunnerApi.Pipeline pipeline)