public enum CommandList extends Enum<CommandList>
| Enum Constant and Description |
|---|
ACTIVATE |
BASELINE |
CACHE |
CLUSTER_CHANGE_TAG
Change Cluster tag command.
|
CONSISTENCY
Command to check/repair consistency.
|
DEACTIVATE |
DEFRAGMENTATION
Command to manage PDS defragmentation.
|
DIAGNOSTIC |
ENCRYPTION
Encryption features command.
|
KILL
Kill command.
|
METADATA
Metadata commands.
|
METRIC
Command for printing metric values.
|
PERFORMANCE_STATISTICS
Command to manage performance statistics.
|
PERSISTENCE |
PROPERTY
Commands to manage distributed properties.
|
SET_STATE |
SHUTDOWN_POLICY |
SNAPSHOT
Snapshot commands.
|
STATE |
SYSTEM_VIEW
Command for printing system view content.
|
TRACING_CONFIGURATION |
TX |
WAL |
WARM_UP
Warm-up command.
|
| 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 SHUTDOWN_POLICY
public static final CommandList TRACING_CONFIGURATION
public static final CommandList WARM_UP
public static final CommandList PROPERTY
public static final CommandList SYSTEM_VIEW
public static final CommandList METRIC
public static final CommandList PERSISTENCE
public static final CommandList DEFRAGMENTATION
public static final CommandList PERFORMANCE_STATISTICS
public static final CommandList CONSISTENCY
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.13.0 Release Date : April 20 2022