| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.stat | |
| org.apache.ignite.internal.processors.query.stat.messages |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable StatisticsType |
StatisticsType.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static StatisticsType |
StatisticsType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticsType[] |
StatisticsType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static StatisticsObjectData |
StatisticsUtils.toObjectData(StatisticsKeyMessage keyMsg,
StatisticsType type,
ObjectStatisticsImpl stat)
Build statistics object data from values.
|
| Modifier and Type | Method and Description |
|---|---|
StatisticsType |
StatisticsObjectData.type() |
| Constructor and Description |
|---|
StatisticsObjectData(StatisticsKeyMessage key,
long rowsCnt,
StatisticsType type,
int partId,
long updCnt,
Map<String,StatisticsColumnData> data)
Constructor.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025