Interface SystemMaintenanceTask

All Known Implementing Classes:
CreateIndexSnapshotMaintenanceTask, ReIndexMaintenanceTask, RestoreIndexSnapshotMaintenanceTask

public interface SystemMaintenanceTask
Interface representing tasks to be performed by the SystemMaintenanceTaskQueue. This class only holds metadata for the task. The actual logic to execute the task is kept separately in accompanying SystemMaintenanceTaskRunner. Each pair of task runner and task must be registered in SystemMaintenanceTaskRegistry.
Since:
7.3.0