Uses of Class
io.debezium.connector.spanner.db.stream.exception.ChangeStreamException
Packages that use ChangeStreamException
Package
Description
-
Uses of ChangeStreamException in io.debezium.connector.spanner.db.stream
Fields in io.debezium.connector.spanner.db.stream with type parameters of type ChangeStreamExceptionModifier and TypeFieldDescriptionprivate final Consumer<ChangeStreamException>PartitionQueryingMonitor.errorConsumerprivate final AtomicReference<ChangeStreamException>SpannerChangeStream.exceptionMethods in io.debezium.connector.spanner.db.stream that return ChangeStreamExceptionModifier and TypeMethodDescription(package private) ChangeStreamExceptionSpannerChangeStream.getStreamException(Partition partition, Exception ex) Methods in io.debezium.connector.spanner.db.stream with parameters of type ChangeStreamExceptionModifier and TypeMethodDescription(package private) booleanSpannerChangeStream.onError(ChangeStreamException ex) Methods in io.debezium.connector.spanner.db.stream that throw ChangeStreamExceptionModifier and TypeMethodDescriptionvoidChangeStream.run(BooleanSupplier runningFlagSupplier, ChangeStreamEventConsumer changeStreamEventConsumer, PartitionEventListener partitionEventListener) voidSpannerChangeStream.run(BooleanSupplier runningFlagSupplier, ChangeStreamEventConsumer changeStreamEventConsumer, PartitionEventListener partitionEventListener) Constructor parameters in io.debezium.connector.spanner.db.stream with type arguments of type ChangeStreamExceptionModifierConstructorDescriptionPartitionQueryingMonitor(PartitionThreadPool partitionThreadPool, Duration heartBeatInterval, io.debezium.function.BlockingConsumer<String> onStuckPartitionConsumer, Consumer<ChangeStreamException> errorConsumer, MetricsEventPublisher metricsEventPublisher, int maxMissedEvents) -
Uses of ChangeStreamException in io.debezium.connector.spanner.db.stream.exception
Subclasses of ChangeStreamException in io.debezium.connector.spanner.db.stream.exceptionModifier and TypeClassDescriptionclassThe change stream fail exception.classThe change stream fail exception.classThe change stream fail exception.