| Package | Description |
|---|---|
| io.debezium.connector.mysql.legacy |
| Modifier and Type | Method and Description |
|---|---|
Filters.Builder |
Filters.Builder.excludeAllTables(Filters otherFilter)
Exclude all those tables included by the given filter.
|
Filters.Builder |
Filters.Builder.excludeDatabases(Predicate<String> databases)
Exclude all the databases that the given predicate tests as true for.
|
Filters.Builder |
Filters.Builder.excludeTables(Predicate<TableId> tables)
Exclude all the tables that the given predicate tests as true for.
|
Filters.Builder |
Filters.Builder.includeDatabases(Predicate<String> databases)
Include all the databases that the given predicate tests as true for.
|
Filters.Builder |
Filters.Builder.includeTables(Predicate<TableId> tables)
Include the tables that the given predicate tests as true for.
|
Filters.Builder |
Filters.Builder.setFiltersFromFilters(Filters filters)
Set the filter to match the given other filter.
|
Filters.Builder |
Filters.Builder.setFiltersFromOffsets(Map<String,?> offsets)
Completely reset the filter to match the filter info in the given offsets.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.