Uses of Interface
io.debezium.relational.Selectors.TableIdToStringMapper
-
Packages that use Selectors.TableIdToStringMapper Package Description io.debezium.relational io.debezium.relational.mapping -
-
Uses of Selectors.TableIdToStringMapper in io.debezium.relational
Fields in io.debezium.relational declared as Selectors.TableIdToStringMapper Modifier and Type Field Description private Selectors.TableIdToStringMapperRelationalDatabaseConnectorConfig. tableIdMapperMethods in io.debezium.relational that return Selectors.TableIdToStringMapper Modifier and Type Method Description Selectors.TableIdToStringMapperRelationalDatabaseConnectorConfig. getTableIdMapper()Methods in io.debezium.relational with parameters of type Selectors.TableIdToStringMapper Modifier and Type Method Description Selectors.TableSelectionPredicateBuilderSelectors.TableSelectionPredicateBuilder. excludeTables(String fullyQualifiedTableNames, Selectors.TableIdToStringMapper tableIdMapper)Specify the names of the tables that should be excluded.static Key.KeyMapperKey.CustomKeyMapper. getInstance(String fullyQualifiedColumnNames, Selectors.TableIdToStringMapper tableIdMapper)Getting an instance with a list of regexp (table:column1,column2) delimited by ';' matching the tables keys.Selectors.TableSelectionPredicateBuilderSelectors.TableSelectionPredicateBuilder. includeTables(String fullyQualifiedTableNames, Selectors.TableIdToStringMapper tableIdMapper)Specify the names of the tables that should be included.Constructors in io.debezium.relational with parameters of type Selectors.TableIdToStringMapper Constructor Description HistorizedRelationalDatabaseConnectorConfig(Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorClass, Configuration config, String logicalName, Tables.TableFilter systemTablesFilter, Selectors.TableIdToStringMapper tableIdMapper, boolean useCatalogBeforeSchema, ColumnFilterMode columnFilterMode)RelationalDatabaseConnectorConfig(Configuration config, String logicalName, Tables.TableFilter systemTablesFilter, Selectors.TableIdToStringMapper tableIdMapper, int defaultSnapshotFetchSize, ColumnFilterMode columnFilterMode)RelationalTableFilters(Configuration config, Tables.TableFilter systemTablesFilter, Selectors.TableIdToStringMapper tableIdMapper)TableId(String catalogName, String schemaName, String tableName, Selectors.TableIdToStringMapper tableIdMapper)Create a new table identifier. -
Uses of Selectors.TableIdToStringMapper in io.debezium.relational.mapping
Fields in io.debezium.relational.mapping declared as Selectors.TableIdToStringMapper Modifier and Type Field Description private Selectors.TableIdToStringMapperColumnMappers.Builder. tableIdMapperConstructors in io.debezium.relational.mapping with parameters of type Selectors.TableIdToStringMapper Constructor Description Builder(Selectors.TableIdToStringMapper tableIdMapper)
-