Class SystemMaintenanceTaskQueueFlusher
- java.lang.Object
-
- com.atlassian.confluence.impl.schedule.jobs.SystemMaintenanceTaskQueueFlusher
-
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
public class SystemMaintenanceTaskQueueFlusher extends Object implements com.atlassian.scheduler.JobRunner
Scheduled job that periodically flushes entries in the system_maintenance journal.- Since:
- 7.3.0
-
-
Constructor Summary
Constructors Constructor Description SystemMaintenanceTaskQueueFlusher(SystemMaintenanceTaskQueue queue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.scheduler.JobRunnerResponse
runJob(com.atlassian.scheduler.JobRunnerRequest request)
-
-
-
Constructor Detail
-
SystemMaintenanceTaskQueueFlusher
public SystemMaintenanceTaskQueueFlusher(SystemMaintenanceTaskQueue queue)
-
-