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 Details

    • isolationLevelBeforeStart

      private int isolationLevelBeforeStart
    • preSchemaSnapshotSavepoint

      private Savepoint preSchemaSnapshotSavepoint
  • Constructor Details

    • InformixSnapshotContext

      InformixSnapshotContext(InformixPartition partition, String catalogName, boolean onDemand)