| Package | Description |
|---|---|
| io.debezium.pipeline.source | |
| io.debezium.relational |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractSnapshotChangeEventSource.SnapshottingTask |
AbstractSnapshotChangeEventSource.getSnapshottingTask(OffsetContext previousOffset)
Returns the snapshotting task based on the previous offset (if available) and the connector's snapshotting mode.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract SnapshotResult |
AbstractSnapshotChangeEventSource.doExecute(ChangeEventSource.ChangeEventSourceContext context,
AbstractSnapshotChangeEventSource.SnapshotContext snapshotContext,
AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask)
Executes this source.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotResult |
RelationalSnapshotChangeEventSource.doExecute(ChangeEventSource.ChangeEventSourceContext context,
AbstractSnapshotChangeEventSource.SnapshotContext snapshotContext,
AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.