Uses of Interface
io.debezium.relational.Selectors.TableIdToStringMapper
Packages that use Selectors.TableIdToStringMapper
-
Uses of Selectors.TableIdToStringMapper in io.debezium.relational
Fields in io.debezium.relational declared as Selectors.TableIdToStringMapperModifier and TypeFieldDescriptionprivate final Selectors.TableIdToStringMapperRelationalDatabaseConnectorConfig.tableIdMapperMethods in io.debezium.relational that return Selectors.TableIdToStringMapperMethods in io.debezium.relational with parameters of type Selectors.TableIdToStringMapperModifier and TypeMethodDescriptionSelectors.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.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.TableIdToStringMapperModifierConstructorDescriptionprotectedHistorizedRelationalDatabaseConnectorConfig(Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorClass, Configuration config, String logicalName, Tables.TableFilter systemTablesFilter, Selectors.TableIdToStringMapper tableIdMapper, boolean useCatalogBeforeSchema, ColumnFilterMode columnFilterMode, boolean multiPartitionMode) protectedRelationalDatabaseConnectorConfig(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.TableIdToStringMapperModifier and TypeFieldDescriptionprivate final Selectors.TableIdToStringMapperColumnMappers.Builder.tableIdMapperConstructors in io.debezium.relational.mapping with parameters of type Selectors.TableIdToStringMapper