public class DeltaConfig extends Config
| Modifier and Type | Class and Description |
|---|---|
static class |
DeltaConfig.Builder
Builds a DeltaConfig.
|
| Modifier and Type | Method and Description |
|---|---|
static DeltaConfig.Builder |
builder() |
boolean |
equals(Object o) |
List<Connection> |
getConnections() |
Set<DDLOperation.Type> |
getDdlBlacklist() |
String |
getDescription() |
Set<DMLOperation.Type> |
getDmlBlacklist() |
String |
getOffsetBasePath() |
ParallelismConfig |
getParallelism() |
Resources |
getResources() |
RetryConfig |
getRetryConfig() |
Stage |
getSource() |
List<Stage> |
getStages() |
List<SourceTable> |
getTables() |
List<TableTransformation> |
getTableTransformations() |
Stage |
getTarget() |
int |
hashCode() |
boolean |
isService() |
DeltaConfig |
updateConfig(ApplicationUpdateContext upgradeContext)
Updates current DeltaConfig by running update actions provided in context such as upgrading plugin artifact
versions.
|
void |
validateDraft()
Validate that the config is a valid draft.
|
void |
validatePipeline()
Validate that the config is a valid pipeline.
|
public String getOffsetBasePath()
public List<Connection> getConnections()
public Resources getResources()
public List<SourceTable> getTables()
public List<TableTransformation> getTableTransformations()
public Set<DMLOperation.Type> getDmlBlacklist()
public Set<DDLOperation.Type> getDdlBlacklist()
public RetryConfig getRetryConfig()
public ParallelismConfig getParallelism()
public boolean isService()
public void validateDraft()
public void validatePipeline()
public Stage getSource()
public DeltaConfig updateConfig(ApplicationUpdateContext upgradeContext) throws Exception
upgradeContext - Context for performing update for current delta config.Exceptionpublic static DeltaConfig.Builder builder()
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.