public class IndexRecoveryJob
extends java.lang.Object
implements org.quartz.Job
recovery component passed
in via the job detail.
Nothing is done if the cluster name property alfresco.cluster.name has not been set.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_CLUSTER_NAME |
static java.lang.String |
KEY_INDEX_RECOVERY_COMPONENT |
| Constructor and Description |
|---|
IndexRecoveryJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context)
Forces a full index recovery using the
recovery component passed
in via the job detail. |
public static final java.lang.String KEY_INDEX_RECOVERY_COMPONENT
public static final java.lang.String KEY_CLUSTER_NAME
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
recovery component passed
in via the job detail.execute in interface org.quartz.Joborg.quartz.JobExecutionExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.