public static class DataflowPipelineTranslator.JobSpecification extends 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,
Map<AppliedPTransform<?,?,?>,String> stepNames) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.services.dataflow.model.Job |
getJob() |
Map<AppliedPTransform<?,?,?>,String> |
getStepNames()
Returns the mapping of
AppliedPTransforms to the internal step
name for that AppliedPTransform. |
public JobSpecification(com.google.api.services.dataflow.model.Job job,
Map<AppliedPTransform<?,?,?>,String> stepNames)
public com.google.api.services.dataflow.model.Job getJob()
public Map<AppliedPTransform<?,?,?>,String> getStepNames()
AppliedPTransforms to the internal step
name for that AppliedPTransform.Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.