Uses of Class
mondrian.rolap.agg.AggregationManager
-
Packages that use AggregationManager 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.rolap.agg Manages a cache of aggregates containing cell values. -
-
Uses of AggregationManager in mondrian.olap
Methods in mondrian.olap that return AggregationManager Modifier and Type Method Description abstract AggregationManager
MondrianServer. getAggregationManager()
-
Uses of AggregationManager in mondrian.rolap
Constructors in mondrian.rolap with parameters of type AggregationManager Constructor Description FastBatchingCellReader(Execution execution, RolapCube cube, AggregationManager aggMgr)
Creates a FastBatchingCellReader. -
Uses of AggregationManager in mondrian.rolap.agg
Methods in mondrian.rolap.agg that return AggregationManager Modifier and Type Method Description static AggregationManager
AggregationManager. instance()
Deprecated.No longer a singleton, and will be removed in mondrian-4.
-