Uses of Class
io.debezium.connector.sqlserver.TxLogPosition
-
Packages that use TxLogPosition Package Description io.debezium.connector.sqlserver -
-
Uses of TxLogPosition in io.debezium.connector.sqlserver
Fields in io.debezium.connector.sqlserver declared as TxLogPosition Modifier and Type Field Description static TxLogPositionTxLogPosition. NULLMethods in io.debezium.connector.sqlserver that return TxLogPosition Modifier and Type Method Description TxLogPositionSqlServerOffsetContext. getChangePosition()protected TxLogPositionSqlServerChangeTablePointer. getNextChangePosition(ResultSet resultSet)static TxLogPositionTxLogPosition. valueOf(Lsn commitLsn)static TxLogPositionTxLogPosition. valueOf(Lsn commitLsn, Lsn inTxLsn)Methods in io.debezium.connector.sqlserver with parameters of type TxLogPosition Modifier and Type Method Description intTxLogPosition. compareTo(TxLogPosition o)private LsnSqlServerStreamingChangeEventSource. getToLsn(SqlServerConnection connection, String databaseName, TxLogPosition lastProcessedPosition, int maxTransactionsPerIteration)voidSqlServerOffsetContext. setChangePosition(TxLogPosition position, int eventCount)Constructors in io.debezium.connector.sqlserver with parameters of type TxLogPosition Constructor Description SqlServerOffsetContext(SqlServerConnectorConfig connectorConfig, TxLogPosition position, boolean snapshot, boolean snapshotCompleted)SqlServerOffsetContext(SqlServerConnectorConfig connectorConfig, TxLogPosition position, boolean snapshot, boolean snapshotCompleted, long eventSerialNo, TransactionContext transactionContext, IncrementalSnapshotContext<TableId> incrementalSnapshotContext)
-