| Package | Description |
|---|---|
| co.cask.cdap.etl.proto.v0 |
| Modifier and Type | Method and Description |
|---|---|
ETLStage |
ETLConfig.getSource() |
| Modifier and Type | Method and Description |
|---|---|
List<ETLStage> |
ETLBatchConfig.getActions() |
List<ETLStage> |
ETLConfig.getSinks() |
List<ETLStage> |
ETLConfig.getTransforms() |
| Constructor and Description |
|---|
ETLBatchConfig(String schedule,
ETLStage source,
List<ETLStage> sinks,
List<ETLStage> transforms,
Resources resources,
List<ETLStage> actions) |
ETLConfig(ETLStage source,
List<ETLStage> sinks,
List<ETLStage> transforms,
Resources resources) |
| Constructor and Description |
|---|
ETLBatchConfig(String schedule,
ETLStage source,
List<ETLStage> sinks,
List<ETLStage> transforms,
Resources resources,
List<ETLStage> actions) |
ETLBatchConfig(String schedule,
ETLStage source,
List<ETLStage> sinks,
List<ETLStage> transforms,
Resources resources,
List<ETLStage> actions) |
ETLBatchConfig(String schedule,
ETLStage source,
List<ETLStage> sinks,
List<ETLStage> transforms,
Resources resources,
List<ETLStage> actions) |
ETLConfig(ETLStage source,
List<ETLStage> sinks,
List<ETLStage> transforms,
Resources resources) |
ETLConfig(ETLStage source,
List<ETLStage> sinks,
List<ETLStage> transforms,
Resources resources) |
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.