Uses of Enum Class
io.camunda.zeebe.gateway.protocol.rest.Partition.HealthEnum
Packages that use Partition.HealthEnum
-
Uses of Partition.HealthEnum in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return Partition.HealthEnumModifier and TypeMethodDescriptionstatic Partition.HealthEnumPartition.getHealth()Describes the current health of the partition.static Partition.HealthEnumReturns the enum constant of this class with the specified name.static Partition.HealthEnum[]Partition.HealthEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.gateway.protocol.rest with parameters of type Partition.HealthEnumModifier and TypeMethodDescriptionPartition.health(Partition.HealthEnum health) voidPartition.setHealth(Partition.HealthEnum health)