T - type of schema the assessor examines.public interface TableAssessorSupplier<T>
| Modifier and Type | Method and Description |
|---|---|
TableAssessor<T> |
createTableAssessor(Configurer configurer)
Create a table assessor that will check if there will be potential problems replicating a table.
|
default TableAssessor<T> |
createTableAssessor(Configurer configurer,
List<SourceTable> tables)
Create a table assessor that will check if there will be potential problems replicating tables.
|
TableAssessor<T> createTableAssessor(Configurer configurer) throws Exception
configurer - configurer used to instantiate pluginsException - if the table assessor could not be createddefault TableAssessor<T> createTableAssessor(Configurer configurer, List<SourceTable> tables) throws Exception
configurer - configurer used to instantiate pluginstables - tables to be replicatedException - if the table assessor could not be createdCopyright © 2021 CDAP Licensed under the Apache License, Version 2.0.