Uses of Class
io.debezium.connector.db2.Lsn
-
-
Uses of Lsn in io.debezium.connector.db2
Fields in io.debezium.connector.db2 declared as Lsn Modifier and Type Field Description private LsnSourceInfo. changeLsnprivate LsnSourceInfo. commitLsnprivate LsnTxLogPosition. commitLsnprivate LsnDb2Connection.CdcEnabledTable. fromLsnprivate LsnTxLogPosition. inTxLsnstatic LsnLsn. NULLprivate LsnDb2ChangeTable. startLsnA LSN from which the data in the change table are relevantprivate LsnDb2ChangeTable. stopLsnA LSN to which the data in the change table are relevantFields in io.debezium.connector.db2 with type parameters of type Lsn Modifier and Type Field Description private io.debezium.util.BoundedConcurrentHashMap<Lsn,Instant>Db2Connection. lsnToInstantCacheMethods in io.debezium.connector.db2 that return Lsn Modifier and Type Method Description LsnSourceInfo. getChangeLsn()LsnSourceInfo. getCommitLsn()LsnTxLogPosition. getCommitLsn()LsnDb2Connection.CdcEnabledTable. getFromLsn()LsnTxLogPosition. getInTxLsn()LsnDb2Connection. getMaxLsn()LsnDb2ChangeTable. getStartLsn()LsnDb2ChangeTable. getStopLsn()LsnLsn. increment()Return the next LSN in sequenceLsnDb2Connection. incrementLsn(Lsn lsn)Obtain the next available position in the database log.static LsnLsn. valueOf(byte[] lsnBinary)static LsnLsn. valueOf(String lsnString)Methods in io.debezium.connector.db2 with parameters of type Lsn Modifier and Type Method Description intLsn. compareTo(Lsn o)Enables ordering of LSNs.voidDb2Connection. getChangesForTable(io.debezium.relational.TableId tableId, Lsn fromLsn, Lsn toLsn, io.debezium.jdbc.JdbcConnection.ResultSetConsumer consumer)Provides all changes recorded by the DB2 CDC capture process for a given table.voidDb2Connection. getChangesForTables(Db2ChangeTable[] changeTables, Lsn intervalFromLsn, Lsn intervalToLsn, io.debezium.jdbc.JdbcConnection.BlockingMultiResultSetConsumer consumer)Provides all changes recorder by the DB2 CDC capture process for a set of tables.LsnDb2Connection. incrementLsn(Lsn lsn)Obtain the next available position in the database log.booleanLsn. isBetween(Lsn from, Lsn to)Verifies whether the LSN falls into a LSN intervalSet<Db2ChangeTable>Db2Connection. listOfNewChangeTables(Lsn fromLsn, Lsn toLsn)voidSourceInfo. setChangeLsn(Lsn lsn)voidSourceInfo. setCommitLsn(Lsn commitLsn)voidDb2ChangeTable. setStopLsn(Lsn stopLsn)InstantDb2Connection. timestampOfLsn(Lsn lsn)Map a commit LSN to a point in time when the commit happened.static TxLogPositionTxLogPosition. valueOf(Lsn commitLsn)static TxLogPositionTxLogPosition. valueOf(Lsn commitLsn, Lsn inTxLsn)Constructors in io.debezium.connector.db2 with parameters of type Lsn Constructor Description CdcEnabledTable(String tableId, String captureName, Lsn fromLsn)Db2ChangeTable(io.debezium.relational.TableId sourceTableId, String captureInstance, int changeTableObjectId, Lsn startLsn, Lsn stopLsn)Db2ChangeTable(String captureInstance, int changeTableObjectId, Lsn startLsn, Lsn stopLsn)TxLogPosition(Lsn commitLsn, Lsn inTxLsn)
-