public enum PersistenceCleanAndBackupType extends Enum<PersistenceCleanAndBackupType>
| Modifier and Type | Method and Description |
|---|---|
static @Nullable PersistenceCleanAndBackupType |
fromOrdinal(int ordinal) |
static PersistenceCleanAndBackupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistenceCleanAndBackupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PersistenceCleanAndBackupType ALL
public static final PersistenceCleanAndBackupType CORRUPTED
public static final PersistenceCleanAndBackupType CACHES
public static PersistenceCleanAndBackupType[] values()
for (PersistenceCleanAndBackupType c : PersistenceCleanAndBackupType.values()) System.out.println(c);
public static PersistenceCleanAndBackupType 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 PersistenceCleanAndBackupType fromOrdinal(int ordinal)
ordinal - Index of enum value.PersistenceCleanAndBackupType enum.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021