public class DeltaConfig
extends io.cdap.cdap.api.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> |
getDdlBlacklist() |
String |
getDescription() |
Set<DMLOperation> |
getDmlBlacklist() |
String |
getOffsetBasePath() |
ParallelismConfig |
getParallelism() |
io.cdap.cdap.api.Resources |
getResources() |
RetryConfig |
getRetryConfig() |
Stage |
getSource() |
List<Stage> |
getStages() |
List<SourceTable> |
getTables() |
Stage |
getTarget() |
int |
hashCode() |
boolean |
isService() |
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 io.cdap.cdap.api.Resources getResources()
public List<SourceTable> getTables()
public Set<DMLOperation> getDmlBlacklist()
public Set<DDLOperation> getDdlBlacklist()
public RetryConfig getRetryConfig()
public ParallelismConfig getParallelism()
public boolean isService()
public void validateDraft()
public void validatePipeline()
public Stage getSource()
public static DeltaConfig.Builder builder()
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.