protected static final class AbstractLuceneIndexerImpl.IndexUpdateStatus
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static AbstractLuceneIndexerImpl.IndexUpdateStatus |
ASYNCHRONOUS
Index is eiong changed by a background upate
|
static AbstractLuceneIndexerImpl.IndexUpdateStatus |
SYNCRONOUS
Index is being changein in TX
|
static AbstractLuceneIndexerImpl.IndexUpdateStatus |
UNMODIFIED
Inde is unchanged
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractLuceneIndexerImpl.IndexUpdateStatus |
valueOf(java.lang.String name) |
static AbstractLuceneIndexerImpl.IndexUpdateStatus[] |
values() |
public static final AbstractLuceneIndexerImpl.IndexUpdateStatus UNMODIFIED
public static final AbstractLuceneIndexerImpl.IndexUpdateStatus SYNCRONOUS
public static final AbstractLuceneIndexerImpl.IndexUpdateStatus ASYNCHRONOUS
public static AbstractLuceneIndexerImpl.IndexUpdateStatus[] values()
public static AbstractLuceneIndexerImpl.IndexUpdateStatus valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.