Uses of Class
org.apache.ignite.internal.processors.query.stat.StatisticsType
-
Packages that use StatisticsType Package Description org.apache.ignite.internal.processors.query.stat org.apache.ignite.internal.processors.query.stat.messages -
-
Uses of StatisticsType in org.apache.ignite.internal.processors.query.stat
Methods in org.apache.ignite.internal.processors.query.stat that return StatisticsType Modifier and Type Method Description static @Nullable StatisticsTypeStatisticsType. fromOrdinal(int ord)Efficiently gets enumerated value from its ordinal.static StatisticsTypeStatisticsType. 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.Methods in org.apache.ignite.internal.processors.query.stat with parameters of type StatisticsType Modifier and Type Method Description static StatisticsObjectDataStatisticsUtils. toObjectData(StatisticsKeyMessage keyMsg, StatisticsType type, ObjectStatisticsImpl stat)Build statistics object data from values. -
Uses of StatisticsType in org.apache.ignite.internal.processors.query.stat.messages
Methods in org.apache.ignite.internal.processors.query.stat.messages that return StatisticsType Modifier and Type Method Description StatisticsTypeStatisticsObjectData. type()StatisticsTypeStatisticsRequest. type()Constructors in org.apache.ignite.internal.processors.query.stat.messages with parameters of type StatisticsType Constructor Description StatisticsObjectData(StatisticsKeyMessage key, long rowsCnt, StatisticsType type, int partId, long updCnt, Map<String,StatisticsColumnData> data)Constructor.StatisticsRequest(UUID reqId, StatisticsKeyMessage key, StatisticsType type, AffinityTopologyVersion topVer, Map<String,Long> versions)Constructor.
-