public enum RebuildStatus extends java.lang.Enum<RebuildStatus>
Enum Constant and Description |
---|
DOING_REBUILD |
OK |
REQUIRES_REBUILD |
Modifier and Type | Method and Description |
---|---|
static void |
registerIndex(ID<?,?> indexId) |
static RebuildStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RebuildStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RebuildStatus OK
public static final RebuildStatus REQUIRES_REBUILD
public static final RebuildStatus DOING_REBUILD
public static RebuildStatus[] values()
for (RebuildStatus c : RebuildStatus.values()) System.out.println(c);
public static RebuildStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static void registerIndex(ID<?,?> indexId)