Class AbstractLuceneIndexerAndSearcherFactory.LuceneIndexBackupJob
- java.lang.Object
-
- org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerAndSearcherFactory.LuceneIndexBackupJob
-
- All Implemented Interfaces:
org.quartz.Job
- Enclosing class:
- AbstractLuceneIndexerAndSearcherFactory
public static class AbstractLuceneIndexerAndSearcherFactory.LuceneIndexBackupJob extends java.lang.Object implements org.quartz.JobJob that lock uses theAbstractLuceneIndexerAndSearcherFactory.LuceneIndexBackupComponentto perform safe backups of the Lucene indexes.- Author:
- Derek Hulley
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringKEY_LUCENE_INDEX_BACKUP_COMPONENTKEY_LUCENE_INDEX_BACKUP_COMPONENT = 'luceneIndexBackupComponent'
-
Constructor Summary
Constructors Constructor Description LuceneIndexBackupJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.quartz.JobExecutionContext context)Locks the Lucene indexes and copies them to a backup location
-
-
-
Field Detail
-
KEY_LUCENE_INDEX_BACKUP_COMPONENT
public static final java.lang.String KEY_LUCENE_INDEX_BACKUP_COMPONENT
KEY_LUCENE_INDEX_BACKUP_COMPONENT = 'luceneIndexBackupComponent'- See Also:
- Constant Field Values
-
-