Package org.apache.beam.runners.dataflow
Class DataflowPipelineTranslator.JobSpecification
java.lang.Object
org.apache.beam.runners.dataflow.DataflowPipelineTranslator.JobSpecification
- Enclosing class:
DataflowPipelineTranslator
The result of a job translation.
Used to pass the result Job
and any state that was used to construct the job that
may be of use to other classes (eg the PTransform
to StepName mapping).
-
Constructor Summary
ConstructorsConstructorDescriptionJobSpecification
(Job job, org.apache.beam.model.pipeline.v1.RunnerApi.Pipeline pipelineProto, Map<org.apache.beam.sdk.runners.AppliedPTransform<?, ?, ?>, String> stepNames) -
Method Summary
Modifier and TypeMethodDescriptiongetJob()
org.apache.beam.model.pipeline.v1.RunnerApi.Pipeline
Returns the mapping ofAppliedPTransforms
to the internal step name for thatAppliedPTransform
.
-
Constructor Details
-
JobSpecification
-
-
Method Details
-
getJob
-
getPipelineProto
public org.apache.beam.model.pipeline.v1.RunnerApi.Pipeline getPipelineProto() -
getStepNames
Returns the mapping ofAppliedPTransforms
to the internal step name for thatAppliedPTransform
.
-