Package io.debezium.connector.informix
Class InformixSnapshotChangeEventSource.InformixSnapshotContext
java.lang.Object
io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext<P,O>
io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<InformixPartition,InformixOffsetContext>
io.debezium.connector.informix.InformixSnapshotChangeEventSource.InformixSnapshotContext
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- InformixSnapshotChangeEventSource
private static class InformixSnapshotChangeEventSource.InformixSnapshotContext
extends io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<InformixPartition,InformixOffsetContext>
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
ConstructorsConstructorDescriptionInformixSnapshotContext(InformixPartition partition, String catalogName, boolean onDemand) -
Method Summary
Methods inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
close
-
Field Details
-
isolationLevelBeforeStart
private int isolationLevelBeforeStart -
preSchemaSnapshotSavepoint
-
-
Constructor Details
-
InformixSnapshotContext
InformixSnapshotContext(InformixPartition partition, String catalogName, boolean onDemand)
-