| 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) |
ETLRealtimeConfig(ETLStage source,
ETLStage sinks,
List<ETLStage> transforms,
List<Connection> connections)
Deprecated.
|
ETLRealtimeConfig(ETLStage source,
List<ETLStage> sinks,
List<ETLStage> transforms,
List<Connection> connections)
Deprecated.
|
ETLRealtimeConfig(Integer instances,
ETLStage source,
ETLStage sink,
List<ETLStage> transforms,
List<Connection> connections,
Resources resources)
Deprecated.
|
ETLRealtimeConfig(Integer instances,
ETLStage source,
List<ETLStage> sinks,
List<ETLStage> transforms,
List<Connection> connections,
Resources resources)
Deprecated.
|
| 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,
boolean stageLoggingEnabled) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.