Uses of Interface
mondrian.rolap.cache.SegmentCacheIndex
-
Packages that use SegmentCacheIndex Package Description mondrian.rolap.agg Manages a cache of aggregates containing cell values.mondrian.rolap.cache Provides primitives for policy-based caching. -
-
Uses of SegmentCacheIndex in mondrian.rolap.agg
Methods in mondrian.rolap.agg that return SegmentCacheIndex Modifier and Type Method Description SegmentCacheIndex
SegmentCacheManager.SegmentCacheIndexRegistry. getIndex(RolapStar star)
Returns theSegmentCacheIndex
for a givenRolapStar
. -
Uses of SegmentCacheIndex in mondrian.rolap.cache
Classes in mondrian.rolap.cache that implement SegmentCacheIndex Modifier and Type Class Description class
SegmentCacheIndexImpl
Data structure that identifies which segments contain cells.
-