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