Uses of Class
org.apache.ignite.internal.processors.query.stat.messages.StatisticsKeyMessage
-
Packages that use StatisticsKeyMessage Package Description org.apache.ignite.internal.processors.query.stat org.apache.ignite.internal.processors.query.stat.messages -
-
Uses of StatisticsKeyMessage in org.apache.ignite.internal.processors.query.stat
Methods in org.apache.ignite.internal.processors.query.stat that return StatisticsKeyMessage Modifier and Type Method Description static StatisticsKeyMessageStatisticsUtils. toMessage(String schema, String obj, String... colNames)Build stats key message.Methods in org.apache.ignite.internal.processors.query.stat with parameters of type StatisticsKeyMessage Modifier and Type Method Description static StatisticsTargetStatisticsUtils. statisticsTarget(StatisticsKeyMessage msg)Create statistics target from statistics key message.static StatisticsObjectDataStatisticsUtils. toObjectData(StatisticsKeyMessage keyMsg, StatisticsType type, ObjectStatisticsImpl stat)Build statistics object data from values. -
Uses of StatisticsKeyMessage in org.apache.ignite.internal.processors.query.stat.messages
Methods in org.apache.ignite.internal.processors.query.stat.messages that return StatisticsKeyMessage Modifier and Type Method Description StatisticsKeyMessageStatisticsObjectData. key()StatisticsKeyMessageStatisticsRequest. key()Constructors in org.apache.ignite.internal.processors.query.stat.messages with parameters of type StatisticsKeyMessage 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.
-