Uses of Class
org.apache.ignite.internal.processors.query.running.QueryHistoryKey
-
Packages that use QueryHistoryKey Package Description org.apache.ignite.internal.processors.query.running -
-
Uses of QueryHistoryKey in org.apache.ignite.internal.processors.query.running
Methods in org.apache.ignite.internal.processors.query.running that return QueryHistoryKey Modifier and Type Method Description QueryHistoryKeyQueryHistory. key()Methods in org.apache.ignite.internal.processors.query.running that return types with arguments of type QueryHistoryKey Modifier and Type Method Description Map<QueryHistoryKey,QueryHistory>RunningQueryManager. queryHistoryMetrics()Gets query history statistics.
-