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(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 SpannerEventDispatcher in io.debezium.connector.spanner.task
Fields in io.debezium.connector.spanner.task declared as SpannerEventDispatcherModifier and TypeFieldDescriptionprivate final SpannerEventDispatcherTaskStateChangeEventHandler.spannerEventDispatcherConstructors 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) TaskStateChangeEventHandler(TaskSyncContextHolder taskSyncContextHolder, TaskSyncPublisher taskSyncPublisher, ChangeStream changeStream, PartitionFactory partitionFactory, SpannerEventDispatcher spannerEventDispatcher, Runnable finishingHandler, SpannerConnectorConfig connectorConfig, Consumer<RuntimeException> errorHandler) -
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) -
Uses of SpannerEventDispatcher in io.debezium.connector.spanner.task.operation
Fields in io.debezium.connector.spanner.task.operation declared as SpannerEventDispatcherModifier and TypeFieldDescriptionprivate final SpannerEventDispatcherRemoveFinishedPartitionOperation.spannerEventDispatcherConstructors in io.debezium.connector.spanner.task.operation with parameters of type SpannerEventDispatcherModifierConstructorDescriptionRemoveFinishedPartitionOperation(SpannerEventDispatcher spannerEventDispatcher, SpannerConnectorConfig spannerConnectorConfig)