Uses of Interface
io.debezium.snapshot.spi.SnapshotQuery
Packages that use SnapshotQuery
-
Uses of SnapshotQuery in io.debezium.snapshot
Fields in io.debezium.snapshot declared as SnapshotQueryFields in io.debezium.snapshot with type parameters of type SnapshotQueryModifier and TypeFieldDescription(package private) final List<SnapshotQuery>SnapshotQueryProvider.snapshotQueryImplementationsMethods in io.debezium.snapshot that return SnapshotQueryModifier and TypeMethodDescriptionSnapshotQueryProvider.createService(Configuration configuration, ServiceRegistry serviceRegistry) SnapshotterService.getSnapshotQuery()Methods in io.debezium.snapshot that return types with arguments of type SnapshotQueryMethods in io.debezium.snapshot with parameters of type SnapshotQueryModifier and TypeMethodDescriptionprivate static SnapshotterServiceSnapshotterServiceProvider.getSnapshotterService(Configuration configuration, Snapshotter snapshotter, BeanRegistry beanRegistry, SnapshotQuery snapshotQueryService, SnapshotLock snapshotLockService) Constructors in io.debezium.snapshot with parameters of type SnapshotQueryModifierConstructorDescriptionSnapshotterService(Snapshotter snapshotter, SnapshotQuery snapshotQuery, SnapshotLock snapshotLock) Constructor parameters in io.debezium.snapshot with type arguments of type SnapshotQueryModifierConstructorDescriptionSnapshotQueryProvider(List<SnapshotQuery> snapshotQueryImplementations)