public enum CommandList extends Enum<CommandList>
| Enum Constant and Description |
|---|
ACTIVATE |
BASELINE |
CACHE |
CHECKPOINT
Start checkpoint on a cluster
|
CLUSTER_CHANGE_ID |
CLUSTER_CHANGE_TAG |
DATA_CENTER_REPLICATION |
DEACTIVATE |
DEFRAGMENTATION
Command to manage PDS defragmentation.
|
DIAGNOSTIC |
ENCRYPTION
Encryption features command.
|
KILL
Kill command.
|
METADATA |
METRIC
Command for printing metric values.
|
PERSISTENCE |
PROPERTY
Commands to manage distributed properties.
|
ROLLING_UPGRADE |
SET_STATE |
SHUTDOWN_POLICY |
STATE |
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 ROLLING_UPGRADE
public static final CommandList CLUSTER_CHANGE_TAG
public static final CommandList CLUSTER_CHANGE_ID
public static final CommandList DATA_CENTER_REPLICATION
public static final CommandList TRACING_CONFIGURATION
public static final CommandList SHUTDOWN_POLICY
public static final CommandList METADATA
public static final CommandList WARM_UP
public static final CommandList PROPERTY
public static final CommandList METRIC
public static final CommandList PERSISTENCE
public static final CommandList DEFRAGMENTATION
public static final CommandList CHECKPOINT
public static final CommandList KILL
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. 8.9.14-p2 Release Date : January 19 2026