Uses of Class
io.debezium.relational.Selectors.TableSelectionPredicateBuilder
Packages that use Selectors.TableSelectionPredicateBuilder
-
Uses of Selectors.TableSelectionPredicateBuilder in io.debezium.relational
Methods in io.debezium.relational that return Selectors.TableSelectionPredicateBuilderModifier and TypeMethodDescriptionSelectors.TableSelectionPredicateBuilder.excludeDatabases(String databaseNames) Specify the names of the databases that should be excluded.Selectors.TableSelectionPredicateBuilder.excludeSchemas(String schemaNames) Specify the names of the schemas that should be excluded.Selectors.TableSelectionPredicateBuilder.excludeTables(String fullyQualifiedTableNames) Specify the names of the tables that should be excluded.Selectors.TableSelectionPredicateBuilder.excludeTables(String fullyQualifiedTableNames, Selectors.TableIdToStringMapper tableIdMapper) Specify the names of the tables that should be excluded.Selectors.TableSelectionPredicateBuilder.includeDatabases(String databaseNames) Specify the names of the databases that should be included.Selectors.TableSelectionPredicateBuilder.includeSchemas(String schemaNames) Specify the names of the schemas that should be included.Selectors.TableSelectionPredicateBuilder.includeTables(String fullyQualifiedTableNames) Specify the names of the tables that should be included.Selectors.TableSelectionPredicateBuilder.includeTables(String fullyQualifiedTableNames, Selectors.TableIdToStringMapper tableIdMapper) Specify the names of the tables that should be included.Selectors.tableSelector()Obtain a newbuilderfor a table selection predicate.