public static enum ReIndexNodeStatus.State extends Enum<ReIndexNodeStatus.State>
Enum Constant and Description |
---|
PROPAGATING |
PROPAGATION_COMPLETE |
PROPAGATION_FAIL |
REBUILD_COMPLETE |
REBUILDING |
UNAVAILABLE |
WAITING |
Modifier and Type | Method and Description |
---|---|
static ReIndexNodeStatus.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReIndexNodeStatus.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReIndexNodeStatus.State WAITING
public static final ReIndexNodeStatus.State REBUILDING
public static final ReIndexNodeStatus.State REBUILD_COMPLETE
public static final ReIndexNodeStatus.State PROPAGATING
public static final ReIndexNodeStatus.State PROPAGATION_FAIL
public static final ReIndexNodeStatus.State PROPAGATION_COMPLETE
public static final ReIndexNodeStatus.State UNAVAILABLE
public static ReIndexNodeStatus.State[] values()
for (ReIndexNodeStatus.State c : ReIndexNodeStatus.State.values()) System.out.println(c);
public static ReIndexNodeStatus.State 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 © 2003–2023 Atlassian. All rights reserved.
View cookie preferences