public enum ListCommandArg extends Enum<ListCommandArg> implements CommandArg
CacheSubcommands.LIST command arguments.| Enum Constant and Description |
|---|
CONFIG
Config.
|
GROUP
Group.
|
OUTPUT_FORMAT
Output format.
|
SEQUENCE
Sequence.
|
| Modifier and Type | Method and Description |
|---|---|
String |
argName() |
String |
toString() |
static ListCommandArg |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCommandArg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCommandArg GROUP
public static final ListCommandArg SEQUENCE
public static final ListCommandArg OUTPUT_FORMAT
public static final ListCommandArg CONFIG
public static ListCommandArg[] values()
for (ListCommandArg c : ListCommandArg.values()) System.out.println(c);
public static ListCommandArg 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 argName()
argName in interface CommandArgpublic String toString()
toString in class Enum<ListCommandArg>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022