Uses of Class
org.apache.ignite.internal.processors.query.running.QueryHistory
-
Packages that use QueryHistory Package Description org.apache.ignite.internal.processors.query.running org.apache.ignite.spi.systemview.view ContainsSystemViewclases that exists in Ignite. -
-
Uses of QueryHistory in org.apache.ignite.internal.processors.query.running
Methods in org.apache.ignite.internal.processors.query.running that return QueryHistory Modifier and Type Method Description QueryHistoryQueryHistory. aggregateWithNew(QueryHistory m)Aggregate new metrics with already existen.Methods in org.apache.ignite.internal.processors.query.running that return types with arguments of type QueryHistory Modifier and Type Method Description ConcurrentLinkedDeque8.Node<QueryHistory>QueryHistory. link()Map<QueryHistoryKey,QueryHistory>RunningQueryManager. queryHistoryMetrics()Gets query history statistics.Methods in org.apache.ignite.internal.processors.query.running with parameters of type QueryHistory Modifier and Type Method Description QueryHistoryQueryHistory. aggregateWithNew(QueryHistory m)Aggregate new metrics with already existen.Method parameters in org.apache.ignite.internal.processors.query.running with type arguments of type QueryHistory Modifier and Type Method Description booleanQueryHistory. replaceLink(ConcurrentLinkedDeque8.Node<QueryHistory> expLink, ConcurrentLinkedDeque8.Node<QueryHistory> updatedLink)Atomically replace link to new. -
Uses of QueryHistory in org.apache.ignite.spi.systemview.view
Constructors in org.apache.ignite.spi.systemview.view with parameters of type QueryHistory Constructor Description SqlQueryHistoryView(QueryHistory qry)
-