public static enum IndexStats.IndexingPriority extends Enum<IndexStats.IndexingPriority>
Enum Constant and Description |
---|
ABANDONED |
DISABLED |
ERROR |
FORCED |
IDLE |
NONE |
NORMAL |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static IndexStats.IndexingPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexStats.IndexingPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexStats.IndexingPriority NONE
public static final IndexStats.IndexingPriority NORMAL
public static final IndexStats.IndexingPriority DISABLED
public static final IndexStats.IndexingPriority IDLE
public static final IndexStats.IndexingPriority ABANDONED
public static final IndexStats.IndexingPriority ERROR
public static final IndexStats.IndexingPriority FORCED
public static IndexStats.IndexingPriority[] values()
for (IndexStats.IndexingPriority c : IndexStats.IndexingPriority.values()) System.out.println(c);
public static IndexStats.IndexingPriority 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 nullpublic int getCode()
Copyright © 2016. All Rights Reserved.