public enum StatisticsUsageState extends Enum<StatisticsUsageState>
| Enum Constant and Description |
|---|
NO_UPDATE
Statistics used "as is" without updates.
|
OFF
No statistics used.
|
ON
Statistics used and updated after each changes.
|
| Modifier and Type | Method and Description |
|---|---|
static StatisticsUsageState |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
StatisticsUsageState |
fromString(String val)
Return statistics state matching to string.
|
int |
index() |
static StatisticsUsageState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticsUsageState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatisticsUsageState OFF
public static final StatisticsUsageState NO_UPDATE
public static final StatisticsUsageState ON
public static StatisticsUsageState[] values()
for (StatisticsUsageState c : StatisticsUsageState.values()) System.out.println(c);
public static StatisticsUsageState 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 int index()
public static StatisticsUsageState fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.public StatisticsUsageState fromString(String val)
val - String representation.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023