Uses of Class
mondrian.rolap.agg.CellRequest
-
Packages that use CellRequest 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. -
-
Uses of CellRequest in mondrian.rolap
Methods in mondrian.rolap that return CellRequest Modifier and Type Method Description static CellRequestRolapAggregationManager. makeRequest(Member[] members)Creates a request to evaluate the cell identified bymembers.static CellRequestRolapAggregationManager. makeRequest(RolapEvaluator evaluator)Creates a request to evaluate the cell identified by the context specified inevaluator.Methods in mondrian.rolap with parameters of type CellRequest Modifier and Type Method Description ObjectRolapStar. getCellFromAllCaches(CellRequest request)abstract ObjectRolapAggregationManager. getCellFromCache(CellRequest request)Retrieves the value of a cell from the cache.abstract ObjectRolapAggregationManager. getCellFromCache(CellRequest request, RolapAggregationManager.PinSet pinSet)ObjectRolapStar. 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).voidFastBatchingCellReader. recordCellRequest(CellRequest request) -
Uses of CellRequest in mondrian.rolap.agg
Subclasses of CellRequest in mondrian.rolap.agg Modifier and Type Class Description classDrillThroughCellRequestSubclass ofCellRequestthat allows to specify which columns and measures to return as part of the ResultSet which we return to the client.Methods in mondrian.rolap.agg with parameters of type CellRequest Modifier and Type Method Description ObjectAggregationManager. getCellFromAllCaches(CellRequest request)ObjectAggregationManager. getCellFromCache(CellRequest request)ObjectAggregationManager. getCellFromCache(CellRequest request, RolapAggregationManager.PinSet pinSet)SegmentWithDataSegmentCacheManager. 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.Constructors in mondrian.rolap.agg with parameters of type CellRequest Constructor Description AggregationKey(CellRequest request)Creates an AggregationKey.SegmentConverterImpl(AggregationKey key, CellRequest request) -
Uses of CellRequest in mondrian.rolap.cache
Methods in mondrian.rolap.cache with parameters of type CellRequest Modifier and Type Method Description static ListSegmentCacheIndexImpl. makeConverterKey(CellRequest request, AggregationKey key)
-