Uses of Enum
io.camunda.zeebe.client.protocol.rest.Partition.RoleEnum
Packages that use Partition.RoleEnum
-
Uses of Partition.RoleEnum in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return Partition.RoleEnumModifier and TypeMethodDescriptionstatic Partition.RoleEnumPartition.getRole()Describes the Raft role of the broker for a given partition.static Partition.RoleEnumReturns the enum constant of this type with the specified name.static Partition.RoleEnum[]Partition.RoleEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.client.protocol.rest with parameters of type Partition.RoleEnumModifier and TypeMethodDescriptionPartition.role(Partition.RoleEnum role) voidPartition.setRole(Partition.RoleEnum role)