public enum SystemViewCommandArg extends Enum<SystemViewCommandArg> implements CommandArg
SystemViewCommand.| Enum Constant and Description |
|---|
NODE_ID
Id of the node to get the system view from.
|
| Modifier and Type | Method and Description |
|---|---|
String |
argName() |
String |
toString() |
static SystemViewCommandArg |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemViewCommandArg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemViewCommandArg NODE_ID
public static SystemViewCommandArg[] values()
for (SystemViewCommandArg c : SystemViewCommandArg.values()) System.out.println(c);
public static SystemViewCommandArg 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 String argName()
argName in interface CommandArgpublic String toString()
toString in class Enum<SystemViewCommandArg>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022