Uses of Class
io.zeebe.protocol.record.PartitionRole
-
Packages that use PartitionRole Package Description io.zeebe.protocol.record Zeebe Protocol -
-
Uses of PartitionRole in io.zeebe.protocol.record
Methods in io.zeebe.protocol.record that return PartitionRole Modifier and Type Method Description static PartitionRolePartitionRole. get(short value)Lookup the enum value representing the value.PartitionRoleBrokerInfoDecoder.PartitionRolesDecoder. role()static PartitionRolePartitionRole. valueOf(String name)Returns the enum constant of this type with the specified name.static PartitionRole[]PartitionRole. 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 PartitionRole Modifier and Type Method Description BrokerInfoEncoder.PartitionRolesEncoderBrokerInfoEncoder.PartitionRolesEncoder. role(PartitionRole value)
-