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