public static enum IgniteDefragmentation.CancelResult extends Enum<IgniteDefragmentation.CancelResult>
| Enum Constant and Description |
|---|
CANCELLED
Cancelled ongoing defragmentation.
|
CANCELLED_SCHEDULED
Cancelled scheduled defragmentation.
|
COMPLETED_OR_CANCELLED
Defragmentation is already completed or cancelled.
|
SCHEDULED_NOT_FOUND
Nothing to cancel, no ongoing defragmentation.
|
| Modifier and Type | Method and Description |
|---|---|
static IgniteDefragmentation.CancelResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgniteDefragmentation.CancelResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IgniteDefragmentation.CancelResult CANCELLED_SCHEDULED
public static final IgniteDefragmentation.CancelResult SCHEDULED_NOT_FOUND
public static final IgniteDefragmentation.CancelResult CANCELLED
public static final IgniteDefragmentation.CancelResult COMPLETED_OR_CANCELLED
public static IgniteDefragmentation.CancelResult[] values()
for (IgniteDefragmentation.CancelResult c : IgniteDefragmentation.CancelResult.values()) System.out.println(c);
public static IgniteDefragmentation.CancelResult 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.1 Release Date : December 20 2021