public enum VisorSnapshotRestoreTaskAction extends Enum<VisorSnapshotRestoreTaskAction>
| Enum Constant and Description |
|---|
CANCEL
Cancel snapshot restore operation.
|
START
Start snapshot restore operation.
|
STATUS
Status of the snapshot restore operation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
cmdName() |
static VisorSnapshotRestoreTaskAction |
fromCmdArg(String cmdArg) |
static VisorSnapshotRestoreTaskAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisorSnapshotRestoreTaskAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisorSnapshotRestoreTaskAction START
public static final VisorSnapshotRestoreTaskAction CANCEL
public static final VisorSnapshotRestoreTaskAction STATUS
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 nullpublic static VisorSnapshotRestoreTaskAction fromCmdArg(String cmdArg)
cmdArg - Command line argument.public String cmdName()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021