Uses of Class
mondrian.rolap.GroupingSetsCollector
-
Packages that use GroupingSetsCollector Package Description mondrian.rolap.agg Manages a cache of aggregates containing cell values. -
-
Uses of GroupingSetsCollector in mondrian.rolap.agg
Methods in mondrian.rolap.agg with parameters of type GroupingSetsCollector Modifier and Type Method Description void
Aggregation. load(SegmentCacheManager cacheMgr, int cellRequestCount, RolapStar.Column[] columns, List<RolapStar.Measure> measures, StarColumnPredicate[] predicates, GroupingSetsCollector groupingSetsCollector, List<Future<Map<Segment,SegmentWithData>>> segmentFutures)
Loads a set of segments into this aggregation, one per measure, each constrained by the same set of column values, and each pinned once.static void
AggregationManager. loadAggregation(SegmentCacheManager cacheMgr, int cellRequestCount, List<RolapStar.Measure> measures, RolapStar.Column[] columns, AggregationKey aggregationKey, StarColumnPredicate[] predicates, GroupingSetsCollector groupingSetsCollector, List<Future<Map<Segment,SegmentWithData>>> segmentFutures)
Called by FastBatchingCellReader.load where the RolapStar creates an Aggregation if needed.
-