public enum CommandList extends Enum<CommandList>
| Enum Constant and Description |
|---|
ACTIVATE |
BASELINE |
CACHE |
DEACTIVATE |
DIAGNOSTIC |
STATE |
TX |
WAL |
| Modifier and Type | Method and Description |
|---|---|
Command |
command() |
static CommandList |
of(String text) |
String |
text() |
String |
toCommandName() |
String |
toString() |
static CommandList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandList ACTIVATE
public static final CommandList DEACTIVATE
public static final CommandList STATE
public static final CommandList BASELINE
public static final CommandList TX
public static final CommandList CACHE
public static final CommandList WAL
public static final CommandList DIAGNOSTIC
public static CommandList[] values()
for (CommandList c : CommandList.values()) System.out.println(c);
public static CommandList 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 CommandList of(String text)
text - Command text.public String text()
public Command command()
public String toString()
toString in class Enum<CommandList>public String toCommandName()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020