Uses of Interface
io.debezium.snapshot.spi.SnapshotLock
Packages that use SnapshotLock
-
Uses of SnapshotLock in io.debezium.snapshot
Fields in io.debezium.snapshot declared as SnapshotLockMethods in io.debezium.snapshot that return SnapshotLockModifier and TypeMethodDescriptionSnapshotLockProvider.createService(Configuration configuration, ServiceRegistry serviceRegistry) SnapshotterService.getSnapshotLock()Methods in io.debezium.snapshot that return types with arguments of type SnapshotLockMethods in io.debezium.snapshot with parameters of type SnapshotLockModifier and TypeMethodDescriptionprivate static SnapshotterServiceSnapshotterServiceProvider.getSnapshotterService(Configuration configuration, Snapshotter snapshotter, BeanRegistry beanRegistry, SnapshotQuery snapshotQueryService, SnapshotLock snapshotLockService) Constructors in io.debezium.snapshot with parameters of type SnapshotLockModifierConstructorDescriptionSnapshotterService(Snapshotter snapshotter, SnapshotQuery snapshotQuery, SnapshotLock snapshotLock) -
Uses of SnapshotLock in io.debezium.snapshot.lock
Classes in io.debezium.snapshot.lock that implement SnapshotLock