Uses of Class
mondrian.olap.QueryTiming
-
Packages that use QueryTiming Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package.mondrian.server Augments the Mondrian engine with server functionality.mondrian.spi Contains the server-provider interfaces (SPIs) which user-defined extensions to Mondrian should implement. -
-
Uses of QueryTiming in mondrian.olap
Methods in mondrian.olap that return QueryTiming Modifier and Type Method Description QueryTiming
Evaluator. getTiming()
Returns the query timing context for this execution.Methods in mondrian.olap with parameters of type QueryTiming Modifier and Type Method Description static void
Util. explain(ProfileHandler handler, String title, Calc calc, QueryTiming timing)
Called during major steps of executing a MDX query to provide insight into Calc calls/times and key function calls/times. -
Uses of QueryTiming in mondrian.rolap
Methods in mondrian.rolap that return QueryTiming Modifier and Type Method Description QueryTiming
RolapEvaluator. getTiming()
-
Uses of QueryTiming in mondrian.server
Methods in mondrian.server that return QueryTiming Modifier and Type Method Description QueryTiming
Execution. getQueryTiming()
-
Uses of QueryTiming in mondrian.spi
Methods in mondrian.spi with parameters of type QueryTiming Modifier and Type Method Description void
ProfileHandler. explain(String plan, QueryTiming timing)
Called when a statement has finished executing.
-