public enum RollingUpgradeSubCommands extends Enum<RollingUpgradeSubCommands>
| Enum Constant and Description |
|---|
FINISH
Disable rolling upgrade.
|
FORCE
Enable force rolling upgrade mode.
|
START
Enable rolling upgrade.
|
STATUS
Rolling Upgrade status.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable RollingUpgradeSubCommands |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static RollingUpgradeSubCommands |
of(String text) |
String |
text() |
String |
toString() |
static RollingUpgradeSubCommands |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RollingUpgradeSubCommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RollingUpgradeSubCommands START
public static final RollingUpgradeSubCommands FINISH
public static final RollingUpgradeSubCommands FORCE
public static final RollingUpgradeSubCommands STATUS
public static RollingUpgradeSubCommands[] values()
for (RollingUpgradeSubCommands c : RollingUpgradeSubCommands.values()) System.out.println(c);
public static RollingUpgradeSubCommands 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 RollingUpgradeSubCommands of(String text)
text - Command text.public String text()
@Nullable public static @Nullable RollingUpgradeSubCommands fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.public String toString()
toString in class Enum<RollingUpgradeSubCommands>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.28 Release Date : December 12 2025