Uses of Enum Class
io.camunda.zeebe.dynamic.config.protocol.Topology.ChangeStatus
Packages that use Topology.ChangeStatus
-
Uses of Topology.ChangeStatus in io.camunda.zeebe.dynamic.config.protocol
Methods in io.camunda.zeebe.dynamic.config.protocol that return Topology.ChangeStatusModifier and TypeMethodDescriptionstatic Topology.ChangeStatusTopology.ChangeStatus.forNumber(int value) Topology.ClusterChangePlan.Builder.getStatus().topology_protocol.ChangeStatus status = 3;Topology.ClusterChangePlan.getStatus().topology_protocol.ChangeStatus status = 3;Topology.ClusterChangePlanOrBuilder.getStatus().topology_protocol.ChangeStatus status = 3;Topology.CompletedChange.Builder.getStatus().topology_protocol.ChangeStatus status = 2;Topology.CompletedChange.getStatus().topology_protocol.ChangeStatus status = 2;Topology.CompletedChangeOrBuilder.getStatus().topology_protocol.ChangeStatus status = 2;static Topology.ChangeStatusTopology.ChangeStatus.valueOf(int value) Deprecated.static Topology.ChangeStatusTopology.ChangeStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Topology.ChangeStatusReturns the enum constant of this class with the specified name.static Topology.ChangeStatus[]Topology.ChangeStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.dynamic.config.protocol that return types with arguments of type Topology.ChangeStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Topology.ChangeStatus> Topology.ChangeStatus.internalGetValueMap()Methods in io.camunda.zeebe.dynamic.config.protocol with parameters of type Topology.ChangeStatusModifier and TypeMethodDescriptionTopology.ClusterChangePlan.Builder.setStatus(Topology.ChangeStatus value) .topology_protocol.ChangeStatus status = 3;Topology.CompletedChange.Builder.setStatus(Topology.ChangeStatus value) .topology_protocol.ChangeStatus status = 2;