Class IndexFlushScheduledJob
- java.lang.Object
-
- com.atlassian.confluence.impl.search.IndexFlushScheduledJob
-
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
public class IndexFlushScheduledJob extends Object implements com.atlassian.scheduler.JobRunner
Requests that the suppliedIndexFlushScheduler
flushes the relevant index queue- Since:
- 7.9.0
-
-
Constructor Summary
Constructors Constructor Description IndexFlushScheduledJob(IndexFlushScheduler indexFlushScheduler)
-
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
-
IndexFlushScheduledJob
public IndexFlushScheduledJob(IndexFlushScheduler indexFlushScheduler)
-
-