com.atlassian.confluence.search.lucene
Class IndexQueueFlusher

java.lang.Object
  extended byorg.springframework.scheduling.quartz.QuartzJobBean
      extended bycom.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean
          extended bycom.atlassian.confluence.search.lucene.IndexQueueFlusher
All Implemented Interfaces:
org.quartz.Job

public class IndexQueueFlusher
extends AbstractClusterAwareQuartzJobBean

Trigger a flush of the currently scheduled Lucene index tasks.


Constructor Summary
IndexQueueFlusher()
           
 
Method Summary
protected  void executeJob(org.quartz.JobExecutionContext context)
           
 void setIndexManager(ConfluenceIndexManager indexManager)
           
 
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

IndexQueueFlusher

public IndexQueueFlusher()
Method Detail

executeJob

protected void executeJob(org.quartz.JobExecutionContext context)
                   throws org.quartz.JobExecutionException
Specified by:
executeJob in class AbstractClusterAwareQuartzJobBean
Throws:
org.quartz.JobExecutionException

setIndexManager

public void setIndexManager(ConfluenceIndexManager indexManager)


Confluence is developed by Atlassian.