| Package | Description |
|---|---|
| co.cask.cdap.etl.proto.v1 |
| Modifier and Type | Method and Description |
|---|---|
ETLBatchConfig.Engine |
ETLBatchConfig.getEngine() |
static ETLBatchConfig.Engine |
ETLBatchConfig.Engine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETLBatchConfig.Engine[] |
ETLBatchConfig.Engine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ETLBatchConfig.Builder |
ETLBatchConfig.Builder.setEngine(ETLBatchConfig.Engine engine) |
| Constructor and Description |
|---|
ETLBatchConfig(ETLBatchConfig.Engine engine,
String schedule,
ETLStage source,
ETLStage sink,
List<ETLStage> transforms)
Deprecated.
|
ETLBatchConfig(ETLBatchConfig.Engine engine,
String schedule,
ETLStage source,
List<ETLStage> sinks,
List<ETLStage> transforms,
List<Connection> connections,
Resources resources,
List<ETLStage> actions)
Deprecated.
|
Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.