public enum BaselineSubcommands extends Enum<BaselineSubcommands>
| Enum Constant and Description |
|---|
ADD
Add nodes to baseline.
|
AUTO_ADJUST
Baseline auto-adjust configuration.
|
COLLECT
Collect information about baseline.
|
REMOVE
Remove nodes from baseline.
|
SET
Set new baseline.
|
VERSION
Check current topology version.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable BaselineSubcommands |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static BaselineSubcommands |
of(String text) |
String |
text() |
String |
toString() |
static BaselineSubcommands |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaselineSubcommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
VisorBaselineOperation |
visorBaselineOperation() |
public static final BaselineSubcommands ADD
public static final BaselineSubcommands REMOVE
public static final BaselineSubcommands COLLECT
public static final BaselineSubcommands SET
public static final BaselineSubcommands VERSION
public static final BaselineSubcommands AUTO_ADJUST
public static BaselineSubcommands[] values()
for (BaselineSubcommands c : BaselineSubcommands.values()) System.out.println(c);
public static BaselineSubcommands 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 static BaselineSubcommands of(String text)
text - Command text.public String text()
public VisorBaselineOperation visorBaselineOperation()
VisorBaselineOperation which is associated with baseline subcommand.@Nullable public static @Nullable BaselineSubcommands fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.public String toString()
toString in class Enum<BaselineSubcommands>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022