Uses of Class
io.zeebe.client.api.response.PartitionBrokerRole
-
Packages that use PartitionBrokerRole Package Description io.zeebe.client.api.response io.zeebe.client.impl.response -
-
Uses of PartitionBrokerRole in io.zeebe.client.api.response
Methods in io.zeebe.client.api.response that return PartitionBrokerRole Modifier and Type Method Description PartitionBrokerRole
PartitionInfo. getRole()
static PartitionBrokerRole
PartitionBrokerRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static PartitionBrokerRole[]
PartitionBrokerRole. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PartitionBrokerRole in io.zeebe.client.impl.response
Methods in io.zeebe.client.impl.response that return PartitionBrokerRole Modifier and Type Method Description PartitionBrokerRole
PartitionInfoImpl. getRole()
-