Uses of Interface
mondrian.rolap.RolapAggregationManager.PinSet
Packages that use 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
Methods in mondrian.rolap that return RolapAggregationManager.PinSetModifier and TypeMethodDescriptionabstract RolapAggregationManager.PinSet
RolapAggregationManager.createPinSet()
Creates aRolapAggregationManager.PinSet
.Methods in mondrian.rolap with parameters of type RolapAggregationManager.PinSetModifier 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
Classes in mondrian.rolap.agg that implement RolapAggregationManager.PinSetModifier and TypeClassDescriptionstatic class
Implementation ofRolapAggregationManager.PinSet
using aHashSet
.Methods in mondrian.rolap.agg that return RolapAggregationManager.PinSetMethods in mondrian.rolap.agg with parameters of type RolapAggregationManager.PinSetModifier and TypeMethodDescriptionAggregationManager.getCellFromCache
(CellRequest request, RolapAggregationManager.PinSet pinSet)