| Package | Description |
|---|---|
| io.cdap.delta.api | |
| io.cdap.delta.api.assessment |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SourceConfigurer
Configures the replicator application source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeltaTarget.configure(Configurer configurer)
Configure the source.
|
TableRegistry |
DeltaSource.createTableRegistry(Configurer configurer)
Create a table registry that is used to fetch information about tables in databases.
|
| Modifier and Type | Method and Description |
|---|---|
TableAssessor<T> |
TableAssessorSupplier.createTableAssessor(Configurer configurer)
Create a table assessor that will check if there will be potential problems replicating a table.
|
default TableAssessor<T> |
TableAssessorSupplier.createTableAssessor(Configurer configurer,
List<SourceTable> tables)
Create a table assessor that will check if there will be potential problems replicating tables.
|
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.