public enum CommandList extends Enum<CommandList>
| Enum Constant and Description |
|---|
ACTIVATE |
BASELINE |
CACHE |
CLUSTER_CHANGE_TAG
Change Cluster tag command.
|
DEACTIVATE |
DIAGNOSTIC |
ENCRYPTION
Encryption features command.
|
KILL
Kill command.
|
METADATA
Metadata commands.
|
SET_STATE |
SNAPSHOT
Snapshot commands.
|
STATE |
TRACING_CONFIGURATION |
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 SET_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 final CommandList ENCRYPTION
public static final CommandList KILL
public static final CommandList SNAPSHOT
public static final CommandList CLUSTER_CHANGE_TAG
public static final CommandList METADATA
public static final CommandList TRACING_CONFIGURATION
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.9.0 Release Date : October 15 2020