Uses of Class
io.debezium.connector.binlog.jdbc.BinlogConnectorConnection
Packages that use BinlogConnectorConnection
-
Uses of BinlogConnectorConnection in io.debezium.connector.binlog
Fields in io.debezium.connector.binlog declared as BinlogConnectorConnectionModifier and TypeFieldDescriptionprivate final BinlogConnectorConnectionBinlogSnapshotChangeEventSource.connectionprivate final BinlogConnectorConnectionBinlogStreamingChangeEventSource.connectionMethods in io.debezium.connector.binlog that return BinlogConnectorConnectionModifier and TypeMethodDescriptionprotected abstract BinlogConnectorConnectionBinlogConnector.createConnection(Configuration config, T connectorConfig) Create the connection.Methods in io.debezium.connector.binlog with parameters of type BinlogConnectorConnectionModifier and TypeMethodDescriptionprotected com.github.shyiko.mysql.binlog.BinaryLogClientBinlogStreamingChangeEventSource.createBinaryLogClient(BinlogTaskContext<?> taskContext, BinlogConnectorConfig connectorConfig, Map<String, Thread> clientThreads, BinlogConnectorConnection connection) private StatementBinlogSnapshotChangeEventSource.createStatementWithLargeResultSet(BinlogConnectorConnection connection) Create a JDBC statement that can be used for large result sets.private com.github.shyiko.mysql.binlog.network.SSLSocketFactoryBinlogStreamingChangeEventSource.getBinlogSslSocketFactory(BinlogConnectorConfig connectorConfig, BinlogConnectorConnection connection) protected abstract voidBinlogSnapshotChangeEventSource.setOffsetContextBinlogPositionAndGtidDetailsForSnapshot(O offsetContext, BinlogConnectorConnection connection, SnapshotterService snapshotterService) protected voidBinlogSourceTask.validateBinlogConfiguration(io.debezium.spi.snapshot.Snapshotter snapshotter, BinlogConnectorConnection connection) Validates the binlog configuration.protected booleanBinlogSourceTask.validateSnapshotFeasibility(io.debezium.spi.snapshot.Snapshotter snapshotter, O offsetContext, BinlogConnectorConnection connection) Validates the feasibility of snapshot.Constructors in io.debezium.connector.binlog with parameters of type BinlogConnectorConnectionModifierConstructorDescriptionBinlogStreamingChangeEventSource(BinlogConnectorConfig connectorConfig, BinlogConnectorConnection connection, EventDispatcher<P, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, BinlogTaskContext<?> taskContext, BinlogDatabaseSchema schema, BinlogStreamingChangeEventSourceMetrics<?, P> metrics, SnapshotterService snapshotterService) Constructor parameters in io.debezium.connector.binlog with type arguments of type BinlogConnectorConnectionModifierConstructorDescriptionBinlogSnapshotChangeEventSource(BinlogConnectorConfig connectorConfig, MainConnectionProvidingConnectionFactory<BinlogConnectorConnection> connectionFactory, BinlogDatabaseSchema<P, O, ?, ?> schema, EventDispatcher<P, TableId> dispatcher, Clock clock, BinlogSnapshotChangeEventSourceMetrics<P> metrics, BlockingConsumer<Function<org.apache.kafka.connect.source.SourceRecord, org.apache.kafka.connect.source.SourceRecord>> lastEventProcessor, Runnable preSnapshotAction, NotificationService<P, O> notificationService, SnapshotterService snapshotterService)