public enum DefragmentationSubcommands extends Enum<DefragmentationSubcommands>
| Modifier and Type | Method and Description |
|---|---|
static @Nullable DefragmentationSubcommands |
of(String strRep) |
VisorDefragmentationOperation |
operation() |
String |
text() |
static DefragmentationSubcommands |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefragmentationSubcommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefragmentationSubcommands SCHEDULE
public static final DefragmentationSubcommands STATUS
public static final DefragmentationSubcommands CANCEL
public static DefragmentationSubcommands[] values()
for (DefragmentationSubcommands c : DefragmentationSubcommands.values()) System.out.println(c);
public static DefragmentationSubcommands 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 DefragmentationSubcommands of(String strRep)
strRep - String representation of subcommand.public String text()
public VisorDefragmentationOperation operation()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022