Uses of Enum
io.debezium.pipeline.notification.IncrementalSnapshotNotificationService.TableScanCompletionStatus
Packages that use IncrementalSnapshotNotificationService.TableScanCompletionStatus
-
Uses of IncrementalSnapshotNotificationService.TableScanCompletionStatus in io.debezium.pipeline.notification
Methods in io.debezium.pipeline.notification that return IncrementalSnapshotNotificationService.TableScanCompletionStatusModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.IncrementalSnapshotNotificationService.TableScanCompletionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.pipeline.notification with parameters of type IncrementalSnapshotNotificationService.TableScanCompletionStatusModifier and TypeMethodDescription<T extends DataCollectionId>
voidIncrementalSnapshotNotificationService.notifyTableScanCompleted(IncrementalSnapshotContext<T> incrementalSnapshotContext, P partition, OffsetContext offsetContext, long totalRowsScanned, IncrementalSnapshotNotificationService.TableScanCompletionStatus status)