Uses of Interface
mondrian.rolap.RolapAggregationManager.PinSet
Package
Description
Implements the data access layer for the olap package.
Manages a cache of aggregates containing cell values.
-
Uses of RolapAggregationManager.PinSet in mondrian.rolap
Modifier and TypeMethodDescriptionabstract RolapAggregationManager.PinSet
RolapAggregationManager.createPinSet()
Creates aRolapAggregationManager.PinSet
.Modifier and TypeMethodDescriptionabstract 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). -
Uses of RolapAggregationManager.PinSet in mondrian.rolap.agg
Modifier and TypeClassDescriptionstatic class
Implementation ofRolapAggregationManager.PinSet
using aHashSet
.Modifier and TypeMethodDescriptionAggregationManager.getCellFromCache
(CellRequest request, RolapAggregationManager.PinSet pinSet)