Uses of Enum Class
io.camunda.tasklist.generated.model.Partition.RoleEnum
Packages that use Partition.RoleEnum
-
Uses of Partition.RoleEnum in io.camunda.tasklist.generated.model
Methods in io.camunda.tasklist.generated.model 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 class with the specified name.static Partition.RoleEnum[]Partition.RoleEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.tasklist.generated.model with parameters of type Partition.RoleEnumModifier and TypeMethodDescriptionPartition.role(Partition.RoleEnum role) voidPartition.setRole(Partition.RoleEnum role)