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