public final class ETLRealtimeConfig extends ETLConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
ETLRealtimeConfig.Builder
Builder to create realtime etl configs.
|
| Modifier and Type | Method and Description |
|---|---|
static ETLRealtimeConfig.Builder |
builder() |
ETLRealtimeConfig |
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) |
int |
getInstances() |
int |
hashCode() |
String |
toString() |
canUpgrade, convertStages, getConnections, getResources, getStages, isStageLoggingEnabled, upgrade, validatepublic ETLRealtimeConfig convertOldConfig()
public int getInstances()
public static ETLRealtimeConfig.Builder builder()
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.