Package io.camunda.zeebe.broker.system.partitions
package io.camunda.zeebe.broker.system.partitions
-
ClassDescriptionImplementations of this interface should return the previous
of a RaftLogEntry that contains aApplicationEntrywith the given position.Used when there is no entry at the determined snapshot position while taking a transient snapshot.Interface encapsulating all the information about a partition that are needed at runtime (i.e.Informs its delegate of partition health changesAbstracts away messaging to other members of a partition - add operations as needed.Deprecated.A PartitionStartupStep is an action to be taken while opening or closing a partition (e.g., opening/closing a component of the partition).Used to exceptionally complete transition futures when the transition was cancelled.Used to exceptionally complete transition futures when the prepare phase of the transition did not complete successfully.A PartitionTransitionStep is an action to be taken while transitioning the partition to a new role