Uses of Class
io.debezium.snapshot.SnapshotterService
Packages that use SnapshotterService
-
Uses of SnapshotterService in io.debezium.pipeline
Fields in io.debezium.pipeline declared as SnapshotterServiceModifier and TypeFieldDescriptionprotected final SnapshotterServiceChangeEventSourceCoordinator.snapshotterServiceConstructors in io.debezium.pipeline with parameters of type SnapshotterServiceModifierConstructorDescriptionChangeEventSourceCoordinator(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, SnapshotterService snapshotterService) -
Uses of SnapshotterService in io.debezium.relational
Fields in io.debezium.relational declared as SnapshotterServiceModifier and TypeFieldDescriptionprotected final SnapshotterServiceRelationalSnapshotChangeEventSource.snapshotterServiceConstructors in io.debezium.relational with parameters of type SnapshotterServiceModifierConstructorDescriptionRelationalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig connectorConfig, MainConnectionProvidingConnectionFactory<? extends JdbcConnection> jdbcConnectionFactory, RelationalDatabaseSchema schema, EventDispatcher<P, TableId> dispatcher, Clock clock, SnapshotProgressListener<P> snapshotProgressListener, NotificationService<P, O> notificationService, SnapshotterService snapshotterService) -
Uses of SnapshotterService in io.debezium.snapshot
Methods in io.debezium.snapshot that return SnapshotterServiceModifier and TypeMethodDescriptionSnapshotterServiceProvider.createService(Configuration configuration, ServiceRegistry serviceRegistry) private static SnapshotterServiceSnapshotterServiceProvider.getSnapshotterService(Configuration configuration, Snapshotter s, BeanRegistry beanRegistry, SnapshotQuery snapshotQueryService, SnapshotLock snapshotLockService) Methods in io.debezium.snapshot that return types with arguments of type SnapshotterService