public enum DiagnosticSubCommand extends Enum<DiagnosticSubCommand>
| Enum Constant and Description |
|---|
CONNECTIVITY |
HELP |
PAGE_LOCKS |
| Modifier and Type | Method and Description |
|---|---|
static DiagnosticSubCommand |
of(String text) |
Command |
subcommand() |
String |
toString() |
static DiagnosticSubCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosticSubCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiagnosticSubCommand HELP
public static final DiagnosticSubCommand PAGE_LOCKS
public static final DiagnosticSubCommand CONNECTIVITY
public static DiagnosticSubCommand[] values()
for (DiagnosticSubCommand c : DiagnosticSubCommand.values()) System.out.println(c);
public static DiagnosticSubCommand 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 Command subcommand()
public static DiagnosticSubCommand of(String text)
text - Command text.public String toString()
toString in class Enum<DiagnosticSubCommand>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022