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 SegmentCacheIndexSegmentCacheManager.SegmentCacheIndexRegistry. getIndex(RolapStar star)Returns theSegmentCacheIndexfor a givenRolapStar. -
Uses of SegmentCacheIndex in mondrian.rolap.cache
Classes in mondrian.rolap.cache that implement SegmentCacheIndex Modifier and Type Class Description classSegmentCacheIndexImplData structure that identifies which segments contain cells.
-