Interface PartitionStartupStep

All Superinterfaces:
StartupStep<PartitionStartupContext>
All Known Implementing Classes:
RockDbMetricExporterPartitionStartupStep

public interface PartitionStartupStep extends StartupStep<PartitionStartupContext>
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.