public static enum SearchIndexer.Event.Type extends Enum<SearchIndexer.Event.Type>
| Enum Constant and Description |
|---|
PAUSE |
PROGRESS |
REBUILD_REQUESTED |
SHUTDOWN_COMPLETE |
SHUTDOWN_REQUESTED |
START_REBUILD |
START_STATEMENTS |
START_URIS |
STARTUP |
STOP_REBUILD |
STOP_STATEMENTS |
STOP_URIS |
UNPAUSE |
| Modifier and Type | Method and Description |
|---|---|
static SearchIndexer.Event.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchIndexer.Event.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchIndexer.Event.Type STARTUP
public static final SearchIndexer.Event.Type PROGRESS
public static final SearchIndexer.Event.Type PAUSE
public static final SearchIndexer.Event.Type UNPAUSE
public static final SearchIndexer.Event.Type START_URIS
public static final SearchIndexer.Event.Type STOP_URIS
public static final SearchIndexer.Event.Type START_STATEMENTS
public static final SearchIndexer.Event.Type STOP_STATEMENTS
public static final SearchIndexer.Event.Type START_REBUILD
public static final SearchIndexer.Event.Type STOP_REBUILD
public static final SearchIndexer.Event.Type REBUILD_REQUESTED
public static final SearchIndexer.Event.Type SHUTDOWN_REQUESTED
public static final SearchIndexer.Event.Type SHUTDOWN_COMPLETE
public static SearchIndexer.Event.Type[] values()
for (SearchIndexer.Event.Type c : SearchIndexer.Event.Type.values()) System.out.println(c);
public static SearchIndexer.Event.Type 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 © 2016. All rights reserved.