public enum ConsistencySubCommand extends Enum<ConsistencySubCommand>
| Modifier and Type | Method and Description |
|---|---|
static @Nullable ConsistencySubCommand |
of(String text) |
String |
taskName() |
String |
toString() |
static ConsistencySubCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsistencySubCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsistencySubCommand REPAIR
public static final ConsistencySubCommand STATUS
public static ConsistencySubCommand[] values()
for (ConsistencySubCommand c : ConsistencySubCommand.values()) System.out.println(c);
public static ConsistencySubCommand 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 null@Nullable public static @Nullable ConsistencySubCommand of(String text)
text - Command text (case insensitive).Null if there is no such command.public String taskName()
public String toString()
toString in class Enum<ConsistencySubCommand>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022