public enum PersistenceSubcommands extends Enum<PersistenceSubcommands>
| Enum Constant and Description |
|---|
BACKUP |
CLEAN
Cleans partition files of corrupted caches and cache groups.
|
INFO
Collects information about corrupted caches and cache groups and their file system paths.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable PersistenceSubcommands |
of(String strRep) |
PersistenceOperation |
operation() |
String |
text() |
static PersistenceSubcommands |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistenceSubcommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PersistenceSubcommands INFO
public static final PersistenceSubcommands CLEAN
public static final PersistenceSubcommands BACKUP
public static PersistenceSubcommands[] values()
for (PersistenceSubcommands c : PersistenceSubcommands.values()) System.out.println(c);
public static PersistenceSubcommands 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 PersistenceSubcommands of(String strRep)
strRep - String representation of subcommand.public String text()
public PersistenceOperation operation()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022