public final class ETLBatchConfig extends ETLConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
ETLBatchConfig.Builder
Builder for creating configs.
|
| Modifier and Type | Method and Description |
|---|---|
static ETLBatchConfig.Builder |
builder(String schedule) |
ETLBatchConfig |
convertOldConfig()
If this has the old v1 fields (source, sinks, transforms), convert them all to stages and create a proper
v2 config.
|
boolean |
equals(Object o) |
Engine |
getEngine() |
Integer |
getMaxConcurrentRuns() |
List<ETLStage> |
getPostActions() |
String |
getSchedule() |
int |
hashCode() |
String |
toString() |
canUpgrade, convertStages, getClientResources, getConnections, getDescription, getDriverResources, getNumOfRecordsPreview, getProperties, getResources, getStages, isProcessTimingEnabled, isStageLoggingEnabled, upgrade, validatepublic ETLBatchConfig convertOldConfig()
public Engine getEngine()
public String getSchedule()
public static ETLBatchConfig.Builder builder(String schedule)
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.