Uses of Class
mondrian.rolap.agg.CellRequest
Package
Description
Implements the data access layer for the olap package.
Manages a cache of aggregates containing cell values.
Provides primitives for policy-based caching.
-
Uses of CellRequest in mondrian.rolap
Modifier and TypeMethodDescriptionstatic CellRequest
RolapAggregationManager.makeRequest
(Member[] members) Creates a request to evaluate the cell identified bymembers
.static CellRequest
RolapAggregationManager.makeRequest
(RolapEvaluator evaluator) Creates a request to evaluate the cell identified by the context specified inevaluator
.Modifier and TypeMethodDescriptionRolapStar.getCellFromAllCaches
(CellRequest request) abstract Object
RolapAggregationManager.getCellFromCache
(CellRequest request) Retrieves the value of a cell from the cache.abstract Object
RolapAggregationManager.getCellFromCache
(CellRequest request, RolapAggregationManager.PinSet pinSet) RolapStar.getCellFromCache
(CellRequest request, RolapAggregationManager.PinSet pinSet) Retrieves the value of the cell identified by a cell request, if it can be found in the local cache of the current statement (thread).final void
FastBatchingCellReader.recordCellRequest
(CellRequest request) -
Uses of CellRequest in mondrian.rolap.agg
Modifier and TypeClassDescriptionclass
Subclass ofCellRequest
that allows to specify which columns and measures to return as part of the ResultSet which we return to the client.Modifier and TypeMethodDescriptionAggregationManager.getCellFromAllCaches
(CellRequest request) AggregationManager.getCellFromCache
(CellRequest request) AggregationManager.getCellFromCache
(CellRequest request, RolapAggregationManager.PinSet pinSet) SegmentCacheManager.peek
(CellRequest request) Makes a quick request to the aggregation manager to see whether the cell value required by a particular cell request is in external cache.ModifierConstructorDescriptionAggregationKey
(CellRequest request) Creates an AggregationKey.SegmentConverterImpl
(AggregationKey key, CellRequest request) -
Uses of CellRequest in mondrian.rolap.cache
Modifier and TypeMethodDescriptionstatic List
SegmentCacheIndexImpl.makeConverterKey
(CellRequest request, AggregationKey key)