| Constructor and Description |
|---|
FlowGraphPath(FlowSpec flowSpec,
Long flowExecutionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPath(List<FlowEdgeContext> path) |
Dag<JobExecutionPlan> |
asDag(com.typesafe.config.Config sysConfig)
A method to convert a path of
FlowEdgeContexts into a Dag. |
public void addPath(List<FlowEdgeContext> path)
public Dag<JobExecutionPlan> asDag(com.typesafe.config.Config sysConfig) throws SpecNotFoundException, JobTemplate.TemplateException, URISyntaxException
FlowEdgeContexts into a Dag.sysConfig - containing environment config (e.g. metric/tracking event config) to be added to each JobSpec.DagSpecNotFoundExceptionJobTemplate.TemplateExceptionURISyntaxException