Uses of Class
io.debezium.connector.spanner.db.metadata.SchemaRegistry
Packages that use SchemaRegistry
Package
Description
-
Uses of SchemaRegistry in io.debezium.connector.spanner
Fields in io.debezium.connector.spanner declared as SchemaRegistryModifier and TypeFieldDescriptionprivate final SchemaRegistrySpannerChangeEventSourceFactory.schemaRegistryprivate final SchemaRegistrySpannerStreamingChangeEventSource.schemaRegistryConstructors in io.debezium.connector.spanner with parameters of type SchemaRegistryModifierConstructorDescriptionSpannerChangeEventSourceFactory(SpannerConnectorConfig connectorConfig, SpannerEventDispatcher dispatcher, io.debezium.pipeline.ErrorHandler errorHandler, SchemaRegistry schemaRegistry, SpannerMeter spannerMeter, ChangeStream changeStream, SourceInfoFactory sourceInfoFactory, PartitionManager partitionManager) SpannerStreamingChangeEventSource(SpannerConnectorConfig connectorConfig, io.debezium.pipeline.ErrorHandler errorHandler, ChangeStream stream, StreamEventQueue eventQueue, MetricsEventPublisher metricsEventPublisher, PartitionManager partitionManager, SchemaRegistry schemaRegistry, SpannerEventDispatcher spannerEventDispatcher, boolean finishingAfterCommit, SpannerOffsetContextFactory offsetContextFactory) -
Uses of SchemaRegistry in io.debezium.connector.spanner.processor
Fields in io.debezium.connector.spanner.processor declared as SchemaRegistryModifier and TypeFieldDescriptionprivate final SchemaRegistrySpannerEventDispatcher.schemaRegistryConstructors in io.debezium.connector.spanner.processor with parameters of type SchemaRegistryModifierConstructorDescriptionSpannerEventDispatcher(SpannerConnectorConfig connectorConfig, io.debezium.spi.topic.TopicNamingStrategy<TableId> topicNamingStrategy, io.debezium.schema.DatabaseSchema<TableId> schema, io.debezium.connector.base.ChangeEventQueue<io.debezium.pipeline.DataChangeEvent> queue, io.debezium.schema.DataCollectionFilters.DataCollectionFilter<TableId> filter, io.debezium.pipeline.spi.ChangeEventCreator changeEventCreator, io.debezium.pipeline.source.spi.EventMetadataProvider metadataProvider, io.debezium.heartbeat.HeartbeatFactory<TableId> heartbeatFactory, io.debezium.schema.SchemaNameAdjuster schemaNameAdjuster, SchemaRegistry schemaRegistry, SourceInfoFactory sourceInfoFactory, KafkaPartitionInfoProvider kafkaPartitionInfoProvider) -
Uses of SchemaRegistry in io.debezium.connector.spanner.schema
Fields in io.debezium.connector.spanner.schema declared as SchemaRegistryModifier and TypeFieldDescriptionprivate final SchemaRegistryKafkaSpannerTableSchemaFactory.schemaRegistryConstructors in io.debezium.connector.spanner.schema with parameters of type SchemaRegistryModifierConstructorDescriptionKafkaSpannerTableSchemaFactory(io.debezium.spi.topic.TopicNamingStrategy<TableId> topicNamingStrategy, io.debezium.schema.SchemaNameAdjuster schemaNameAdjuster, SchemaRegistry schemaRegistry, org.apache.kafka.connect.data.Schema sourceInfoSchema) -
Uses of SchemaRegistry in io.debezium.connector.spanner.task
Fields in io.debezium.connector.spanner.task declared as SchemaRegistryModifier and TypeFieldDescriptionprivate final SchemaRegistrySynchronizationTaskContext.schemaRegistryConstructors in io.debezium.connector.spanner.task with parameters of type SchemaRegistryModifierConstructorDescriptionSynchronizationTaskContext(SpannerConnectorTask task, SpannerConnectorConfig connectorConfig, io.debezium.pipeline.ErrorHandler errorHandler, PartitionOffsetProvider partitionOffsetProvider, ChangeStream changeStream, SpannerEventDispatcher spannerEventDispatcher, KafkaAdminClientFactory adminClientFactory, SchemaRegistry schemaRegistry, Runnable finishingHandler, MetricsEventPublisher metricsEventPublisher, LowWatermarkHolder lowWatermarkHolder)