Package | Description |
---|---|
mondrian.rolap |
Implements the data access layer for the olap package.
|
mondrian.rolap.agg |
Manages a cache of aggregates containing cell values.
|
mondrian.rolap.cache |
Provides primitives for policy-based caching.
|
Modifier and Type | Method and Description |
---|---|
static CellRequest |
RolapAggregationManager.makeRequest(Member[] members)
Creates a request to evaluate the cell identified by
members . |
static CellRequest |
RolapAggregationManager.makeRequest(RolapEvaluator evaluator)
Creates a request to evaluate the cell identified by the context
specified in
evaluator . |
Modifier and Type | Method and Description |
---|---|
Object |
RolapStar.getCellFromAllCaches(CellRequest request) |
abstract Object |
RolapAggregationManager.getCellFromCache(CellRequest request)
Retrieves the value of a cell from the cache.
|
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).
|
void |
FastBatchingCellReader.recordCellRequest(CellRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
DrillThroughCellRequest
Subclass of
CellRequest that allows to specify
which columns and measures to return as part of the ResultSet
which we return to the client. |
Modifier and Type | Method and Description |
---|---|
Object |
AggregationManager.getCellFromAllCaches(CellRequest request) |
Object |
AggregationManager.getCellFromCache(CellRequest request) |
Object |
AggregationManager.getCellFromCache(CellRequest request,
RolapAggregationManager.PinSet pinSet) |
SegmentWithData |
SegmentCacheManager.peek(CellRequest request)
Makes a quick request to the aggregation manager to see whether the
cell value required by a particular cell request is in external cache.
|
Constructor and Description |
---|
AggregationKey(CellRequest request)
Creates an AggregationKey.
|
SegmentConverterImpl(AggregationKey key,
CellRequest request) |
Modifier and Type | Method and Description |
---|---|
static List |
SegmentCacheIndexImpl.makeConverterKey(CellRequest request,
AggregationKey key) |
Copyright © 2018 Hitachi Vantara. All rights reserved.