org.alfresco.repo.search.impl.solr
Class SolrBackupJob

java.lang.Object
  extended by org.alfresco.repo.search.impl.solr.SolrBackupJob
All Implemented Interfaces:
org.quartz.Job

public class SolrBackupJob
extends java.lang.Object
implements 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:


Constructor Summary
SolrBackupJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
          Calls the cleaner to do its work
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrBackupJob

public SolrBackupJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Calls the cleaner to do its work

Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.