Interface SystemMaintenanceTask
-
- All Known Implementing Classes:
CreateIndexSnapshotMaintenanceTask
,RestoreIndexSnapshotMaintenanceTask
public interface SystemMaintenanceTask
Interface representing tasks to be performed by theSystemMaintenanceTaskQueue
. This class only holds metadata for the task. The actual logic to execute the task is kept separately in accompanyingSystemMaintenanceTaskRunner
. Each pair of task runner and task must be registered inSystemMaintenanceTaskRegistry
.- Since:
- 7.3.0