Uses of Enum Class
io.camunda.zeebe.gateway.admin.backup.State
Packages that use State
-
Uses of State in io.camunda.zeebe.gateway.admin.backup
Methods in io.camunda.zeebe.gateway.admin.backup that return StateModifier and TypeMethodDescriptionBackupStatus.status()Returns the value of thestatusrecord component.static StateReturns the enum constant of this class with the specified name.static State[]State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.camunda.zeebe.gateway.admin.backup with parameters of type StateModifierConstructorDescriptionBackupStatus(long backupId, State status, Optional<String> failureReason, List<PartitionBackupStatus> partitions) Creates an instance of aBackupStatusrecord class.