Class SolrBackupJob
java.lang.Object
org.alfresco.repo.search.impl.solr.SolrBackupJob
- All Implemented Interfaces:
org.quartz.Job
Triggers the back up of SOLR stores (the back up is made on the remote SOLR server)
ContentStoreCleaner.
The following parameters are required:
- solrBackupClient: The content store cleaner bean
- Author:
- Andy hind
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.quartz.JobExecutionContext context) Calls the cleaner to do its work
-
Constructor Details
-
SolrBackupJob
public SolrBackupJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException Calls the cleaner to do its work- Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-