Uses of Class
io.debezium.connector.informix.Lsn
Packages that use Lsn
-
Uses of Lsn in io.debezium.connector.informix
Fields in io.debezium.connector.informix declared as LsnModifier and TypeFieldDescriptionprivate LsnSourceInfo.beginLsnprivate final LsnTxLogPosition.beginLsnprivate LsnSourceInfo.changeLsnprivate final LsnTxLogPosition.changeLsnprivate LsnSourceInfo.commitLsnprivate final LsnTxLogPosition.commitLsnstatic final LsnLsn.NULLprivate final LsnInformixChangeTable.startLsnA LSN from which the data in the change table are relevantprivate LsnInformixChangeTable.stopLsnA LSN to which the data in the change table are relevantMethods in io.debezium.connector.informix that return LsnModifier and TypeMethodDescriptionSourceInfo.getBeginLsn()TxLogPosition.getBeginLsn()SourceInfo.getChangeLsn()TxLogPosition.getChangeLsn()SourceInfo.getCommitLsn()TxLogPosition.getCommitLsn()InformixConnection.getMaxLsn()InformixChangeTable.getStartLsn()InformixChangeTable.getStopLsn()Lsn.increment()Return the next LSN in sequencestatic Lsnstatic LsnMethods in io.debezium.connector.informix with parameters of type LsnModifier and TypeMethodDescriptionstatic TxLogPositionTxLogPosition.cloneAndSet(TxLogPosition position, Lsn commitLsn, Lsn changeLsn, Integer txId, Lsn beginLsn) intEnables ordering of LSNs.private com.informix.stream.cdc.IfxCDCEngineInformixStreamingChangeEventSource.getCDCEngine(InformixDatabaseSchema schema, Lsn startLsn) InformixStreamingChangeEventSource.getTransactionEngine(io.debezium.pipeline.source.spi.ChangeEventSource.ChangeEventSourceContext context, InformixDatabaseSchema schema, Lsn startLsn) booleanVerifies whether the LSN falls into a LSN intervalvoidSourceInfo.setBeginLsn(Lsn beginLsn) voidSourceInfo.setChangeLsn(Lsn changeLsn) voidSourceInfo.setCommitLsn(Lsn commitLsn) voidInformixChangeTable.setStopLsn(Lsn stopLsn) static TxLogPositionstatic TxLogPositionstatic TxLogPositionstatic TxLogPositionConstructors in io.debezium.connector.informix with parameters of type LsnModifierConstructorDescriptionInformixChangeTable(io.debezium.relational.TableId sourceTableId, String captureInstance, int changeTableObjectId, Lsn startLsn, Lsn stopLsn) InformixChangeTable(String captureInstance, int changeTableObjectId, Lsn startLsn, Lsn stopLsn) TxLogPosition(Lsn commitLsn, Lsn changeLsn, Integer txId, Lsn beginLsn)