public enum AutoAdjustCommandArg extends Enum<AutoAdjustCommandArg> implements CommandArg
BaselineSubcommands.AUTO_ADJUST command arguments.| Enum Constant and Description |
|---|
DISABLE
Disable auto-adjust.
|
ENABLE
Enable auto-adjust.
|
TIMEOUT
Set soft timeout.
|
| Modifier and Type | Method and Description |
|---|---|
String |
argName() |
String |
toString() |
static AutoAdjustCommandArg |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoAdjustCommandArg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoAdjustCommandArg ENABLE
public static final AutoAdjustCommandArg DISABLE
public static final AutoAdjustCommandArg TIMEOUT
public static AutoAdjustCommandArg[] values()
for (AutoAdjustCommandArg c : AutoAdjustCommandArg.values()) System.out.println(c);
public static AutoAdjustCommandArg 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 String toString()
toString in class Enum<AutoAdjustCommandArg>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022