Uses of Interface
io.debezium.relational.Key.KeyMapper
Packages that use Key.KeyMapper
-
Uses of Key.KeyMapper in io.debezium.pipeline.source.snapshot.incremental
Methods in io.debezium.pipeline.source.snapshot.incremental that return Key.KeyMapperModifier and TypeMethodDescriptionprivate Key.KeyMapperAbstractIncrementalSnapshotChangeEventSource.getKeyMapper() -
Uses of Key.KeyMapper in io.debezium.relational
Fields in io.debezium.relational declared as Key.KeyMapperModifier and TypeFieldDescriptionprivate final Key.KeyMapperRelationalDatabaseSchema.customKeysMapperprivate Key.KeyMapperKey.Builder.keyMapperprivate final Key.KeyMapperKey.keyMapperprivate final Key.KeyMapperRelationalDatabaseConnectorConfig.keyMapperMethods in io.debezium.relational that return Key.KeyMapperModifier and TypeMethodDescriptionstatic 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()RelationalDatabaseConnectorConfig.getKeyMapper()Methods in io.debezium.relational with parameters of type Key.KeyMapperModifier and TypeMethodDescriptionTableSchemaBuilder.create(TopicNamingStrategy topicNamingStrategy, Table table, Tables.ColumnNameFilter filter, ColumnMappers mappers, Key.KeyMapper keysMapper) Create aTableSchemafrom the giventable definition.Key.Builder.customKeyMapper(Key.KeyMapper customKeyMapper) Constructors in io.debezium.relational with parameters of type Key.KeyMapperModifierConstructorDescriptionprotectedHistorizedRelationalDatabaseSchema(HistorizedRelationalDatabaseConnectorConfig config, TopicNamingStrategy<TableId> topicNamingStrategy, Tables.TableFilter tableFilter, Tables.ColumnNameFilter columnFilter, TableSchemaBuilder schemaBuilder, boolean tableIdCaseInsensitive, Key.KeyMapper customKeysMapper) privateKey(Table table, Key.KeyMapper keyMapper) protectedRelationalDatabaseSchema(RelationalDatabaseConnectorConfig config, TopicNamingStrategy<TableId> topicNamingStrategy, Tables.TableFilter tableFilter, Tables.ColumnNameFilter columnFilter, TableSchemaBuilder schemaBuilder, boolean tableIdCaseInsensitive, Key.KeyMapper customKeysMapper)