Uses of Enum Class
io.camunda.zeebe.dynamic.config.state.PartitionState.State
Packages that use PartitionState.State
-
Uses of PartitionState.State in io.camunda.zeebe.dynamic.config.state
Methods in io.camunda.zeebe.dynamic.config.state that return PartitionState.StateModifier and TypeMethodDescriptionPartitionState.state()Returns the value of thestaterecord component.static PartitionState.StateReturns the enum constant of this class with the specified name.static PartitionState.State[]PartitionState.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 PartitionState.StateModifierConstructorDescriptionPartitionState(PartitionState.State state, int priority, DynamicPartitionConfig config) Creates an instance of aPartitionStaterecord class.