Uses of Class
io.debezium.connector.spanner.task.LowWatermarkHolder
Packages that use LowWatermarkHolder
-
Uses of LowWatermarkHolder in io.debezium.connector.spanner
Fields in io.debezium.connector.spanner declared as LowWatermarkHolderModifier and TypeFieldDescriptionprivate LowWatermarkHolderSpannerConnectorTask.lowWatermarkHolder -
Uses of LowWatermarkHolder in io.debezium.connector.spanner.task
Fields in io.debezium.connector.spanner.task declared as LowWatermarkHolderModifier and TypeFieldDescriptionprivate final LowWatermarkHolderLowWatermarkCalculationJob.lowWatermarkHolderConstructors in io.debezium.connector.spanner.task with parameters of type LowWatermarkHolderModifierConstructorDescriptionLowWatermarkCalculationJob(SpannerConnectorConfig connectorConfig, Consumer<Throwable> errorHandler, LowWatermarkCalculator lowWatermarkCalculator, LowWatermarkHolder lowWatermarkHolder) SynchronizationTaskContext(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)