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()Calculates the highest available Log Sequence Number.InformixChangeTable.getStartLsn()InformixChangeTable.getStopLsn()static LsnLsn.of(long loguniq, long logpos) Creates an LSN from a logical log file unique id and position within the log file.static LsnCreates an LSN object from a logical log sequence number.static LsnCreates an LSN object from a logical log sequence number's string representation.Methods 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) voidSourceInfo.setBeginLsn(Lsn beginLsn) voidSourceInfo.setChangeLsn(Lsn changeLsn) voidSourceInfo.setCommitLsn(Lsn commitLsn) voidInformixChangeTable.setStopLsn(Lsn stopLsn) static 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)