|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.scheduling.quartz.QuartzJobBean com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean com.atlassian.confluence.search.lucene.IndexQueueCleaner
public class IndexQueueCleaner
This job is responsible for periodically triggering an Index Queue clean to ensure that size of the index queue does NOT grow indefinitely.
Constructor Summary | |
---|---|
IndexQueueCleaner()
|
Method Summary | |
---|---|
void |
executeJob(org.quartz.JobExecutionContext context)
|
void |
setTaskQueue(IndexTaskQueue queue)
Required resource. |
Methods inherited from class com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean |
---|
executeInternal, setClusterManager |
Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean |
---|
execute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexQueueCleaner()
Method Detail |
---|
public void executeJob(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
executeJob
in class AbstractClusterAwareQuartzJobBean
org.quartz.JobExecutionException
public void setTaskQueue(IndexTaskQueue queue)
queue
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |