public static enum DrFSTCommand.Action extends Enum<DrFSTCommand.Action> implements CommandArg
| Enum Constant and Description |
|---|
CANCEL
Cancel FST.
|
LIST
List active transfers.
|
START
Start FST.
|
| Modifier and Type | Method and Description |
|---|---|
String |
argName() |
org.apache.ignite.internal.commandline.dr.subcommands.DrFSTCommand.ActionParams |
parseAction(CommandArgIterator argIter) |
String |
toString() |
static DrFSTCommand.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrFSTCommand.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrFSTCommand.Action START
public static final DrFSTCommand.Action CANCEL
public static final DrFSTCommand.Action LIST
public static DrFSTCommand.Action[] values()
for (DrFSTCommand.Action c : DrFSTCommand.Action.values()) System.out.println(c);
public static DrFSTCommand.Action 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 String argName()
argName in interface CommandArgpublic org.apache.ignite.internal.commandline.dr.subcommands.DrFSTCommand.ActionParams parseAction(CommandArgIterator argIter)
public String toString()
toString in class Enum<DrFSTCommand.Action>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.28 Release Date : December 12 2025