org.modeshape.jcr
Class JcrRepository.RebuildQueryIndexOnStartupOption
java.lang.Object
org.modeshape.jcr.JcrRepository.RebuildQueryIndexOnStartupOption
- Enclosing class:
- JcrRepository
public static class JcrRepository.RebuildQueryIndexOnStartupOption
- extends Object
The possible values for the JcrRepository.Option.REBUILD_QUERY_INDEX_ON_STARTUP
option.
Field Summary |
static String |
ALWAYS
The value that indicates that the query index for each workspace should be rebuilt even if it already exists and
appears to be valid. |
static String |
IF_MISSING
The value that indicates that the query index for each workspace should be rebuilt only if it does not already exist. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALWAYS
public static final String ALWAYS
- The value that indicates that the query index for each workspace should be rebuilt even if it already exists and
appears to be valid.
- See Also:
- Constant Field Values
IF_MISSING
public static final String IF_MISSING
- The value that indicates that the query index for each workspace should be rebuilt only if it does not already exist.
- See Also:
- Constant Field Values
JcrRepository.RebuildQueryIndexOnStartupOption
public JcrRepository.RebuildQueryIndexOnStartupOption()
Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.