Uses of Class
io.debezium.connector.mysql.MySqlOffsetContext
Packages that use MySqlOffsetContext
-
Uses of MySqlOffsetContext in io.debezium.connector.mysql
Methods in io.debezium.connector.mysql that return MySqlOffsetContextModifier and TypeMethodDescriptionprotected MySqlOffsetContextMySqlSnapshotChangeEventSource.copyOffset(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<MySqlPartition, MySqlOffsetContext> snapshotContext) protected MySqlOffsetContextMySqlSnapshotChangeEventSource.getInitialOffsetContext(BinlogConnectorConfig connectorConfig) static MySqlOffsetContextMySqlOffsetContext.initial(MySqlConnectorConfig config) Methods in io.debezium.connector.mysql that return types with arguments of type MySqlOffsetContextModifier and TypeMethodDescriptionMySqlChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<MySqlPartition> snapshotProgressListener, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService) MySqlChangeEventSourceFactory.getStreamingChangeEventSource()MySqlConnectorTask.start(Configuration configuration) Methods in io.debezium.connector.mysql with parameters of type MySqlOffsetContextModifier and TypeMethodDescriptionOptional<IncrementalSnapshotChangeEventSource<MySqlPartition,? extends io.debezium.spi.schema.DataCollectionId>> MySqlChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(MySqlOffsetContext offsetContext, SnapshotProgressListener<MySqlPartition> snapshotProgressListener, DataChangeEventListener<MySqlPartition> dataChangeEventListener, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService) protected LongMySqlConnectorTask.getReadOnlyIncrementalSnapshotSignalOffset(MySqlOffsetContext previousOffset) protected voidMySqlStreamingChangeEventSource.handleGtidEvent(MySqlPartition partition, MySqlOffsetContext offsetContext, com.github.shyiko.mysql.binlog.event.Event event, Predicate<String> gtidSourceFilter) Handle the supplied event with aGtidEventDatathat signals the beginning of a GTID transaction.protected voidMySqlStreamingChangeEventSource.handleRecordingQuery(MySqlOffsetContext offsetContext, com.github.shyiko.mysql.binlog.event.Event event) Handle the supplied event with anRowsQueryEventDataorAnnotateRowsEventDataby recording the original SQL query that generated the event.voidMySqlStreamingChangeEventSource.init(MySqlOffsetContext offsetContext) protected voidMySqlSnapshotChangeEventSource.setOffsetContextBinlogPositionAndGtidDetailsForSnapshot(MySqlOffsetContext offsetContext, BinlogConnectorConnection connection, SnapshotterService snapshotterService) Method parameters in io.debezium.connector.mysql with type arguments of type MySqlOffsetContextModifier and TypeMethodDescriptionprotected MySqlOffsetContextMySqlSnapshotChangeEventSource.copyOffset(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<MySqlPartition, MySqlOffsetContext> snapshotContext) Optional<IncrementalSnapshotChangeEventSource<MySqlPartition,? extends io.debezium.spi.schema.DataCollectionId>> MySqlChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(MySqlOffsetContext offsetContext, SnapshotProgressListener<MySqlPartition> snapshotProgressListener, DataChangeEventListener<MySqlPartition> dataChangeEventListener, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService) MySqlChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<MySqlPartition> snapshotProgressListener, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService) Constructor parameters in io.debezium.connector.mysql with type arguments of type MySqlOffsetContextModifierConstructorDescriptionMySqlReadOnlyIncrementalSnapshotChangeEventSource(MySqlConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<MySqlPartition, TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<MySqlPartition> progressListener, DataChangeEventListener<MySqlPartition> dataChangeEventListener, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService) MySqlSnapshotChangeEventSource(MySqlConnectorConfig connectorConfig, MainConnectionProvidingConnectionFactory<BinlogConnectorConnection> connectionFactory, MySqlDatabaseSchema schema, EventDispatcher<MySqlPartition, TableId> dispatcher, Clock clock, MySqlSnapshotChangeEventSourceMetrics metrics, BlockingConsumer<Function<org.apache.kafka.connect.source.SourceRecord, org.apache.kafka.connect.source.SourceRecord>> lastEventProcessor, Runnable preSnapshotAction, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService, SnapshotterService snapshotterService)