org.alfresco.repo.search.impl.lucene
Class AbstractLuceneIndexerImpl.IndexUpdateStatus
java.lang.Object
java.lang.Enum
org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerImpl.IndexUpdateStatus
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing class:
- AbstractLuceneIndexerImpl
protected static final class AbstractLuceneIndexerImpl.IndexUpdateStatus
- extends java.lang.Enum
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
UNMODIFIED
public static final AbstractLuceneIndexerImpl.IndexUpdateStatus UNMODIFIED
- Inde is unchanged
SYNCRONOUS
public static final AbstractLuceneIndexerImpl.IndexUpdateStatus SYNCRONOUS
- Index is being changein in TX
ASYNCHRONOUS
public static final AbstractLuceneIndexerImpl.IndexUpdateStatus ASYNCHRONOUS
- Index is eiong changed by a background upate
values
public static final AbstractLuceneIndexerImpl.IndexUpdateStatus[] values()
valueOf
public static AbstractLuceneIndexerImpl.IndexUpdateStatus valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.