public static final class FullIndexRecoveryComponent.RecoveryMode
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static FullIndexRecoveryComponent.RecoveryMode |
AUTO
Performs a validation and starts a recovery if necessary.
|
static FullIndexRecoveryComponent.RecoveryMode |
FULL
Performs a full pass-through of all recorded transactions to ensure that the indexes
are up to date.
|
static FullIndexRecoveryComponent.RecoveryMode |
NONE
Do nothing - not even a check.
|
static FullIndexRecoveryComponent.RecoveryMode |
VALIDATE
Perform a quick check on the state of the indexes.
|
| Modifier and Type | Method and Description |
|---|---|
static FullIndexRecoveryComponent.RecoveryMode |
valueOf(java.lang.String name) |
static FullIndexRecoveryComponent.RecoveryMode[] |
values() |
public static final FullIndexRecoveryComponent.RecoveryMode NONE
public static final FullIndexRecoveryComponent.RecoveryMode VALIDATE
public static final FullIndexRecoveryComponent.RecoveryMode AUTO
public static final FullIndexRecoveryComponent.RecoveryMode FULL
public static FullIndexRecoveryComponent.RecoveryMode[] values()
public static FullIndexRecoveryComponent.RecoveryMode valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.