Interface PartitionStartupStep
- All Superinterfaces:
StartupStep<PartitionStartupContext>
- All Known Implementing Classes:
LogDeletionPartitionStartupStep,RockDbMetricExporterPartitionStartupStep
A PartitionStartupStep is an action to be taken while opening or closing a partition (e.g.,
opening/closing a component of the partition). The steps are opened in a pre-defined order and
will be closed in the reverse order.
-
Method Summary
Methods inherited from interface io.camunda.zeebe.util.startup.StartupStep
getName, shutdown, startup