Package io.debezium.relational
Class RelationalSnapshotChangeEventSource.RelationalSnapshotContext<O extends OffsetContext>
- java.lang.Object
-
- io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext<O>
-
- io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<O>
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- RelationalSnapshotChangeEventSource<O extends OffsetContext>
public static class RelationalSnapshotChangeEventSource.RelationalSnapshotContext<O extends OffsetContext> extends AbstractSnapshotChangeEventSource.SnapshotContext<O>
Mutable context which is populated in the course of snapshotting.
-
-
Field Summary
Fields Modifier and Type Field Description Set<TableId>capturedSchemaTablesSet<TableId>capturedTablesStringcatalogNamebooleanlastRecordInTablebooleanlastTableTablestables-
Fields inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
offset
-
-
Constructor Summary
Constructors Constructor Description RelationalSnapshotContext(String catalogName)
-
-
-
Constructor Detail
-
RelationalSnapshotContext
public RelationalSnapshotContext(String catalogName) throws SQLException
- Throws:
SQLException
-
-