public enum VisorBaselineOperation extends Enum<VisorBaselineOperation>
| Enum Constant and Description |
|---|
ADD
Add nodes to baseline.
|
COLLECT
Collect baseline information.
|
REMOVE
Remove nodes from baseline.
|
SET
Set new baseline.
|
VERSION
Set baseline for topology version.
|
| Modifier and Type | Method and Description |
|---|---|
static VisorBaselineOperation |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static VisorBaselineOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisorBaselineOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisorBaselineOperation COLLECT
public static final VisorBaselineOperation ADD
public static final VisorBaselineOperation REMOVE
public static final VisorBaselineOperation SET
public static final VisorBaselineOperation VERSION
public static VisorBaselineOperation[] values()
for (VisorBaselineOperation c : VisorBaselineOperation.values()) System.out.println(c);
public static VisorBaselineOperation 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 VisorBaselineOperation fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018