com.atlassian.confluence.cache
Class CacheCompactionJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
com.atlassian.quartz.jobs.AbstractJob
com.atlassian.confluence.cache.CacheCompactionJob
- All Implemented Interfaces:
- com.opensymphony.xwork.LocaleProvider, org.quartz.Job
@ParametersAreNonnullByDefault
public class CacheCompactionJob
- extends AbstractJob
A Quartz Job for running CacheCompactors
- Since:
- 5.7
| 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 |
CacheCompactionJob
public CacheCompactionJob()
setCompactor
public void setCompactor(CacheCompactor compactor)
doExecute
public void doExecute(org.quartz.JobExecutionContext jobExecutionContext)
throws org.quartz.JobExecutionException
- Specified by:
doExecute in class AbstractJob
- Throws:
org.quartz.JobExecutionException
Copyright © 2003–2015 Atlassian. All rights reserved.