public static class DataflowPipelineTranslator.JobSpecification
extends java.lang.Object
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 and Description |
---|
JobSpecification(com.google.api.services.dataflow.model.Job job,
java.util.Map<org.apache.beam.sdk.runners.AppliedPTransform<?,?,?>,java.lang.String> stepNames) |
Modifier and Type | Method and Description |
---|---|
com.google.api.services.dataflow.model.Job |
getJob() |
java.util.Map<org.apache.beam.sdk.runners.AppliedPTransform<?,?,?>,java.lang.String> |
getStepNames()
Returns the mapping of
AppliedPTransforms to the internal step
name for that AppliedPTransform . |