| Package | Description |
|---|---|
| io.debezium.pipeline | |
| io.debezium.pipeline.source.spi | |
| io.debezium.relational |
| Modifier and Type | Class and Description |
|---|---|
private class |
ChangeEventSourceCoordinator.ChangeEventSourceContextImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamingChangeEventSource.execute(ChangeEventSource.ChangeEventSourceContext context)
Executes this source.
|
SnapshotResult |
SnapshotChangeEventSource.execute(ChangeEventSource.ChangeEventSourceContext context)
Executes this source.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
HistorizedRelationalSnapshotChangeEventSource.createDataEvents(ChangeEventSource.ChangeEventSourceContext sourceContext,
HistorizedRelationalSnapshotChangeEventSource.SnapshotContext snapshotContext) |
private void |
HistorizedRelationalSnapshotChangeEventSource.createDataEventsForTable(ChangeEventSource.ChangeEventSourceContext sourceContext,
HistorizedRelationalSnapshotChangeEventSource.SnapshotContext snapshotContext,
EventDispatcher.SnapshotReceiver snapshotReceiver,
Table table)
Dispatches the data change events for the records of a single table.
|
private void |
HistorizedRelationalSnapshotChangeEventSource.createSchemaChangeEventsForTables(ChangeEventSource.ChangeEventSourceContext sourceContext,
HistorizedRelationalSnapshotChangeEventSource.SnapshotContext snapshotContext) |
private void |
HistorizedRelationalSnapshotChangeEventSource.delaySnapshotIfNeeded(ChangeEventSource.ChangeEventSourceContext context)
Delays snapshot execution as per the
CommonConnectorConfig.SNAPSHOT_DELAY_MS parameter. |
SnapshotResult |
HistorizedRelationalSnapshotChangeEventSource.execute(ChangeEventSource.ChangeEventSourceContext context) |
protected abstract void |
HistorizedRelationalSnapshotChangeEventSource.lockTablesForSchemaSnapshot(ChangeEventSource.ChangeEventSourceContext sourceContext,
HistorizedRelationalSnapshotChangeEventSource.SnapshotContext snapshotContext)
Locks all tables to be captured, so that no concurrent schema changes can be applied to them.
|
protected abstract HistorizedRelationalSnapshotChangeEventSource.SnapshotContext |
HistorizedRelationalSnapshotChangeEventSource.prepare(ChangeEventSource.ChangeEventSourceContext changeEventSourceContext)
Prepares the taking of a snapshot and returns an initial
HistorizedRelationalSnapshotChangeEventSource.SnapshotContext. |
protected abstract void |
HistorizedRelationalSnapshotChangeEventSource.readTableStructure(ChangeEventSource.ChangeEventSourceContext sourceContext,
HistorizedRelationalSnapshotChangeEventSource.SnapshotContext snapshotContext)
Reads the structure of all the captured tables, writing it to
HistorizedRelationalSnapshotChangeEventSource.SnapshotContext.tables. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.