| Modifier and Type | Field and Description |
|---|---|
private CommonConnectorConfig |
AbstractSourceInfo.config |
| Constructor and Description |
|---|
AbstractSourceInfo(CommonConnectorConfig config) |
AbstractSourceInfoStructMaker(String connector,
String version,
CommonConnectorConfig connectorConfig) |
LegacyV1AbstractSourceInfoStructMaker(String connector,
String version,
CommonConnectorConfig connectorConfig) |
| Constructor and Description |
|---|
BaseSourceInfo(CommonConnectorConfig config) |
| Constructor and Description |
|---|
Metrics(CommonConnectorConfig connectorConfig,
String contextName) |
| Modifier and Type | Field and Description |
|---|---|
private CommonConnectorConfig |
EventDispatcher.connectorConfig |
| Modifier and Type | Field and Description |
|---|---|
private CommonConnectorConfig |
AbstractSnapshotChangeEventSource.connectorConfig |
| Constructor and Description |
|---|
AbstractSnapshotChangeEventSource(CommonConnectorConfig connectorConfig,
OffsetContext previousOffset,
SnapshotProgressListener snapshotProgressListener) |
| Modifier and Type | Field and Description |
|---|---|
private CommonConnectorConfig |
TransactionMonitor.connectorConfig |
| Constructor and Description |
|---|
TransactionMonitor(CommonConnectorConfig connectorConfig,
EventMetadataProvider eventMetadataProvider,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> sender) |
| Modifier and Type | Class and Description |
|---|---|
class |
HistorizedRelationalDatabaseConnectorConfig
Configuration options shared across the relational CDC connectors which use a persistent database schema history.
|
class |
RelationalDatabaseConnectorConfig
Configuration options shared across the relational CDC connectors.
|
| Constructor and Description |
|---|
RelationalDatabaseSchema(CommonConnectorConfig config,
TopicSelector<TableId> topicSelector,
Tables.TableFilter tableFilter,
Tables.ColumnNameFilter columnFilter,
TableSchemaBuilder schemaBuilder,
boolean tableIdCaseInsensitive,
Key.KeyMapper customKeysMapper) |
| Constructor and Description |
|---|
DatabaseHistoryMetrics(CommonConnectorConfig connectorConfig) |
| Modifier and Type | Method and Description |
|---|---|
static <I extends DataCollectionId> |
TopicSelector.defaultSelector(CommonConnectorConfig connectorConfig,
TopicSelector.DataCollectionTopicNamer<I> dataCollectionTopicNamer) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.