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.PinSetRolapAggregationManager. createPinSet()Creates aRolapAggregationManager.PinSet.Methods in mondrian.rolap with parameters of type RolapAggregationManager.PinSet Modifier and Type Method Description 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). - 
Uses of RolapAggregationManager.PinSet in mondrian.rolap.agg
Classes in mondrian.rolap.agg that implement RolapAggregationManager.PinSet Modifier and Type Class Description static classAggregationManager.PinSetImplImplementation ofRolapAggregationManager.PinSetusing aHashSet.Methods in mondrian.rolap.agg that return RolapAggregationManager.PinSet Modifier and Type Method Description RolapAggregationManager.PinSetAggregationManager. createPinSet()Methods in mondrian.rolap.agg with parameters of type RolapAggregationManager.PinSet Modifier and Type Method Description ObjectAggregationManager. getCellFromCache(CellRequest request, RolapAggregationManager.PinSet pinSet) 
 -