public enum VisorViewCacheCmd extends Enum<VisorViewCacheCmd>
| Enum Constant and Description |
|---|
CACHES
Caches.
|
GROUPS
Groups.
|
SEQ
Sequence.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable VisorViewCacheCmd |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static VisorViewCacheCmd |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisorViewCacheCmd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisorViewCacheCmd CACHES
public static final VisorViewCacheCmd GROUPS
public static final VisorViewCacheCmd SEQ
public static VisorViewCacheCmd[] values()
for (VisorViewCacheCmd c : VisorViewCacheCmd.values()) System.out.println(c);
public static VisorViewCacheCmd 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 null@Nullable public static @Nullable VisorViewCacheCmd fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021