Uses of Class
com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean

Packages that use AbstractClusterAwareQuartzJobBean
com.atlassian.confluence.cluster.safety   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.search.lucene   
com.atlassian.confluence.setup.quartz   
com.atlassian.confluence.user.rememberme   
 

Uses of AbstractClusterAwareQuartzJobBean in com.atlassian.confluence.cluster.safety
 

Subclasses of AbstractClusterAwareQuartzJobBean in com.atlassian.confluence.cluster.safety
 class ClusterSafetyJob
           
 

Uses of AbstractClusterAwareQuartzJobBean in com.atlassian.confluence.importexport.impl
 

Subclasses of AbstractClusterAwareQuartzJobBean in com.atlassian.confluence.importexport.impl
 class BackupJob
           
 class CleanTempDirectoryJob
          Removes files from the Confluence temporary files directory.
 

Uses of AbstractClusterAwareQuartzJobBean in com.atlassian.confluence.search.lucene
 

Subclasses of AbstractClusterAwareQuartzJobBean in com.atlassian.confluence.search.lucene
 class IndexOptimizer
          Deprecated. since 5.2. Optimize index (i.e. force merging to 1 segment is no longer required) CONFDEV-16098
 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.
 class IndexQueueFlusher
          Trigger a flush of the currently scheduled Lucene index tasks.
 

Uses of AbstractClusterAwareQuartzJobBean in com.atlassian.confluence.setup.quartz
 

Subclasses of AbstractClusterAwareQuartzJobBean in com.atlassian.confluence.setup.quartz
 class DelegatingClusterAwareQuartzJobBean
          This class wraps a Quartz job and
 

Uses of AbstractClusterAwareQuartzJobBean in com.atlassian.confluence.user.rememberme
 

Subclasses of AbstractClusterAwareQuartzJobBean in com.atlassian.confluence.user.rememberme
 class ClearExpiredRememberMeTokensJob
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.