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
Fields Modifier and Type Field Description private intisolationLevelBeforeStartprivate SavepointpreSchemaSnapshotSavepoint
-
Constructor Summary
Constructors Constructor Description Db2SnapshotContext(Db2Partition partition, String catalogName)
-
-
-
Field Detail
-
isolationLevelBeforeStart
private int isolationLevelBeforeStart
-
preSchemaSnapshotSavepoint
private Savepoint preSchemaSnapshotSavepoint
-
-
Constructor Detail
-
Db2SnapshotContext
public Db2SnapshotContext(Db2Partition partition, String catalogName) throws SQLException
- Throws:
SQLException
-
-