public enum ResetLostPartitionsCommandArg extends Enum<ResetLostPartitionsCommandArg> implements CommandArg
CacheSubcommands.RESET_LOST_PARTITIONS command arguments.| Enum Constant and Description |
|---|
ALL_CACHES_MODE
All caches.
|
| Modifier and Type | Method and Description |
|---|---|
String |
argName() |
String |
toString() |
static ResetLostPartitionsCommandArg |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResetLostPartitionsCommandArg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResetLostPartitionsCommandArg ALL_CACHES_MODE
public static ResetLostPartitionsCommandArg[] values()
for (ResetLostPartitionsCommandArg c : ResetLostPartitionsCommandArg.values()) System.out.println(c);
public static ResetLostPartitionsCommandArg 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<ResetLostPartitionsCommandArg>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.29 Release Date : January 8 2026