| Package | Description |
|---|---|
| io.debezium.pipeline.source | |
| io.debezium.relational |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractSnapshotChangeEventSource.SnapshotContext |
AbstractSnapshotChangeEventSource.prepare(ChangeEventSource.ChangeEventSourceContext changeEventSourceContext)
Prepares the taking of a snapshot and returns an initial
AbstractSnapshotChangeEventSource.SnapshotContext. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractSnapshotChangeEventSource.complete(AbstractSnapshotChangeEventSource.SnapshotContext snapshotContext)
Completes the snapshot, doing any required clean-up (resource disposal etc.).
|
protected abstract SnapshotResult |
AbstractSnapshotChangeEventSource.doExecute(ChangeEventSource.ChangeEventSourceContext context,
AbstractSnapshotChangeEventSource.SnapshotContext snapshotContext,
AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask)
Executes this source.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RelationalSnapshotChangeEventSource.RelationalSnapshotContext
Mutable context which is populated in the course of snapshotting.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
RelationalSnapshotChangeEventSource.complete(AbstractSnapshotChangeEventSource.SnapshotContext snapshotContext)
Completes the snapshot, doing any required clean-up (resource disposal etc.).
|
SnapshotResult |
RelationalSnapshotChangeEventSource.doExecute(ChangeEventSource.ChangeEventSourceContext context,
AbstractSnapshotChangeEventSource.SnapshotContext snapshotContext,
AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask) |
protected ChangeRecordEmitter |
RelationalSnapshotChangeEventSource.getChangeRecordEmitter(AbstractSnapshotChangeEventSource.SnapshotContext snapshotContext,
TableId tableId,
Object[] row)
Returns a
ChangeRecordEmitter producing the change records for the given table row. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.