Class Db2StreamingChangeEventSource.ChangeTablePointer

  • Enclosing class:
    Db2StreamingChangeEventSource

    private static class Db2StreamingChangeEventSource.ChangeTablePointer
    extends io.debezium.pipeline.source.spi.ChangeTableResultSet<Db2ChangeTable,​TxLogPosition>
    The logical representation of a position for the change in the transaction log. During each sourcing cycle it is necessary to query all change tables and then make a total order of changes across all tables.
    This class represents an open database cursor over the change table that is able to move the cursor forward and report the LSN for the change to which the cursor now points.
    Author:
    Jiri Pechanec