Uses of Interface
io.camunda.zeebe.dynamic.config.changes.PartitionChangeExecutor
Packages that use PartitionChangeExecutor
-
Uses of PartitionChangeExecutor in io.camunda.zeebe.dynamic.config
Methods in io.camunda.zeebe.dynamic.config with parameters of type PartitionChangeExecutorModifier and TypeMethodDescriptionvoidClusterConfigurationManagerService.registerPartitionChangeExecutor(PartitionChangeExecutor partitionChangeExecutor) -
Uses of PartitionChangeExecutor in io.camunda.zeebe.dynamic.config.changes
Classes in io.camunda.zeebe.dynamic.config.changes that implement PartitionChangeExecutorConstructors in io.camunda.zeebe.dynamic.config.changes with parameters of type PartitionChangeExecutorModifierConstructorDescriptionConfigurationChangeAppliersImpl(PartitionChangeExecutor partitionChangeExecutor, ClusterMembershipChangeExecutor clusterMembershipChangeExecutor) PartitionBootstrapApplier(int partitionId, int priority, MemberId memberId, PartitionChangeExecutor partitionChangeExecutor) PartitionReconfigurePriorityApplier(int partitionId, int priority, MemberId memberId, PartitionChangeExecutor partitionChangeExecutor)