Package io.debezium.connector.db2
Class Db2SnapshotChangeEventSource.Db2SnapshotContext
java.lang.Object
io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext<P,O>
io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<Db2Partition,Db2OffsetContext>
io.debezium.connector.db2.Db2SnapshotChangeEventSource.Db2SnapshotContext
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- Db2SnapshotChangeEventSource
private static class Db2SnapshotChangeEventSource.Db2SnapshotContext
extends io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<Db2Partition,Db2OffsetContext>
Mutable context which is populated in the course of snapshotting.
-
Field Summary
FieldsFields inherited from class io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext
capturedSchemaTables, capturedTables, catalogName, firstRecordInTable, firstTable, lastRecordInTable, lastTable, tablesFields inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
offset, partition -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
close
-
Field Details
-
isolationLevelBeforeStart
private int isolationLevelBeforeStart -
preSchemaSnapshotSavepoint
-
-
Constructor Details
-
Db2SnapshotContext
- Throws:
SQLException
-