Uses of Interface
io.debezium.relational.Key.KeyMapper
-
Packages that use Key.KeyMapper Package Description io.debezium.relational -
-
Uses of Key.KeyMapper in io.debezium.relational
Fields in io.debezium.relational declared as Key.KeyMapper Modifier and Type Field Description private Key.KeyMapperRelationalDatabaseSchema. customKeysMapperprivate Key.KeyMapperKey.Builder. keyMapperprivate Key.KeyMapperKey. keyMapperprivate Key.KeyMapperRelationalDatabaseConnectorConfig. keyMapperMethods in io.debezium.relational that return Key.KeyMapper Modifier and Type Method Description 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.static Key.KeyMapperKey.IdentityKeyMapper. getInstance()Key.KeyMapperRelationalDatabaseConnectorConfig. getKeyMapper()Methods in io.debezium.relational with parameters of type Key.KeyMapper Modifier and Type Method Description TableSchemaTableSchemaBuilder. create(String schemaPrefix, String envelopSchemaName, Table table, Tables.ColumnNameFilter filter, ColumnMappers mappers, Key.KeyMapper keysMapper)Create aTableSchemafrom the giventable definition.Key.BuilderKey.Builder. customKeyMapper(Key.KeyMapper customKeyMapper)Constructors in io.debezium.relational with parameters of type Key.KeyMapper Constructor Description HistorizedRelationalDatabaseSchema(HistorizedRelationalDatabaseConnectorConfig config, TopicSelector<TableId> topicSelector, Tables.TableFilter tableFilter, Tables.ColumnNameFilter columnFilter, TableSchemaBuilder schemaBuilder, boolean tableIdCaseInsensitive, Key.KeyMapper customKeysMapper)Key(Table table, Key.KeyMapper keyMapper)RelationalDatabaseSchema(RelationalDatabaseConnectorConfig config, TopicSelector<TableId> topicSelector, Tables.TableFilter tableFilter, Tables.ColumnNameFilter columnFilter, TableSchemaBuilder schemaBuilder, boolean tableIdCaseInsensitive, Key.KeyMapper customKeysMapper)
-