public enum CleanAndBackupSubcommandArg extends Enum<CleanAndBackupSubcommandArg> implements CommandArg
PersistenceSubcommands.CLEAN subcommand arguments.| Enum Constant and Description |
|---|
ALL
Clean all caches data files.
|
CACHES
Clean only specified caches data files.
|
CORRUPTED
Clean corrupted caches data files.
|
| Modifier and Type | Method and Description |
|---|---|
String |
argName() |
static CleanAndBackupSubcommandArg |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CleanAndBackupSubcommandArg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CleanAndBackupSubcommandArg ALL
public static final CleanAndBackupSubcommandArg CORRUPTED
public static final CleanAndBackupSubcommandArg CACHES
public static CleanAndBackupSubcommandArg[] values()
for (CleanAndBackupSubcommandArg c : CleanAndBackupSubcommandArg.values()) System.out.println(c);
public static CleanAndBackupSubcommandArg 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 CommandArg
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022