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 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
.Methods in mondrian.rolap with parameters of type CellRequest Modifier and Type Method Description Object
RolapStar. 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)
Object
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).void
FastBatchingCellReader. recordCellRequest(CellRequest request)
-
Uses of CellRequest in mondrian.rolap.agg
Subclasses of CellRequest in mondrian.rolap.agg Modifier and Type Class Description class
DrillThroughCellRequest
Subclass ofCellRequest
that 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 Object
AggregationManager. getCellFromAllCaches(CellRequest request)
Object
AggregationManager. getCellFromCache(CellRequest request)
Object
AggregationManager. getCellFromCache(CellRequest request, RolapAggregationManager.PinSet pinSet)
SegmentWithData
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.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 List
SegmentCacheIndexImpl. makeConverterKey(CellRequest request, AggregationKey key)
-