| Package | Description |
|---|---|
| co.cask.cdap.etl.proto.v1 | |
| co.cask.cdap.etl.proto.v2 |
| Modifier and Type | Method and Description |
|---|---|
ETLStage |
ETLStage.upgradeStage(String type,
UpgradeContext upgradeContext) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ETLStage> |
ETLConfig.Builder.stages |
| Modifier and Type | Method and Description |
|---|---|
List<ETLStage> |
ETLBatchConfig.getPostActions() |
Set<ETLStage> |
ETLConfig.getStages() |
| Modifier and Type | Method and Description |
|---|---|
ETLBatchConfig.Builder |
ETLBatchConfig.Builder.addPostAction(ETLStage action) |
T |
ETLConfig.Builder.addStage(ETLStage stage) |
| Modifier and Type | Method and Description |
|---|---|
ETLBatchConfig.Builder |
ETLBatchConfig.Builder.addPostActions(Collection<ETLStage> actions) |
| Constructor and Description |
|---|
ETLConfig(Set<ETLStage> stages,
Set<Connection> connections,
Resources resources,
boolean stageLoggingEnabled) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.