| Package | Description |
|---|---|
| co.cask.cdap.etl.proto.v1 | |
| co.cask.cdap.etl.proto.v2 |
| Modifier and Type | Field and Description |
|---|---|
protected List<Connection> |
ETLConfig.Builder.connections |
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
ETLConfig.getConnections() |
| Modifier and Type | Method and Description |
|---|---|
T |
ETLConfig.Builder.addConnection(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
T |
ETLConfig.Builder.addConnections(Collection<Connection> connections) |
| Constructor and Description |
|---|
ETLBatchConfig(ETLBatchConfig.Engine engine,
String schedule,
ETLStage source,
List<ETLStage> sinks,
List<ETLStage> transforms,
List<Connection> connections,
Resources resources,
List<ETLStage> actions)
Deprecated.
|
ETLBatchConfig(String schedule,
ETLStage source,
ETLStage sink,
List<ETLStage> transforms,
List<Connection> connections,
Resources resources,
List<ETLStage> actions)
Deprecated.
|
ETLBatchConfig(String schedule,
ETLStage source,
List<ETLStage> sinks,
List<ETLStage> transforms,
List<Connection> connections,
Resources resources,
List<ETLStage> actions)
Deprecated.
|
ETLConfig(ETLStage source,
ETLStage sink,
List<ETLStage> transforms,
List<Connection> connections,
Resources resources) |
ETLConfig(ETLStage source,
List<ETLStage> sinks,
List<ETLStage> transforms,
List<Connection> connections,
Resources resources)
Deprecated.
use builders from subclasses instead.
|
ETLConfig(ETLStage source,
List<ETLStage> sinks,
List<ETLStage> transforms,
List<Connection> connections,
Resources resources,
boolean stageLoggingEnabled) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Connection> |
ETLConfig.Builder.connections |
| Modifier and Type | Method and Description |
|---|---|
Set<Connection> |
ETLConfig.getConnections() |
| Modifier and Type | Method and Description |
|---|---|
T |
ETLConfig.Builder.addConnection(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
T |
ETLConfig.Builder.addConnections(Collection<Connection> connections) |
| Constructor and Description |
|---|
ETLConfig(Set<ETLStage> stages,
Set<Connection> connections,
Resources resources,
Resources driverResources,
Resources clientResources,
boolean stageLoggingEnabled,
boolean processTimingEnabled,
int numOfRecordsPreview,
Map<String,String> properties) |
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.