Package io.debezium.connector.mysql
Class MySqlOffsetContext
java.lang.Object
io.debezium.pipeline.CommonOffsetContext<T>
io.debezium.connector.binlog.BinlogOffsetContext<SourceInfo>
io.debezium.connector.mysql.MySqlOffsetContext
- All Implemented Interfaces:
OffsetContext
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class io.debezium.connector.binlog.BinlogOffsetContext
EVENTS_TO_SKIP_OFFSET_KEY, GTID_SET_KEY, NON_GTID_TRANSACTION_ID_FORMAT, SNAPSHOT_COMPLETED_KEY, TIMESTAMP_KEYFields inherited from class io.debezium.pipeline.CommonOffsetContext
sourceInfo -
Constructor Summary
ConstructorsConstructorDescriptionMySqlOffsetContext(boolean snapshot, boolean snapshotCompleted, TransactionContext transactionContext, IncrementalSnapshotContext<TableId> incrementalSnapshotContext, SourceInfo sourceInfo) -
Method Summary
Methods inherited from class io.debezium.connector.binlog.BinlogOffsetContext
changeEventCompleted, commitTransaction, completeEvent, databaseEvent, event, eventsToSkipUponRestart, getIncrementalSnapshotContext, getOffset, getSource, getSourceInfoSchema, getTransactionContext, getTransactionId, gtidSet, isSnapshotCompleted, isSnapshotRunning, preSnapshotCompletion, preSnapshotStart, rowsToSkipUponRestart, setBinlogServerId, setBinlogStartPoint, setBinlogThread, setCompletedGtidSet, setEventPosition, setInitialSkips, setQuery, setRowNumber, startGtid, startNextTransaction, tableEvent, toStringMethods inherited from class io.debezium.pipeline.CommonOffsetContext
getSourceInfo, incrementalSnapshotEvents, markSnapshotRecord, postSnapshotCompletion
-
Constructor Details
-
MySqlOffsetContext
public MySqlOffsetContext(boolean snapshot, boolean snapshotCompleted, TransactionContext transactionContext, IncrementalSnapshotContext<TableId> incrementalSnapshotContext, SourceInfo sourceInfo)
-
-
Method Details
-
initial
-