Uses of Enum Class
io.camunda.zeebe.dynamic.config.protocol.Topology.State
Packages that use Topology.State
-
Uses of Topology.State in io.camunda.zeebe.dynamic.config.protocol
Methods in io.camunda.zeebe.dynamic.config.protocol that return Topology.StateModifier and TypeMethodDescriptionstatic Topology.StateTopology.State.forNumber(int value) Topology.MemberState.Builder.getState().topology_protocol.State state = 3;Topology.MemberState.getState().topology_protocol.State state = 3;Topology.MemberStateOrBuilder.getState().topology_protocol.State state = 3;Topology.PartitionState.Builder.getState().topology_protocol.State state = 1;Topology.PartitionState.getState().topology_protocol.State state = 1;Topology.PartitionStateOrBuilder.getState().topology_protocol.State state = 1;static Topology.StateTopology.State.valueOf(int value) Deprecated.static Topology.StateTopology.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Topology.StateReturns the enum constant of this class with the specified name.static Topology.State[]Topology.State.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.StateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Topology.State> Topology.State.internalGetValueMap()Methods in io.camunda.zeebe.dynamic.config.protocol with parameters of type Topology.StateModifier and TypeMethodDescriptionTopology.MemberState.Builder.setState(Topology.State value) .topology_protocol.State state = 3;Topology.PartitionState.Builder.setState(Topology.State value) .topology_protocol.State state = 1;