Uses of Class
io.debezium.connector.mariadb.MariaDbOffsetContext
Packages that use MariaDbOffsetContext
-
Uses of MariaDbOffsetContext in io.debezium.connector.mariadb
Methods in io.debezium.connector.mariadb that return MariaDbOffsetContextModifier and TypeMethodDescriptionprotected MariaDbOffsetContextMariaDbSnapshotChangeEventSource.copyOffset(io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<MariaDbPartition, MariaDbOffsetContext> snapshotContext) protected MariaDbOffsetContextMariaDbSnapshotChangeEventSource.getInitialOffsetContext(BinlogConnectorConfig connectorConfig) static MariaDbOffsetContextMariaDbOffsetContext.initial(MariaDbConnectorConfig config) Methods in io.debezium.connector.mariadb that return types with arguments of type MariaDbOffsetContextModifier and TypeMethodDescriptionio.debezium.pipeline.source.spi.SnapshotChangeEventSource<MariaDbPartition,MariaDbOffsetContext> MariaDbChangeEventSourceFactory.getSnapshotChangeEventSource(io.debezium.pipeline.source.spi.SnapshotProgressListener<MariaDbPartition> snapshotProgressListener, io.debezium.pipeline.notification.NotificationService<MariaDbPartition, MariaDbOffsetContext> notificationService) io.debezium.pipeline.source.spi.StreamingChangeEventSource<MariaDbPartition,MariaDbOffsetContext> MariaDbChangeEventSourceFactory.getStreamingChangeEventSource()protected io.debezium.pipeline.ChangeEventSourceCoordinator<MariaDbPartition,MariaDbOffsetContext> MariaDbConnectorTask.start(io.debezium.config.Configuration configuration) Methods in io.debezium.connector.mariadb with parameters of type MariaDbOffsetContextModifier and TypeMethodDescriptionOptional<io.debezium.pipeline.source.snapshot.incremental.IncrementalSnapshotChangeEventSource<MariaDbPartition,? extends io.debezium.spi.schema.DataCollectionId>> MariaDbChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(MariaDbOffsetContext offsetContext, io.debezium.pipeline.source.spi.SnapshotProgressListener<MariaDbPartition> snapshotProgressListener, io.debezium.pipeline.source.spi.DataChangeEventListener<MariaDbPartition> dataChangeEventListener, io.debezium.pipeline.notification.NotificationService<MariaDbPartition, MariaDbOffsetContext> notificationService) protected LongMariaDbConnectorTask.getReadOnlyIncrementalSnapshotSignalOffset(MariaDbOffsetContext previousOffset) protected voidMariaDbStreamingChangeEventSource.handleGtidEvent(MariaDbPartition partition, MariaDbOffsetContext offsetContext, com.github.shyiko.mysql.binlog.event.Event event, Predicate<String> gtidDmlSourceFilter) protected voidMariaDbStreamingChangeEventSource.handleRecordingQuery(MariaDbOffsetContext offsetContext, com.github.shyiko.mysql.binlog.event.Event event) voidMariaDbStreamingChangeEventSource.init(MariaDbOffsetContext offsetContext) protected voidMariaDbSnapshotChangeEventSource.setOffsetContextBinlogPositionAndGtidDetailsForSnapshot(MariaDbOffsetContext offsetContext, BinlogConnectorConnection connection, io.debezium.snapshot.SnapshotterService snapshotterService) Method parameters in io.debezium.connector.mariadb with type arguments of type MariaDbOffsetContextModifier and TypeMethodDescriptionprotected MariaDbOffsetContextMariaDbSnapshotChangeEventSource.copyOffset(io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<MariaDbPartition, MariaDbOffsetContext> snapshotContext) Optional<io.debezium.pipeline.source.snapshot.incremental.IncrementalSnapshotChangeEventSource<MariaDbPartition,? extends io.debezium.spi.schema.DataCollectionId>> MariaDbChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(MariaDbOffsetContext offsetContext, io.debezium.pipeline.source.spi.SnapshotProgressListener<MariaDbPartition> snapshotProgressListener, io.debezium.pipeline.source.spi.DataChangeEventListener<MariaDbPartition> dataChangeEventListener, io.debezium.pipeline.notification.NotificationService<MariaDbPartition, MariaDbOffsetContext> notificationService) io.debezium.pipeline.source.spi.SnapshotChangeEventSource<MariaDbPartition,MariaDbOffsetContext> MariaDbChangeEventSourceFactory.getSnapshotChangeEventSource(io.debezium.pipeline.source.spi.SnapshotProgressListener<MariaDbPartition> snapshotProgressListener, io.debezium.pipeline.notification.NotificationService<MariaDbPartition, MariaDbOffsetContext> notificationService) Constructor parameters in io.debezium.connector.mariadb with type arguments of type MariaDbOffsetContextModifierConstructorDescriptionMariaDbReadOnlyIncrementalSnapshotChangeEventSource(MariaDbConnectorConfig connectorConfig, io.debezium.jdbc.JdbcConnection jdbcConnection, io.debezium.pipeline.EventDispatcher<MariaDbPartition, io.debezium.relational.TableId> dispatcher, io.debezium.schema.DatabaseSchema<?> databaseSchema, io.debezium.util.Clock clock, io.debezium.pipeline.source.spi.SnapshotProgressListener<MariaDbPartition> progressListener, io.debezium.pipeline.source.spi.DataChangeEventListener<MariaDbPartition> dataChangeEventListener, io.debezium.pipeline.notification.NotificationService<MariaDbPartition, MariaDbOffsetContext> notificationService) MariaDbSnapshotChangeEventSource(MariaDbConnectorConfig connectorConfig, io.debezium.jdbc.MainConnectionProvidingConnectionFactory<BinlogConnectorConnection> connectionFactory, MariaDbDatabaseSchema schema, io.debezium.pipeline.EventDispatcher<MariaDbPartition, io.debezium.relational.TableId> dispatcher, io.debezium.util.Clock clock, MariaDbSnapshotChangeEventSourceMetrics metrics, io.debezium.function.BlockingConsumer<Function<org.apache.kafka.connect.source.SourceRecord, org.apache.kafka.connect.source.SourceRecord>> lastEventProcessor, Runnable preSnapshotAction, io.debezium.pipeline.notification.NotificationService<MariaDbPartition, MariaDbOffsetContext> notificationService, io.debezium.snapshot.SnapshotterService snapshotterService)