Uses of Interface
mondrian.rolap.RolapAggregationManager.PinSet
-
Packages that use RolapAggregationManager.PinSet Package Description mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.agg Manages a cache of aggregates containing cell values. -
-
Uses of RolapAggregationManager.PinSet in mondrian.rolap
Methods in mondrian.rolap that return RolapAggregationManager.PinSet Modifier and Type Method Description abstract RolapAggregationManager.PinSet
RolapAggregationManager. createPinSet()
Creates aRolapAggregationManager.PinSet
.Methods in mondrian.rolap with parameters of type RolapAggregationManager.PinSet Modifier and Type Method Description 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). -
Uses of RolapAggregationManager.PinSet in mondrian.rolap.agg
Classes in mondrian.rolap.agg that implement RolapAggregationManager.PinSet Modifier and Type Class Description static class
AggregationManager.PinSetImpl
Implementation ofRolapAggregationManager.PinSet
using aHashSet
.Methods in mondrian.rolap.agg that return RolapAggregationManager.PinSet Modifier and Type Method Description RolapAggregationManager.PinSet
AggregationManager. createPinSet()
Methods in mondrian.rolap.agg with parameters of type RolapAggregationManager.PinSet Modifier and Type Method Description Object
AggregationManager. getCellFromCache(CellRequest request, RolapAggregationManager.PinSet pinSet)
-