@Deprecated public enum VisorSnapshotRestoreTaskAction extends Enum<VisorSnapshotRestoreTaskAction>
| Enum Constant and Description |
|---|
CANCEL
Deprecated.
Use
VisorSnapshotCancelTask instead. |
START
Deprecated.
This option is redundant and should be removed in future releases.
|
STATUS
Deprecated.
Use
VisorSnapshotStatusTask instead. |
| Modifier and Type | Method and Description |
|---|---|
static VisorSnapshotRestoreTaskAction |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static VisorSnapshotRestoreTaskAction[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final VisorSnapshotRestoreTaskAction START
@Deprecated public static final VisorSnapshotRestoreTaskAction CANCEL
VisorSnapshotCancelTask instead.@Deprecated public static final VisorSnapshotRestoreTaskAction STATUS
VisorSnapshotStatusTask instead.public static VisorSnapshotRestoreTaskAction[] values()
for (VisorSnapshotRestoreTaskAction c : VisorSnapshotRestoreTaskAction.values()) System.out.println(c);
public static VisorSnapshotRestoreTaskAction 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.15.0 Release Date : April 25 2023