Uses of Class
mondrian.rolap.agg.AggregationKey
-
Packages that use AggregationKey Package Description mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.agg Manages a cache of aggregates containing cell values.mondrian.rolap.cache Provides primitives for policy-based caching.mondrian.spi Contains the server-provider interfaces (SPIs) which user-defined extensions to Mondrian should implement.mondrian.spi.impl Provides implementations of SPIs defined in themondrian.spipackage. -
-
Uses of AggregationKey in mondrian.rolap
Methods in mondrian.rolap with parameters of type AggregationKey Modifier and Type Method Description AggregationRolapStar. lookupOrCreateAggregation(AggregationKey aggregationKey)Looks up an aggregation or creates one if it does not exist in an atomic (synchronized) operation.AggregationRolapStar. lookupSegment(AggregationKey aggregationKey)Looks for an existing aggregation over a given set of columns, in the local segment cache, returningnullif there is none. -
Uses of AggregationKey in mondrian.rolap.agg
Methods in mondrian.rolap.agg with parameters of type AggregationKey Modifier and Type Method Description static voidAggregationManager. 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.booleanSegment. matches(AggregationKey aggregationKey, RolapStar.Measure measure)Constructors in mondrian.rolap.agg with parameters of type AggregationKey Constructor Description Aggregation(AggregationKey aggregationKey)Creates an Aggregation.SegmentConverterImpl(AggregationKey key, CellRequest request) -
Uses of AggregationKey in mondrian.rolap.cache
Methods in mondrian.rolap.cache with parameters of type AggregationKey Modifier and Type Method Description static ListSegmentCacheIndexImpl. makeConverterKey(CellRequest request, AggregationKey key) -
Uses of AggregationKey in mondrian.spi
Methods in mondrian.spi with parameters of type AggregationKey Modifier and Type Method Description booleanDataSourceChangeListener. isAggregationChanged(AggregationKey aggregation)Deprecated.Checks if the given aggregation has changed since the previous time this function was called. -
Uses of AggregationKey in mondrian.spi.impl
Methods in mondrian.spi.impl with parameters of type AggregationKey Modifier and Type Method Description booleanDataSourceChangeListenerImpl. isAggregationChanged(AggregationKey aggregation)booleanDataSourceChangeListenerImpl2. isAggregationChanged(AggregationKey aggregation)booleanDataSourceChangeListenerImpl3. isAggregationChanged(AggregationKey aggregation)booleanDataSourceChangeListenerImpl4. isAggregationChanged(AggregationKey aggregation)
-