public enum VisorWalTaskOperation extends Enum<VisorWalTaskOperation>
| Enum Constant and Description |
|---|
DELETE_UNUSED_WAL_SEGMENTS
Delete unused wal segments.
|
PRINT_UNUSED_WAL_SEGMENTS
Print unused wal segments.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable VisorWalTaskOperation |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static VisorWalTaskOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisorWalTaskOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisorWalTaskOperation PRINT_UNUSED_WAL_SEGMENTS
public static final VisorWalTaskOperation DELETE_UNUSED_WAL_SEGMENTS
public static VisorWalTaskOperation[] values()
for (VisorWalTaskOperation c : VisorWalTaskOperation.values()) System.out.println(c);
public static VisorWalTaskOperation 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 VisorWalTaskOperation fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020