package workflow
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- sealed abstract class External extends Factory[External]
-
class
Pipeline extends Logging with HasRegistry[Stage] with HasDescription with Identifiable with HasBenchmark with HasDiagram
Pipeline is a complete data transformation workflow.
Pipeline is a complete data transformation workflow.
- Annotations
- @Evolving()
- trait PipelineOptimizer extends AnyRef
-
class
SimplePipelineOptimizer extends PipelineOptimizer with Logging
- Annotations
- @Unstable()
-
class
Stage extends Logging with Identifiable with HasRegistry[Factory[_]] with HasDescription with HasBenchmark with Writable
A Stage is a collection of independent Factories.
A Stage is a collection of independent Factories. All the stages of a pipeline will be executed sequentially at runtime. Within a stage, all factories could be executed in parallel or in sequential order.
- Annotations
- @Evolving()