Package | Description |
---|---|
mondrian.rolap |
Implements the data access layer for the olap package.
|
mondrian.rolap.agg |
Manages a cache of aggregates containing cell values.
|
Modifier and Type | Method and Description |
---|---|
abstract RolapAggregationManager.PinSet |
RolapAggregationManager.createPinSet()
Creates a
RolapAggregationManager.PinSet . |
Modifier and Type | Method and Description |
---|---|
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).
|
abstract Object |
RolapAggregationManager.getCellFromCache(CellRequest request,
RolapAggregationManager.PinSet pinSet) |
Modifier and Type | Class and Description |
---|---|
static class |
AggregationManager.PinSetImpl
Implementation of
RolapAggregationManager.PinSet
using a HashSet . |
Modifier and Type | Method and Description |
---|---|
RolapAggregationManager.PinSet |
AggregationManager.createPinSet() |
Modifier and Type | Method and Description |
---|---|
Object |
AggregationManager.getCellFromCache(CellRequest request,
RolapAggregationManager.PinSet pinSet) |
Copyright © 2020 Hitachi Vantara. All rights reserved.