Uses of Class
io.debezium.connector.mysql.strategy.AbstractConnectorConnection
Packages that use AbstractConnectorConnection
Package
Description
-
Uses of AbstractConnectorConnection in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql declared as AbstractConnectorConnectionModifier and TypeFieldDescriptionprivate AbstractConnectorConnectionMySqlConnectorTask.beanRegistryJdbcConnectionprivate AbstractConnectorConnectionMySqlConnectorTask.connectionprivate final AbstractConnectorConnectionMySqlSnapshotChangeEventSource.connectionprivate final AbstractConnectorConnectionMySqlStreamingChangeEventSource.connectionFields in io.debezium.connector.mysql with type parameters of type AbstractConnectorConnectionMethods in io.debezium.connector.mysql with parameters of type AbstractConnectorConnectionModifier and TypeMethodDescriptionprivate StatementMySqlSnapshotChangeEventSource.createStatementWithLargeResultSet(AbstractConnectorConnection connection) Create a JDBC statement that can be used for large result sets.Constructors in io.debezium.connector.mysql with parameters of type AbstractConnectorConnectionModifierConstructorDescriptionMySqlStreamingChangeEventSource(MySqlConnectorConfig connectorConfig, AbstractConnectorConnection connection, EventDispatcher<MySqlPartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, MySqlTaskContext taskContext, MySqlStreamingChangeEventSourceMetrics metrics) Constructor parameters in io.debezium.connector.mysql with type arguments of type AbstractConnectorConnectionModifierConstructorDescriptionMySqlChangeEventSourceFactory(MySqlConnectorConfig configuration, MainConnectionProvidingConnectionFactory<AbstractConnectorConnection> connectionFactory, ErrorHandler errorHandler, EventDispatcher<MySqlPartition, TableId> dispatcher, Clock clock, MySqlDatabaseSchema schema, MySqlTaskContext taskContext, MySqlStreamingChangeEventSourceMetrics streamingMetrics, ChangeEventQueue<DataChangeEvent> queue) MySqlSnapshotChangeEventSource(MySqlConnectorConfig connectorConfig, MainConnectionProvidingConnectionFactory<AbstractConnectorConnection> 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) -
Uses of AbstractConnectorConnection in io.debezium.connector.mysql.strategy
Methods in io.debezium.connector.mysql.strategy that return AbstractConnectorConnectionMethods in io.debezium.connector.mysql.strategy with parameters of type AbstractConnectorConnectionModifier and TypeMethodDescriptioncom.github.shyiko.mysql.binlog.BinaryLogClientAbstractBinaryLogClientConfigurator.configure(com.github.shyiko.mysql.binlog.BinaryLogClient client, ThreadFactory threadFactory, AbstractConnectorConnection connection) com.github.shyiko.mysql.binlog.BinaryLogClientBinaryLogClientConfigurator.configure(com.github.shyiko.mysql.binlog.BinaryLogClient client, ThreadFactory threadFactory, AbstractConnectorConnection connection) Configures the provided Binary Log Client instance.IncrementalSnapshotChangeEventSource<MySqlPartition,? extends io.debezium.spi.schema.DataCollectionId> ConnectorAdapter.createIncrementalSnapshotChangeEventSource(MySqlConnectorConfig connectorConfig, AbstractConnectorConnection connection, EventDispatcher<MySqlPartition, ? extends io.debezium.spi.schema.DataCollectionId> dispatcher, MySqlDatabaseSchema schema, Clock clock, SnapshotProgressListener<MySqlPartition> snapshotProgressListener, DataChangeEventListener<MySqlPartition> dataChangeEventListener, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService) private com.github.shyiko.mysql.binlog.network.SSLSocketFactoryAbstractBinaryLogClientConfigurator.getBinlogSslSocketFactory(MySqlConnectorConfig connectorConfig, AbstractConnectorConnection connection) voidConnectorAdapter.setOffsetContextBinlogPositionAndGtidDetailsForSnapshot(MySqlOffsetContext offsetContext, AbstractConnectorConnection connection) Sets the offset context binlog details. -
Uses of AbstractConnectorConnection in io.debezium.connector.mysql.strategy.mariadb
Subclasses of AbstractConnectorConnection in io.debezium.connector.mysql.strategy.mariadbMethods in io.debezium.connector.mysql.strategy.mariadb that return AbstractConnectorConnectionModifier and TypeMethodDescriptionMariaDbConnectorAdapter.createConnection(Configuration configuration) Methods in io.debezium.connector.mysql.strategy.mariadb with parameters of type AbstractConnectorConnectionModifier and TypeMethodDescriptioncom.github.shyiko.mysql.binlog.BinaryLogClientMariaDbBinaryLogClientConfigurator.configure(com.github.shyiko.mysql.binlog.BinaryLogClient client, ThreadFactory threadFactory, AbstractConnectorConnection connection) IncrementalSnapshotChangeEventSource<MySqlPartition,? extends io.debezium.spi.schema.DataCollectionId> MariaDbConnectorAdapter.createIncrementalSnapshotChangeEventSource(MySqlConnectorConfig connectorConfig, AbstractConnectorConnection connection, EventDispatcher<MySqlPartition, ? extends io.debezium.spi.schema.DataCollectionId> dispatcher, MySqlDatabaseSchema schema, Clock clock, SnapshotProgressListener<MySqlPartition> snapshotProgressListener, DataChangeEventListener<MySqlPartition> dataChangeEventListener, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService) voidMariaDbConnectorAdapter.setOffsetContextBinlogPositionAndGtidDetailsForSnapshot(MySqlOffsetContext offsetContext, AbstractConnectorConnection connection) -
Uses of AbstractConnectorConnection in io.debezium.connector.mysql.strategy.mysql
Subclasses of AbstractConnectorConnection in io.debezium.connector.mysql.strategy.mysqlMethods in io.debezium.connector.mysql.strategy.mysql that return AbstractConnectorConnectionModifier and TypeMethodDescriptionMySqlConnectorAdapter.createConnection(Configuration configuration) Methods in io.debezium.connector.mysql.strategy.mysql with parameters of type AbstractConnectorConnectionModifier and TypeMethodDescriptionIncrementalSnapshotChangeEventSource<MySqlPartition,? extends io.debezium.spi.schema.DataCollectionId> MySqlConnectorAdapter.createIncrementalSnapshotChangeEventSource(MySqlConnectorConfig connectorConfig, AbstractConnectorConnection connection, EventDispatcher<MySqlPartition, ? extends io.debezium.spi.schema.DataCollectionId> dispatcher, MySqlDatabaseSchema schema, Clock clock, SnapshotProgressListener<MySqlPartition> snapshotProgressListener, DataChangeEventListener<MySqlPartition> dataChangeEventListener, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService) voidMySqlConnectorAdapter.setOffsetContextBinlogPositionAndGtidDetailsForSnapshot(MySqlOffsetContext offsetContext, AbstractConnectorConnection connection)