Uses of Enum
io.camunda.zeebe.protocol.record.PartitionRole
Packages that use PartitionRole
-
Uses of PartitionRole in io.camunda.zeebe.protocol.record
Methods in io.camunda.zeebe.protocol.record that return PartitionRoleModifier and TypeMethodDescriptionstatic PartitionRolePartitionRole.get(short value) Lookup the enum value representing the value.BrokerInfoDecoder.PartitionRolesDecoder.role()static PartitionRoleReturns 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.camunda.zeebe.protocol.record with parameters of type PartitionRoleModifier and TypeMethodDescriptionBrokerInfoEncoder.PartitionRolesEncoder.role(PartitionRole value)