Uses of Class
io.debezium.connector.mysql.MySqlPartition
Packages that use MySqlPartition
-
Uses of MySqlPartition in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql with type parameters of type MySqlPartitionModifier and TypeFieldDescriptionprivate final EventDispatcher<MySqlPartition,TableId> MySqlChangeEventSourceFactory.dispatcherMethods in io.debezium.connector.mysql that return types with arguments of type MySqlPartitionModifier and TypeMethodDescriptionOptional<IncrementalSnapshotChangeEventSource<MySqlPartition,? extends io.debezium.spi.schema.DataCollectionId>> MySqlChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(MySqlOffsetContext offsetContext, SnapshotProgressListener<MySqlPartition> snapshotProgressListener, DataChangeEventListener<MySqlPartition> dataChangeEventListener, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService) MySqlPartition.Provider.getPartitions()MySqlChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<MySqlPartition> snapshotProgressListener, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService) MySqlChangeEventSourceMetricsFactory.getSnapshotMetrics(T taskContext, ChangeEventQueueMetrics changeEventQueueMetrics, EventMetadataProvider eventMetadataProvider) MySqlChangeEventSourceFactory.getStreamingChangeEventSource()MySqlChangeEventSourceMetricsFactory.getStreamingMetrics(T taskContext, ChangeEventQueueMetrics changeEventQueueMetrics, EventMetadataProvider eventMetadataProvider) MySqlConnectorTask.start(Configuration configuration) Methods in io.debezium.connector.mysql with parameters of type MySqlPartitionModifier and TypeMethodDescriptionprotected 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.Method parameters in io.debezium.connector.mysql with type arguments of type MySqlPartitionModifier 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) Optional<IncrementalSnapshotChangeEventSource<MySqlPartition,? extends io.debezium.spi.schema.DataCollectionId>> MySqlChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(MySqlOffsetContext offsetContext, SnapshotProgressListener<MySqlPartition> snapshotProgressListener, DataChangeEventListener<MySqlPartition> dataChangeEventListener, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService) 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) MySqlChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<MySqlPartition> snapshotProgressListener, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService) Constructor parameters in io.debezium.connector.mysql with type arguments of type MySqlPartitionModifierConstructorDescriptionMySqlChangeEventSourceFactory(MySqlConnectorConfig configuration, MainConnectionProvidingConnectionFactory<BinlogConnectorConnection> connectionFactory, ErrorHandler errorHandler, EventDispatcher<MySqlPartition, TableId> dispatcher, Clock clock, MySqlDatabaseSchema schema, MySqlTaskContext taskContext, MySqlStreamingChangeEventSourceMetrics streamingMetrics, ChangeEventQueue<DataChangeEvent> queue, SnapshotterService snapshotterService) MySqlReadOnlyIncrementalSnapshotChangeEventSource(MySqlConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<MySqlPartition, TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<MySqlPartition> progressListener, DataChangeEventListener<MySqlPartition> dataChangeEventListener, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService) MySqlReadOnlyIncrementalSnapshotChangeEventSource(MySqlConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<MySqlPartition, TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<MySqlPartition> progressListener, DataChangeEventListener<MySqlPartition> dataChangeEventListener, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService) MySqlReadOnlyIncrementalSnapshotChangeEventSource(MySqlConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<MySqlPartition, TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<MySqlPartition> progressListener, DataChangeEventListener<MySqlPartition> dataChangeEventListener, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService) MySqlReadOnlyIncrementalSnapshotChangeEventSource(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) 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) MySqlStreamingChangeEventSource(MySqlConnectorConfig connectorConfig, BinlogConnectorConnection connection, EventDispatcher<MySqlPartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, MySqlTaskContext taskContext, MySqlStreamingChangeEventSourceMetrics metrics, SnapshotterService snapshotterService)