Uses of Enum
io.debezium.pipeline.spi.SnapshotResult.SnapshotResultStatus
Packages that use SnapshotResult.SnapshotResultStatus
-
Uses of SnapshotResult.SnapshotResultStatus in io.debezium.pipeline.spi
Fields in io.debezium.pipeline.spi declared as SnapshotResult.SnapshotResultStatusModifier and TypeFieldDescriptionprivate final SnapshotResult.SnapshotResultStatusSnapshotResult.statusMethods in io.debezium.pipeline.spi that return SnapshotResult.SnapshotResultStatusModifier and TypeMethodDescriptionSnapshotResult.getStatus()Returns the enum constant of this type with the specified name.static SnapshotResult.SnapshotResultStatus[]SnapshotResult.SnapshotResultStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.pipeline.spi with parameters of type SnapshotResult.SnapshotResultStatusModifierConstructorDescriptionprivateSnapshotResult(SnapshotResult.SnapshotResultStatus status, O offset)