Package io.debezium.connector.sqlserver
Class SqlServerSnapshotChangeEventSource.SqlServerSnapshotContext
java.lang.Object
io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext<SqlServerPartition,SqlServerOffsetContext>
io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition,SqlServerOffsetContext>
io.debezium.connector.sqlserver.SqlServerSnapshotChangeEventSource.SqlServerSnapshotContext
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
SqlServerSnapshotChangeEventSource
private static class SqlServerSnapshotChangeEventSource.SqlServerSnapshotContext
extends RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition,SqlServerOffsetContext>
Mutable context which is populated in the course of snapshotting.
-
Field Summary
FieldsFields inherited from class io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext
capturedSchemaTables, capturedTables, catalogName, onDemand, 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
-
SqlServerSnapshotContext
SqlServerSnapshotContext(SqlServerPartition partition, boolean onDemand)
-