| Interface | Description |
|---|---|
| WorkflowProgramAdder |
Adds workflow programs.
|
| Class | Description |
|---|---|
| ConditionToConditionAdder<T extends WorkflowConditionConfigurer> |
Implementation of
WorkflowProgramAdder which adds node to the branch of the Condition whose parent is
another Condition. |
| ConditionToForkAdder<T extends WorkflowConditionConfigurer> |
Implementation of
WorkflowProgramAdder which adds node to the branch of the Condition whose parent is Fork
in the Workflow. |
| ConditionToTrunkAdder<T extends WorkflowConditionConfigurer> |
Implementation of the
WorkflowProgramAdder which adds nodes to the Condition whose parent is Workflow trunk. |
| DataPipelineApp |
ETL Data Pipeline Application.
|
| ExternalSparkProgram |
A Spark program that instantiates a sparkprogram plugin and executes it.
|
| ForkToConditionAdder<T extends WorkflowForkConfigurer> |
Implementation of the
WorkflowProgramAdder which adds nodes on the Fork whose parent is Condition. |
| ForkToForkAdder<T extends WorkflowForkConfigurer> |
Implementation of the
WorkflowProgramAdder which adds nodes on the Fork whose parent is another Fork in the
Workflow. |
| ForkToTrunkAdder<T extends WorkflowForkConfigurer> |
Implementation of the
WorkflowProgramAdder which adds nodes on the Fork whose parent Workflow trunk. |
| JavaSparkMainWrapper |
This class is a wrapper for the vanilla spark programs.
|
| SmartWorkflow |
Data Pipeline Smart Workflow.
|
| TrunkProgramAdder |
Implementation of
WorkflowProgramAdder which adds node to the Workflow trunk. |
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.