Uses of Class
io.debezium.connector.spanner.processor.SpannerEventDispatcher
Packages that use SpannerEventDispatcher
Package
Description
-
Uses of SpannerEventDispatcher in io.debezium.connector.spanner
Fields in io.debezium.connector.spanner declared as SpannerEventDispatcherModifier and TypeFieldDescriptionprivate final SpannerEventDispatcherSpannerChangeEventSourceFactory.dispatcherprivate SpannerEventDispatcherSpannerConnectorTask.dispatcherprivate final SpannerEventDispatcherSpannerStreamingChangeEventSource.spannerEventDispatcherConstructors in io.debezium.connector.spanner with parameters of type SpannerEventDispatcherModifierConstructorDescriptionSpannerChangeEventSourceFactory(SpannerConnectorConfig connectorConfig, SpannerEventDispatcher dispatcher, io.debezium.pipeline.ErrorHandler errorHandler, SchemaRegistry schemaRegistry, SpannerMeter spannerMeter, ChangeStream changeStream, SourceInfoFactory sourceInfoFactory, PartitionManager partitionManager) SpannerStreamingChangeEventSource(io.debezium.pipeline.ErrorHandler errorHandler, ChangeStream stream, StreamEventQueue eventQueue, MetricsEventPublisher metricsEventPublisher, PartitionManager partitionManager, SchemaRegistry schemaRegistry, SpannerEventDispatcher spannerEventDispatcher, boolean finishingAfterCommit, SpannerOffsetContextFactory offsetContextFactory) -
Uses of SpannerEventDispatcher in io.debezium.connector.spanner.task
Constructors in io.debezium.connector.spanner.task with parameters of type SpannerEventDispatcherModifierConstructorDescriptionSynchronizationTaskContext(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) -
Uses of SpannerEventDispatcher in io.debezium.connector.spanner.task.leader
Fields in io.debezium.connector.spanner.task.leader declared as SpannerEventDispatcherModifier and TypeFieldDescriptionprivate final SpannerEventDispatcherLowWatermarkStampPublisher.spannerEventDispatcherConstructors in io.debezium.connector.spanner.task.leader with parameters of type SpannerEventDispatcherModifierConstructorDescriptionLowWatermarkStampPublisher(SpannerConnectorConfig spannerConnectorConfig, SpannerEventDispatcher spannerEventDispatcher, Consumer<Throwable> errorHandler, TaskSyncContextHolder taskSyncContextHolder)