Uses of Class
io.debezium.connector.mysql.legacy.Filters.Builder
Packages that use Filters.Builder
-
Uses of Filters.Builder in io.debezium.connector.mysql.legacy
Methods in io.debezium.connector.mysql.legacy that return Filters.BuilderModifier and TypeMethodDescriptionFilters.Builder.excludeAllTables(Filters otherFilter) Exclude all those tables included by the given filter.Filters.Builder.excludeDatabases(Predicate<String> databases) Exclude all the databases that the given predicate tests as true for.Filters.Builder.excludeTables(Predicate<TableId> tables) Exclude all the tables that the given predicate tests as true for.Filters.Builder.includeDatabases(Predicate<String> databases) Include all the databases that the given predicate tests as true for.Filters.Builder.includeTables(Predicate<TableId> tables) Include the tables that the given predicate tests as true for.Filters.Builder.setFiltersFromFilters(Filters filters) Set the filter to match the given other filter.Filters.Builder.setFiltersFromOffsets(Map<String, ?> offsets) Completely reset the filter to match the filter info in the given offsets.