Uses of Class
io.debezium.connector.sqlserver.TxLogPosition
Packages that use TxLogPosition
-
Uses of TxLogPosition in io.debezium.connector.sqlserver
Fields in io.debezium.connector.sqlserver declared as TxLogPositionModifier and TypeFieldDescriptionprivate TxLogPositionSqlServerStreamingExecutionContext.lastProcessedPositionstatic final TxLogPositionTxLogPosition.NULLMethods in io.debezium.connector.sqlserver that return TxLogPositionModifier and TypeMethodDescriptionSqlServerOffsetContext.getChangePosition()SqlServerStreamingExecutionContext.getLastProcessedPosition()protected TxLogPositionSqlServerChangeTablePointer.getNextChangePosition(ResultSet resultSet) static TxLogPositionstatic TxLogPositionMethods in io.debezium.connector.sqlserver with parameters of type TxLogPositionModifier and TypeMethodDescriptionintTxLogPosition.compareTo(TxLogPosition o) private LsnSqlServerStreamingChangeEventSource.getToLsn(SqlServerConnection connection, String databaseName, TxLogPosition lastProcessedPosition, int maxTransactionsPerIteration) voidSqlServerOffsetContext.setChangePosition(TxLogPosition position, int eventCount) voidSqlServerStreamingExecutionContext.setLastProcessedPosition(TxLogPosition lastProcessedPosition) Constructors in io.debezium.connector.sqlserver with parameters of type TxLogPositionModifierConstructorDescriptionSqlServerOffsetContext(SqlServerConnectorConfig connectorConfig, TxLogPosition position, boolean snapshot, boolean snapshotCompleted) SqlServerOffsetContext(SqlServerConnectorConfig connectorConfig, TxLogPosition position, boolean snapshot, boolean snapshotCompleted, long eventSerialNo, TransactionContext transactionContext, IncrementalSnapshotContext<TableId> incrementalSnapshotContext) SqlServerStreamingExecutionContext(PriorityQueue<SqlServerChangeTable> schemaChangeCheckpoints, AtomicReference<SqlServerChangeTable[]> tablesSlot, TxLogPosition changePosition, AtomicBoolean changesStoppedBeingMonotonic, boolean snapshotCompleted)