Uses of Enum Class
io.camunda.zeebe.dynamic.config.state.MemberState.State
Packages that use MemberState.State
-
Uses of MemberState.State in io.camunda.zeebe.dynamic.config.state
Methods in io.camunda.zeebe.dynamic.config.state that return MemberState.StateModifier and TypeMethodDescriptionMemberState.state()Returns the value of thestaterecord component.static MemberState.StateReturns the enum constant of this class with the specified name.static MemberState.State[]MemberState.State.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 MemberState.StateModifierConstructorDescriptionMemberState(long version, Instant lastUpdated, MemberState.State state, Map<Integer, PartitionState> partitions) Creates an instance of aMemberStaterecord class.