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 SnapshotQueryMethods 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 s, BeanRegistry beanRegistry, SnapshotQuery snapshotQueryService, SnapshotLock snapshotLockService) Constructors in io.debezium.snapshot with parameters of type SnapshotQueryModifierConstructorDescriptionSnapshotterService(Snapshotter snapshotter, SnapshotQuery snapshotQuery, SnapshotLock snapshotLock)