Uses of Class
io.debezium.connector.spanner.task.TaskSyncContextHolder
Packages that use TaskSyncContextHolder
-
Uses of TaskSyncContextHolder in io.debezium.connector.spanner.task
Fields in io.debezium.connector.spanner.task declared as TaskSyncContextHolderModifier and TypeFieldDescriptionprivate final TaskSyncContextHolderLowWatermarkCalculator.taskSyncContextHolderprivate final TaskSyncContextHolderRebalanceHandler.taskSyncContextHolderprivate final TaskSyncContextHolderSyncEventHandler.taskSyncContextHolderprivate final TaskSyncContextHolderSynchronizationTaskContext.taskSyncContextHolderprivate final TaskSyncContextHolderTaskStateChangeEventHandler.taskSyncContextHolderprivate final TaskSyncContextHolderTaskStateChangeEventProcessor.taskSyncContextHolderConstructors in io.debezium.connector.spanner.task with parameters of type TaskSyncContextHolderModifierConstructorDescriptionLowWatermarkCalculator(SpannerConnectorConfig spannerConnectorConfig, TaskSyncContextHolder taskSyncContextHolder, PartitionOffsetProvider partitionOffsetProvider) RebalanceHandler(TaskSyncContextHolder taskSyncContextHolder, TaskSyncPublisher taskSyncPublisher, LeaderAction leaderAction, LowWatermarkStampPublisher lowWatermarkStampPublisher) SyncEventHandler(TaskSyncContextHolder taskSyncContextHolder, TaskSyncPublisher taskSyncPublisher, io.debezium.function.BlockingConsumer<TaskStateChangeEvent> eventConsumer) TaskStateChangeEventHandler(TaskSyncContextHolder taskSyncContextHolder, TaskSyncPublisher taskSyncPublisher, ChangeStream changeStream, PartitionFactory partitionFactory, SpannerEventDispatcher spannerEventDispatcher, Runnable finishingHandler, SpannerConnectorConfig connectorConfig, Consumer<RuntimeException> errorHandler) TaskStateChangeEventProcessor(int queueCapacity, TaskSyncContextHolder taskSyncContextHolder, TaskStateChangeEventHandler taskStateChangeEventHandler, Consumer<Throwable> errorHandler, MetricsEventPublisher metricsEventPublisher) -
Uses of TaskSyncContextHolder in io.debezium.connector.spanner.task.leader
Fields in io.debezium.connector.spanner.task.leader declared as TaskSyncContextHolderModifier and TypeFieldDescriptionprivate final TaskSyncContextHolderLeaderAction.taskSyncContextHolderprivate final TaskSyncContextHolderLeaderService.taskSyncContextHolderprivate final TaskSyncContextHolderLowWatermarkStampPublisher.taskSyncContextHolderConstructors in io.debezium.connector.spanner.task.leader with parameters of type TaskSyncContextHolderModifierConstructorDescriptionLeaderAction(TaskSyncContextHolder taskSyncContextHolder, KafkaConsumerAdminService kafkaAdminService, LeaderService leaderService, TaskPartitionRebalancer taskPartitonRebalancer, TaskSyncPublisher taskSyncPublisher, Consumer<Throwable> errorHandler) LeaderService(TaskSyncContextHolder taskSyncContextHolder, SpannerConnectorConfig spannerConnectorConfig, io.debezium.function.BlockingConsumer<TaskStateChangeEvent> eventConsumer, io.debezium.pipeline.ErrorHandler errorHandler, PartitionFactory partitionFactory, MetricsEventPublisher metricsEventPublisher) LowWatermarkStampPublisher(SpannerConnectorConfig spannerConnectorConfig, SpannerEventDispatcher spannerEventDispatcher, Consumer<Throwable> errorHandler, TaskSyncContextHolder taskSyncContextHolder)