Uses of Class
io.zeebe.protocol.record.PartitionHealthStatus
-
Packages that use PartitionHealthStatus Package Description io.zeebe.protocol.record Zeebe Protocol -
-
Uses of PartitionHealthStatus in io.zeebe.protocol.record
Methods in io.zeebe.protocol.record that return PartitionHealthStatus Modifier and Type Method Description static PartitionHealthStatusPartitionHealthStatus. get(short value)Lookup the enum value representing the value.PartitionHealthStatusBrokerInfoDecoder.PartitionHealthDecoder. healthStatus()static PartitionHealthStatusPartitionHealthStatus. valueOf(String name)Returns 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.zeebe.protocol.record with parameters of type PartitionHealthStatus Modifier and Type Method Description BrokerInfoEncoder.PartitionHealthEncoderBrokerInfoEncoder.PartitionHealthEncoder. healthStatus(PartitionHealthStatus value)
-