public enum IndexForceRebuildCommandArg extends Enum<IndexForceRebuildCommandArg> implements CommandArg
CacheIndexesForceRebuild command.| Enum Constant and Description |
|---|
CACHE_NAMES |
GROUP_NAMES |
NODE_ID |
| Modifier and Type | Method and Description |
|---|---|
String |
argName() |
String |
toString() |
static IndexForceRebuildCommandArg |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexForceRebuildCommandArg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexForceRebuildCommandArg NODE_ID
public static final IndexForceRebuildCommandArg GROUP_NAMES
public static final IndexForceRebuildCommandArg CACHE_NAMES
public static IndexForceRebuildCommandArg[] values()
for (IndexForceRebuildCommandArg c : IndexForceRebuildCommandArg.values()) System.out.println(c);
public static IndexForceRebuildCommandArg 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<IndexForceRebuildCommandArg>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022