Uses of Interface
mondrian.spi.ProfileHandler
-
Packages that use ProfileHandler Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.server Augments the Mondrian engine with server functionality. -
-
Uses of ProfileHandler in mondrian.olap
Methods in mondrian.olap with parameters of type ProfileHandler 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 ProfileHandler in mondrian.server
Methods in mondrian.server that return ProfileHandler Modifier and Type Method Description ProfileHandler
Statement. getProfileHandler()
ProfileHandler
StatementImpl. getProfileHandler()
Methods in mondrian.server with parameters of type ProfileHandler Modifier and Type Method Description void
Statement. enableProfiling(ProfileHandler profileHandler)
Enables profiling.void
StatementImpl. enableProfiling(ProfileHandler profileHandler)
-