protected static enum AbstractLuceneIndexerImpl.IndexUpdateStatus extends Enum<AbstractLuceneIndexerImpl.IndexUpdateStatus>
| Enum Constant and Description |
|---|
ASYNCHRONOUS
Index is eiong changed by a background upate
|
SYNCRONOUS
Index is being changein in TX
|
UNMODIFIED
Inde is unchanged
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractLuceneIndexerImpl.IndexUpdateStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractLuceneIndexerImpl.IndexUpdateStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractLuceneIndexerImpl.IndexUpdateStatus UNMODIFIED
public static final AbstractLuceneIndexerImpl.IndexUpdateStatus SYNCRONOUS
public static final AbstractLuceneIndexerImpl.IndexUpdateStatus ASYNCHRONOUS
public static AbstractLuceneIndexerImpl.IndexUpdateStatus[] values()
for (AbstractLuceneIndexerImpl.IndexUpdateStatus c : AbstractLuceneIndexerImpl.IndexUpdateStatus.values()) System.out.println(c);
public static AbstractLuceneIndexerImpl.IndexUpdateStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2005–2018 Alfresco Software. All rights reserved.