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.TranslationContext
The context used for pipeline translation.
|
Modifier and Type | Method and Description |
---|---|
void |
translate(T context,
org.apache.beam.model.pipeline.v1.RunnerApi.Pipeline pipeline)
Translates the given pipeline.
|
void translate(T context, org.apache.beam.model.pipeline.v1.RunnerApi.Pipeline pipeline)