| Package | Description |
|---|---|
| co.cask.cdap.etl.api |
Packages for ETL Application Templates.
|
| co.cask.cdap.etl.api.action | |
| co.cask.cdap.etl.api.batch |
Packages for ETL Application Templates.
|
| co.cask.cdap.etl.api.realtime |
Packages for ETL Application Templates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transform.configurePipeline(PipelineConfigurer pipelineConfigurer)
Configure an ETL pipeline.
|
void |
PipelineConfigurable.configurePipeline(PipelineConfigurer pipelineConfigurer)
Configure an ETL pipeline, adding datasets and streams that the stage needs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.configurePipeline(PipelineConfigurer pipelineConfigurer) |
| Modifier and Type | Method and Description |
|---|---|
void |
PostAction.configurePipeline(PipelineConfigurer pipelineConfigurer)
Configure the pipeline.
|
void |
BatchConfigurable.configurePipeline(PipelineConfigurer pipelineConfigurer) |
void |
BatchAggregator.configurePipeline(PipelineConfigurer pipelineConfigurer)
Configure the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealtimeSource.configurePipeline(PipelineConfigurer pipelineConfigurer) |
void |
RealtimeSink.configurePipeline(PipelineConfigurer pipelineConfigurer) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.