Uses of Package
io.debezium.relational
-
Classes in io.debezium.relational used by io.debezium.config Class Description CustomConverterRegistry The registry of all converters that were provided by the connector configuration. -
Classes in io.debezium.relational used by io.debezium.jdbc Class Description Column An immutable definition of a column.ColumnEditor An editor forColumninstances.Table An immutable definition of a table.TableId Unique identifier for a database table.Tables Structural definitions for a set of tables in a JDBC database.Tables.ColumnNameFilter A filter for columns.Tables.TableFilter A filter for tables.ValueConverter A function that converts from a column data value into another value.ValueConverterProvider A provider ofValueConverterfunctions and theSchemaBuilderused to describe them. -
Classes in io.debezium.relational used by io.debezium.pipeline.metrics Class Description TableId Unique identifier for a database table. -
Classes in io.debezium.relational used by io.debezium.pipeline.signal Class Description TableId Unique identifier for a database table. -
Classes in io.debezium.relational used by io.debezium.pipeline.source.snapshot.incremental Class Description RelationalDatabaseSchema ADatabaseSchemaof a relational database such as Postgres.Table An immutable definition of a table. -
Classes in io.debezium.relational used by io.debezium.pipeline.source.spi Class Description ChangeTable A logical representation of a change table containing changes for a given source table.TableId Unique identifier for a database table. -
Classes in io.debezium.relational used by io.debezium.relational Class Description Column An immutable definition of a column.ColumnEditor An editor forColumninstances.ColumnEditorImpl ColumnFilterMode Modes for column name filters, either including a catalog (database) or schema name.ColumnId Unique identifier for a column in a database table.CustomConverterRegistry The registry of all converters that were provided by the connector configuration.CustomConverterRegistry.ConverterDefinition Class binding together the schema of the conversion result and the converter code.HistorizedRelationalDatabaseConnectorConfig Configuration options shared across the relational CDC connectors which use a persistent database schema history.HistorizedRelationalDatabaseSchema ADatabaseSchemaor a relational database which has a schema history, that can be recovered to the current state when restarting a connector.Key An immutable definition of a table's key.Key.Builder Key.KeyMapper Provides the column(s) that should be used within the message key for a given table.RelationalChangeRecordEmitter Base class forChangeRecordEmitterimplementations based on a relational database.RelationalDatabaseConnectorConfig Configuration options shared across the relational CDC connectors.RelationalDatabaseConnectorConfig.DecimalHandlingMode The set of predefined DecimalHandlingMode options or aliases.RelationalDatabaseSchema ADatabaseSchemaof a relational database such as Postgres.RelationalDatabaseSchema.SchemasByTableId A map of schemas by table id.RelationalSnapshotChangeEventSource.RelationalSnapshotContext Mutable context which is populated in the course of snapshotting.RelationalTableFilters Selectors.DatabaseSelectionPredicateBuilder A builder of a database predicate.Selectors.TableIdToStringMapper Implementations convert givenTableIds to strings, so regular expressions can be applied to them for the purpose of table filtering.Selectors.TableSelectionPredicateBuilder A builder of a table predicate.StructGenerator A function that converts one change event row (from a snapshot select, or from before/after state of a log event) into the corresponding Kafka Connect key or valueStruct.SystemVariables Encapsulates a set of a database's system variables.SystemVariables.DefaultScope SystemVariables.Scope Interface that is used for enums defining the customized scope values for specific DBMSs.Table An immutable definition of a table.TableEditor TableId Unique identifier for a database table.TableIdParser.ParsingContext TableIdParser.ParsingState Tables Structural definitions for a set of tables in a JDBC database.Tables.ColumnNameFilter A filter for columns.Tables.TableFilter A filter for tables.Tables.TableIds A set of table ids.Tables.TablesById A map of tables by id.TableSchema Defines the Kafka ConnectSchemafunctionality associated with a giventable definition, and which can be used to send rows of data that match the table definition to Kafka Connect.TableSchemaBuilder Builder that constructsTableSchemainstances forTabledefinitions.ValueConverter A function that converts from a column data value into another value.ValueConverterProvider A provider ofValueConverterfunctions and theSchemaBuilderused to describe them. -
Classes in io.debezium.relational used by io.debezium.relational.ddl Class Description Column An immutable definition of a column.ColumnEditor An editor forColumninstances.RelationalTableFilters SystemVariables Encapsulates a set of a database's system variables.TableId Unique identifier for a database table.Tables Structural definitions for a set of tables in a JDBC database. -
Classes in io.debezium.relational used by io.debezium.relational.history Class Description Column An immutable definition of a column.Table An immutable definition of a table.TableId Unique identifier for a database table.Tables Structural definitions for a set of tables in a JDBC database. -
Classes in io.debezium.relational used by io.debezium.relational.mapping Class Description Column An immutable definition of a column.RelationalDatabaseConnectorConfig Configuration options shared across the relational CDC connectors.Selectors.TableIdToStringMapper Implementations convert givenTableIds to strings, so regular expressions can be applied to them for the purpose of table filtering.Table An immutable definition of a table.TableId Unique identifier for a database table.ValueConverter A function that converts from a column data value into another value. -
Classes in io.debezium.relational used by io.debezium.schema Class Description Column An immutable definition of a column.Table An immutable definition of a table.TableId Unique identifier for a database table. -
Classes in io.debezium.relational used by io.debezium.util Class Description Column An immutable definition of a column.Table An immutable definition of a table.