| Package | Description |
|---|---|
| io.debezium.relational |
| Modifier and Type | Method and Description |
|---|---|
Selectors.TableSelectionPredicateBuilder |
Selectors.TableSelectionPredicateBuilder.excludeDatabases(String databaseNames)
Specify the names of the databases that should be excluded.
|
Selectors.TableSelectionPredicateBuilder |
Selectors.TableSelectionPredicateBuilder.excludeSchemas(String schemaNames)
Specify the names of the schemas that should be excluded.
|
Selectors.TableSelectionPredicateBuilder |
Selectors.TableSelectionPredicateBuilder.excludeTables(String fullyQualifiedTableNames)
Specify the names of the tables that should be excluded.
|
Selectors.TableSelectionPredicateBuilder |
Selectors.TableSelectionPredicateBuilder.excludeTables(String fullyQualifiedTableNames,
Selectors.TableIdToStringMapper tableIdMapper)
Specify the names of the tables that should be excluded.
|
Selectors.TableSelectionPredicateBuilder |
Selectors.TableSelectionPredicateBuilder.includeDatabases(String databaseNames)
Specify the names of the databases that should be included.
|
Selectors.TableSelectionPredicateBuilder |
Selectors.TableSelectionPredicateBuilder.includeSchemas(String schemaNames)
Specify the names of the schemas that should be included.
|
Selectors.TableSelectionPredicateBuilder |
Selectors.TableSelectionPredicateBuilder.includeTables(String fullyQualifiedTableNames)
Specify the names of the tables that should be included.
|
Selectors.TableSelectionPredicateBuilder |
Selectors.TableSelectionPredicateBuilder.includeTables(String fullyQualifiedTableNames,
Selectors.TableIdToStringMapper tableIdMapper)
Specify the names of the tables that should be included.
|
static Selectors.TableSelectionPredicateBuilder |
Selectors.tableSelector()
Obtain a new
builder for a table selection predicate. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.