Uses of Class
io.debezium.connector.spanner.context.source.SourceInfoFactory
Packages that use SourceInfoFactory
Package
Description
-
Uses of SourceInfoFactory in io.debezium.connector.spanner
Fields in io.debezium.connector.spanner declared as SourceInfoFactoryModifier and TypeFieldDescriptionprivate final SourceInfoFactorySpannerChangeEventSourceFactory.sourceInfoFactoryConstructors in io.debezium.connector.spanner with parameters of type SourceInfoFactoryModifierConstructorDescriptionSpannerChangeEventSourceFactory(SpannerConnectorConfig connectorConfig, SpannerEventDispatcher dispatcher, io.debezium.pipeline.ErrorHandler errorHandler, SchemaRegistry schemaRegistry, SpannerMeter spannerMeter, ChangeStream changeStream, SourceInfoFactory sourceInfoFactory, PartitionManager partitionManager) -
Uses of SourceInfoFactory in io.debezium.connector.spanner.context.offset
Fields in io.debezium.connector.spanner.context.offset declared as SourceInfoFactoryModifier and TypeFieldDescriptionprivate final SourceInfoFactorySpannerOffsetContextFactory.sourceInfoFactoryConstructors in io.debezium.connector.spanner.context.offset with parameters of type SourceInfoFactory -
Uses of SourceInfoFactory in io.debezium.connector.spanner.processor
Fields in io.debezium.connector.spanner.processor declared as SourceInfoFactoryModifier and TypeFieldDescriptionprivate final SourceInfoFactorySpannerEventDispatcher.sourceInfoFactoryConstructors in io.debezium.connector.spanner.processor with parameters of type SourceInfoFactoryModifierConstructorDescriptionSpannerEventDispatcher(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)