public enum IdleVerifyCommandArg extends Enum<IdleVerifyCommandArg> implements CommandArg
CacheSubcommands.IDLE_VERIFY command arguments.| Enum Constant and Description |
|---|
CACHE_FILTER
Cache filter.
|
CHECK_CRC
Check crc.
|
DUMP
Dump.
|
EXCLUDE_CACHES
Exclude caches.
|
SKIP_ZEROS
Skip zeros.
|
| Modifier and Type | Method and Description |
|---|---|
String |
argName() |
String |
toString() |
static IdleVerifyCommandArg |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdleVerifyCommandArg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdleVerifyCommandArg DUMP
public static final IdleVerifyCommandArg SKIP_ZEROS
public static final IdleVerifyCommandArg EXCLUDE_CACHES
public static final IdleVerifyCommandArg CHECK_CRC
public static final IdleVerifyCommandArg CACHE_FILTER
public static IdleVerifyCommandArg[] values()
for (IdleVerifyCommandArg c : IdleVerifyCommandArg.values()) System.out.println(c);
public static IdleVerifyCommandArg 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<IdleVerifyCommandArg>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022