public enum CacheMetricsOperation extends Enum<CacheMetricsOperation>
| Enum Constant and Description |
|---|
DISABLE
Disable operation.
|
ENABLE
Enable operation.
|
STATUS
Status operation.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable CacheMetricsOperation |
of(String strRep) |
String |
toString() |
static CacheMetricsOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheMetricsOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheMetricsOperation ENABLE
public static final CacheMetricsOperation DISABLE
public static final CacheMetricsOperation STATUS
public static CacheMetricsOperation[] values()
for (CacheMetricsOperation c : CacheMetricsOperation.values()) System.out.println(c);
public static CacheMetricsOperation 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 CacheMetricsOperation of(String strRep)
strRep - String representation of operation.public String toString()
toString in class Enum<CacheMetricsOperation>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023