public enum StatisticsType extends Enum<StatisticsType>
| Enum Constant and Description |
|---|
LOCAL
Statistics by some data node.
|
PARTITION
Statistics by some particular partition.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable StatisticsType |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static StatisticsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatisticsType PARTITION
public static final StatisticsType LOCAL
public static StatisticsType[] values()
for (StatisticsType c : StatisticsType.values()) System.out.println(c);
public static StatisticsType 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 StatisticsType fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025