Uses of Class
io.camunda.zeebe.client.protocol.rest.Partition
Packages that use Partition
-
Uses of Partition in io.camunda.zeebe.client.impl.response
Constructors in io.camunda.zeebe.client.impl.response with parameters of type Partition -
Uses of Partition in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return PartitionModifier and TypeMethodDescriptionPartition.health(Partition.HealthEnum health) Partition.partitionId(Integer partitionId) Partition.role(Partition.RoleEnum role) Methods in io.camunda.zeebe.client.protocol.rest that return types with arguments of type PartitionModifier and TypeMethodDescriptionBrokerInfo.getPartitions()A list of partitions managed or replicated on this broker.Methods in io.camunda.zeebe.client.protocol.rest with parameters of type PartitionMethod parameters in io.camunda.zeebe.client.protocol.rest with type arguments of type PartitionModifier and TypeMethodDescriptionBrokerInfo.partitions(List<Partition> partitions) voidBrokerInfo.setPartitions(List<Partition> partitions)