Uses of Class
io.debezium.pipeline.spi.SnapshotResult.SnapshotResultStatus
-
Packages that use SnapshotResult.SnapshotResultStatus Package Description io.debezium.pipeline.spi -
-
Uses of SnapshotResult.SnapshotResultStatus in io.debezium.pipeline.spi
Fields in io.debezium.pipeline.spi declared as SnapshotResult.SnapshotResultStatus Modifier and Type Field Description private SnapshotResult.SnapshotResultStatusSnapshotResult. statusMethods in io.debezium.pipeline.spi that return SnapshotResult.SnapshotResultStatus Modifier and Type Method Description SnapshotResult.SnapshotResultStatusSnapshotResult. getStatus()static SnapshotResult.SnapshotResultStatusSnapshotResult.SnapshotResultStatus. valueOf(String name)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.SnapshotResultStatus Constructor Description SnapshotResult(SnapshotResult.SnapshotResultStatus status, O offset)
-