public static enum IgniteDefragmentation.ScheduleResult extends Enum<IgniteDefragmentation.ScheduleResult>
| Enum Constant and Description |
|---|
SUCCESS
Successfully scheduled.
|
SUCCESS_SUPERSEDED_PREVIOUS
Successfuly scheduled, superseding previously scheduled defragmentation.
|
| Modifier and Type | Method and Description |
|---|---|
static IgniteDefragmentation.ScheduleResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgniteDefragmentation.ScheduleResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IgniteDefragmentation.ScheduleResult SUCCESS
public static final IgniteDefragmentation.ScheduleResult SUCCESS_SUPERSEDED_PREVIOUS
public static IgniteDefragmentation.ScheduleResult[] values()
for (IgniteDefragmentation.ScheduleResult c : IgniteDefragmentation.ScheduleResult.values()) System.out.println(c);
public static IgniteDefragmentation.ScheduleResult 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
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021