Uses of Class
io.debezium.config.CommonConnectorConfig
-
-
Uses of CommonConnectorConfig in io.debezium.connector
Fields in io.debezium.connector declared as CommonConnectorConfig Modifier and Type Field Description private CommonConnectorConfigAbstractSourceInfo. configConstructors in io.debezium.connector with parameters of type CommonConnectorConfig Constructor Description AbstractSourceInfo(CommonConnectorConfig config)AbstractSourceInfoStructMaker(String connector, String version, CommonConnectorConfig connectorConfig)LegacyV1AbstractSourceInfoStructMaker(String connector, String version, CommonConnectorConfig connectorConfig) -
Uses of CommonConnectorConfig in io.debezium.connector.common
Methods in io.debezium.connector.common with parameters of type CommonConnectorConfig Modifier and Type Method Description voidCdcSourceTaskContext. temporaryLoggingContext(CommonConnectorConfig connectorConfig, String contextName, Runnable operation)Run the supplied function in the temporary connector MDC context, and when complete always return the MDC context to its state before this method was called.Constructors in io.debezium.connector.common with parameters of type CommonConnectorConfig Constructor Description BaseSourceInfo(CommonConnectorConfig config) -
Uses of CommonConnectorConfig in io.debezium.jdbc
Methods in io.debezium.jdbc with parameters of type CommonConnectorConfig Modifier and Type Method Description PreparedStatementJdbcConnection. readTablePreparedStatement(CommonConnectorConfig connectorConfig, String sql, OptionalLong tableSize)Allow per-connector prepared query creation to override for best database performance depending on the table size.StatementJdbcConnection. readTableStatement(CommonConnectorConfig connectorConfig, OptionalLong tableSize)Allow per-connector query creation to override for best database performance depending on the table size. -
Uses of CommonConnectorConfig in io.debezium.metrics
Constructors in io.debezium.metrics with parameters of type CommonConnectorConfig Constructor Description Metrics(CommonConnectorConfig connectorConfig, String contextName) -
Uses of CommonConnectorConfig in io.debezium.pipeline
Fields in io.debezium.pipeline declared as CommonConnectorConfig Modifier and Type Field Description private CommonConnectorConfigEventDispatcher. connectorConfig -
Uses of CommonConnectorConfig in io.debezium.pipeline.signal
Fields in io.debezium.pipeline.signal declared as CommonConnectorConfig Modifier and Type Field Description private CommonConnectorConfigSignal. connectorConfigConstructors in io.debezium.pipeline.signal with parameters of type CommonConnectorConfig Constructor Description Signal(CommonConnectorConfig connectorConfig)Signal(CommonConnectorConfig connectorConfig, EventDispatcher<? extends DataCollectionId> eventDispatcher) -
Uses of CommonConnectorConfig in io.debezium.pipeline.source
Fields in io.debezium.pipeline.source declared as CommonConnectorConfig Modifier and Type Field Description private CommonConnectorConfigAbstractSnapshotChangeEventSource. connectorConfigConstructors in io.debezium.pipeline.source with parameters of type CommonConnectorConfig Constructor Description AbstractSnapshotChangeEventSource(CommonConnectorConfig connectorConfig, OffsetContext previousOffset, SnapshotProgressListener snapshotProgressListener) -
Uses of CommonConnectorConfig in io.debezium.pipeline.source.snapshot.incremental
Fields in io.debezium.pipeline.source.snapshot.incremental declared as CommonConnectorConfig Modifier and Type Field Description private CommonConnectorConfigSignalBasedIncrementalSnapshotChangeEventSource. connectorConfigConstructors in io.debezium.pipeline.source.snapshot.incremental with parameters of type CommonConnectorConfig Constructor Description SignalBasedIncrementalSnapshotChangeEventSource(CommonConnectorConfig config, JdbcConnection jdbcConnection, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener progressListener, DataChangeEventListener dataChangeEventListener) -
Uses of CommonConnectorConfig in io.debezium.pipeline.txmetadata
Fields in io.debezium.pipeline.txmetadata declared as CommonConnectorConfig Modifier and Type Field Description private CommonConnectorConfigTransactionMonitor. connectorConfigConstructors in io.debezium.pipeline.txmetadata with parameters of type CommonConnectorConfig Constructor Description TransactionMonitor(CommonConnectorConfig connectorConfig, EventMetadataProvider eventMetadataProvider, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> sender) -
Uses of CommonConnectorConfig in io.debezium.relational
Subclasses of CommonConnectorConfig in io.debezium.relational Modifier and Type Class Description classHistorizedRelationalDatabaseConnectorConfigConfiguration options shared across the relational CDC connectors which use a persistent database schema history.classRelationalDatabaseConnectorConfigConfiguration options shared across the relational CDC connectors. -
Uses of CommonConnectorConfig in io.debezium.relational.history
Constructors in io.debezium.relational.history with parameters of type CommonConnectorConfig Constructor Description DatabaseHistoryMetrics(CommonConnectorConfig connectorConfig) -
Uses of CommonConnectorConfig in io.debezium.schema
Methods in io.debezium.schema with parameters of type CommonConnectorConfig Modifier and Type Method Description static <I extends DataCollectionId>
TopicSelector<I>TopicSelector. defaultSelector(CommonConnectorConfig connectorConfig, TopicSelector.DataCollectionTopicNamer<I> dataCollectionTopicNamer)
-