Uses of Enum Class
io.camunda.zeebe.dynamic.config.state.ClusterChangePlan.Status
Packages that use ClusterChangePlan.Status
-
Uses of ClusterChangePlan.Status in io.camunda.zeebe.dynamic.config.state
Methods in io.camunda.zeebe.dynamic.config.state that return ClusterChangePlan.StatusModifier and TypeMethodDescriptionClusterChangePlan.status()Returns the value of thestatusrecord component.CompletedChange.status()Returns the value of thestatusrecord component.static ClusterChangePlan.StatusReturns the enum constant of this class with the specified name.static ClusterChangePlan.Status[]ClusterChangePlan.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.camunda.zeebe.dynamic.config.state with parameters of type ClusterChangePlan.StatusModifierConstructorDescriptionClusterChangePlan(long id, int version, ClusterChangePlan.Status status, Instant startedAt, List<ClusterChangePlan.CompletedOperation> completedOperations, List<ClusterConfigurationChangeOperation> pendingOperations) Creates an instance of aClusterChangePlanrecord class.CompletedChange(long id, ClusterChangePlan.Status status, Instant startedAt, Instant completedAt) Creates an instance of aCompletedChangerecord class.