Uses of Class
io.debezium.connector.mysql.MySqlConnection
Packages that use MySqlConnection
-
Uses of MySqlConnection in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql declared as MySqlConnectionModifier and TypeFieldDescriptionprivate MySqlConnectionMySqlConnectorTask.connectionprivate final MySqlConnectionMySqlSnapshotChangeEventSource.connectionprivate final MySqlConnectionMySqlStreamingChangeEventSource.connectionFields in io.debezium.connector.mysql with type parameters of type MySqlConnectionModifier and TypeFieldDescriptionprivate final MainConnectionProvidingConnectionFactory<MySqlConnection>MySqlChangeEventSourceFactory.connectionFactoryMethods in io.debezium.connector.mysql with parameters of type MySqlConnectionModifier and TypeMethodDescriptionprivate StatementMySqlSnapshotChangeEventSource.createStatementWithLargeResultSet(MySqlConnection connection) Create a JDBC statement that can be used for large result sets.private com.github.shyiko.mysql.binlog.network.SSLSocketFactoryMySqlStreamingChangeEventSource.getBinlogSslSocketFactory(MySqlConnectorConfig connectorConfig, MySqlConnection connection) Constructors in io.debezium.connector.mysql with parameters of type MySqlConnectionModifierConstructorDescriptionMySqlStreamingChangeEventSource(MySqlConnectorConfig connectorConfig, MySqlConnection 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 MySqlConnectionModifierConstructorDescriptionMySqlChangeEventSourceFactory(MySqlConnectorConfig configuration, MainConnectionProvidingConnectionFactory<MySqlConnection> connectionFactory, ErrorHandler errorHandler, EventDispatcher<MySqlPartition, TableId> dispatcher, Clock clock, MySqlDatabaseSchema schema, MySqlTaskContext taskContext, MySqlStreamingChangeEventSourceMetrics streamingMetrics, ChangeEventQueue<DataChangeEvent> queue) MySqlSnapshotChangeEventSource(MySqlConnectorConfig connectorConfig, MainConnectionProvidingConnectionFactory<MySqlConnection> 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)