Class Db2SnapshotChangeEventSource.Db2SnapshotContext

  • All Implemented Interfaces:
    AutoCloseable
    Enclosing class:
    Db2SnapshotChangeEventSource

    private static class Db2SnapshotChangeEventSource.Db2SnapshotContext
    extends io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<Db2OffsetContext>
    Mutable context which is populated in the course of snapshotting.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int isolationLevelBeforeStart  
      private Savepoint preSchemaSnapshotSavepoint  
      • Fields inherited from class io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext

        capturedSchemaTables, capturedTables, catalogName, lastRecordInTable, lastTable, tables
      • Fields inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext

        offset
    • Field Detail

      • isolationLevelBeforeStart

        private int isolationLevelBeforeStart
      • preSchemaSnapshotSavepoint

        private Savepoint preSchemaSnapshotSavepoint