| Package | Description |
|---|---|
| io.debezium.pipeline.metrics | |
| io.debezium.pipeline.source | |
| io.debezium.pipeline.source.spi | |
| io.debezium.relational |
| Modifier and Type | Class and Description |
|---|---|
class |
SnapshotChangeEventSourceMetrics
Metrics related to the initial snapshot of a connector.
|
| Modifier and Type | Field and Description |
|---|---|
private SnapshotProgressListener |
AbstractSnapshotChangeEventSource.snapshotProgressListener |
| Constructor and Description |
|---|
AbstractSnapshotChangeEventSource(CommonConnectorConfig connectorConfig,
OffsetContext previousOffset,
SnapshotProgressListener snapshotProgressListener) |
| Modifier and Type | Field and Description |
|---|---|
static SnapshotProgressListener |
SnapshotProgressListener.NO_OP |
| Modifier and Type | Method and Description |
|---|---|
SnapshotChangeEventSource |
ChangeEventSourceFactory.getSnapshotChangeEventSource(OffsetContext offsetContext,
SnapshotProgressListener snapshotProgressListener)
Returns a snapshot change event source that may emit change events for schema and/or data changes.
|
| Modifier and Type | Field and Description |
|---|---|
private SnapshotProgressListener |
RelationalSnapshotChangeEventSource.snapshotProgressListener |
| Constructor and Description |
|---|
RelationalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig connectorConfig,
OffsetContext previousOffset,
JdbcConnection jdbcConnection,
EventDispatcher<TableId> dispatcher,
Clock clock,
SnapshotProgressListener snapshotProgressListener) |
RelationalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig connectorConfig,
OffsetContext previousOffset,
JdbcConnection jdbcConnection,
HistorizedRelationalDatabaseSchema schema,
EventDispatcher<TableId> dispatcher,
Clock clock,
SnapshotProgressListener snapshotProgressListener) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.