Uses of Class
io.debezium.pipeline.notification.NotificationService
Packages that use NotificationService
Package
Description
-
Uses of NotificationService in io.debezium.pipeline
Fields in io.debezium.pipeline declared as NotificationServiceModifier and TypeFieldDescriptionprotected final NotificationService<P,O> ChangeEventSourceCoordinator.notificationServiceConstructors in io.debezium.pipeline with parameters of type NotificationServiceModifierConstructorDescriptionChangeEventSourceCoordinator(Offsets<P, O> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, ChangeEventSourceFactory<P, O> changeEventSourceFactory, ChangeEventSourceMetricsFactory<P> changeEventSourceMetricsFactory, EventDispatcher<P, ?> eventDispatcher, DatabaseSchema<?> schema, SignalProcessor<P, O> signalProcessor, NotificationService<P, O> notificationService) -
Uses of NotificationService in io.debezium.pipeline.notification
Fields in io.debezium.pipeline.notification declared as NotificationServiceModifier and TypeFieldDescriptionprivate final NotificationService<P,O> IncrementalSnapshotNotificationService.notificationServiceprivate final NotificationService<P,O> InitialSnapshotNotificationService.notificationServiceConstructors in io.debezium.pipeline.notification with parameters of type NotificationServiceModifierConstructorDescriptionIncrementalSnapshotNotificationService(NotificationService<P, O> notificationService, CommonConnectorConfig config) InitialSnapshotNotificationService(NotificationService<P, O> notificationService, CommonConnectorConfig connectorConfig) -
Uses of NotificationService in io.debezium.pipeline.source
Fields in io.debezium.pipeline.source declared as NotificationServiceModifier and TypeFieldDescriptionprivate final NotificationService<P,O> AbstractSnapshotChangeEventSource.notificationServiceConstructors in io.debezium.pipeline.source with parameters of type NotificationServiceModifierConstructorDescriptionAbstractSnapshotChangeEventSource(CommonConnectorConfig connectorConfig, SnapshotProgressListener<P> snapshotProgressListener, NotificationService<P, O> notificationService) -
Uses of NotificationService in io.debezium.pipeline.source.snapshot.incremental
Fields in io.debezium.pipeline.source.snapshot.incremental declared as NotificationServiceModifier and TypeFieldDescriptionprotected final NotificationService<P,? extends OffsetContext> AbstractIncrementalSnapshotChangeEventSource.notificationServiceConstructors in io.debezium.pipeline.source.snapshot.incremental with parameters of type NotificationServiceModifierConstructorDescriptionAbstractIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<P, T> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<P> progressListener, DataChangeEventListener<P> dataChangeEventListener, NotificationService<P, ? extends OffsetContext> notificationService) SignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<P, T> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<P> progressListener, DataChangeEventListener<P> dataChangeEventListener, NotificationService<P, ? extends OffsetContext> notificationService) -
Uses of NotificationService in io.debezium.pipeline.source.spi
Methods in io.debezium.pipeline.source.spi with parameters of type NotificationServiceModifier and TypeMethodDescriptiondefault Optional<IncrementalSnapshotChangeEventSource<P,? extends DataCollectionId>> ChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(O offsetContext, SnapshotProgressListener<P> snapshotProgressListener, DataChangeEventListener<P> dataChangeEventListener, NotificationService<P, O> notificationService) Returns and incremental snapshot change event source that can run in parallel with streaming and read and send data collection content in chunk.ChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<P> snapshotProgressListener, NotificationService<P, O> notificationService) Returns a snapshot change event source that may emit change events for schema and/or data changes. -
Uses of NotificationService in io.debezium.relational
Constructors in io.debezium.relational with parameters of type NotificationServiceModifierConstructorDescriptionRelationalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig connectorConfig, MainConnectionProvidingConnectionFactory<? extends JdbcConnection> jdbcConnectionFactory, RelationalDatabaseSchema schema, EventDispatcher<P, TableId> dispatcher, Clock clock, SnapshotProgressListener<P> snapshotProgressListener, NotificationService<P, O> notificationService)