Uses of Class
io.debezium.connector.binlog.BinlogDatabaseSchema
Packages that use BinlogDatabaseSchema
-
Uses of BinlogDatabaseSchema in io.debezium.connector.binlog
Fields in io.debezium.connector.binlog declared as BinlogDatabaseSchemaModifier and TypeFieldDescriptionprivate final BinlogDatabaseSchema<P,O, ?, ?> BinlogSnapshotChangeEventSource.databaseSchemaprivate final BinlogDatabaseSchemaBinlogStreamingChangeEventSource.schemaConstructors in io.debezium.connector.binlog with parameters of type BinlogDatabaseSchemaModifierConstructorDescriptionBinlogSnapshotChangeEventSource(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) BinlogStreamingChangeEventSource(BinlogConnectorConfig connectorConfig, BinlogConnectorConnection connection, EventDispatcher<P, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, BinlogTaskContext<?> taskContext, BinlogDatabaseSchema schema, BinlogStreamingChangeEventSourceMetrics<?, P> metrics, SnapshotterService snapshotterService) -
Uses of BinlogDatabaseSchema in io.debezium.connector.binlog.metrics
Classes in io.debezium.connector.binlog.metrics with type parameters of type BinlogDatabaseSchemaModifier and TypeClassDescriptionclassBinlogStreamingChangeEventSourceMetrics<T extends BinlogDatabaseSchema,P extends Partition> Tracks the streaming metrics for binlog-based connectors.Fields in io.debezium.connector.binlog.metrics declared as BinlogDatabaseSchema