public enum VisorNodeBaselineStatus extends Enum<VisorNodeBaselineStatus>
| Enum Constant and Description |
|---|
BASELINE_NOT_AVAILABLE |
NODE_IN_BASELINE |
NODE_NOT_IN_BASELINE |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable VisorNodeBaselineStatus |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static VisorNodeBaselineStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisorNodeBaselineStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisorNodeBaselineStatus NODE_IN_BASELINE
public static final VisorNodeBaselineStatus NODE_NOT_IN_BASELINE
public static final VisorNodeBaselineStatus BASELINE_NOT_AVAILABLE
public static VisorNodeBaselineStatus[] values()
for (VisorNodeBaselineStatus c : VisorNodeBaselineStatus.values()) System.out.println(c);
public static VisorNodeBaselineStatus 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 null@Nullable public static @Nullable VisorNodeBaselineStatus fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021