Uses of Enum
io.camunda.zeebe.protocol.record.PartitionHealthStatus
Packages that use PartitionHealthStatus
-
Uses of PartitionHealthStatus in io.camunda.zeebe.protocol.record
Methods in io.camunda.zeebe.protocol.record that return PartitionHealthStatusModifier and TypeMethodDescriptionstatic PartitionHealthStatusPartitionHealthStatus.get(short value) Lookup the enum value representing the value.BrokerInfoDecoder.PartitionHealthDecoder.healthStatus()static PartitionHealthStatusReturns the enum constant of this type with the specified name.static PartitionHealthStatus[]PartitionHealthStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.protocol.record with parameters of type PartitionHealthStatusModifier and TypeMethodDescriptionBrokerInfoEncoder.PartitionHealthEncoder.healthStatus(PartitionHealthStatus value)