public enum DrSubCommandsList extends Enum<DrSubCommandsList>
| Enum Constant and Description |
|---|
CACHE |
CHECK |
CLEANUP_TREES |
FULL_STATE_TRANSFER |
HELP |
NODE |
PAUSE |
REBUILD_TREES |
REPAIR |
RESUME |
STATE |
TOPOLOGY |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Command<?> |
command() |
static DrSubCommandsList |
parse(String name) |
String |
text() |
String |
toString() |
static DrSubCommandsList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrSubCommandsList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrSubCommandsList HELP
public static final DrSubCommandsList STATE
public static final DrSubCommandsList TOPOLOGY
public static final DrSubCommandsList NODE
public static final DrSubCommandsList CACHE
public static final DrSubCommandsList PAUSE
public static final DrSubCommandsList RESUME
public static final DrSubCommandsList CHECK
public static final DrSubCommandsList REPAIR
public static final DrSubCommandsList REBUILD_TREES
public static final DrSubCommandsList FULL_STATE_TRANSFER
public static final DrSubCommandsList CLEANUP_TREES
public static DrSubCommandsList[] values()
for (DrSubCommandsList c : DrSubCommandsList.values()) System.out.println(c);
public static DrSubCommandsList 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 String text()
@NotNull public @NotNull Command<?> command()
public static DrSubCommandsList parse(String name)
public String toString()
toString in class Enum<DrSubCommandsList>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.30 Release Date : February 17 2026