Package mondrian.rolap.agg
Class SegmentCacheManager.SegmentCacheIndexRegistry
- java.lang.Object
-
- mondrian.rolap.agg.SegmentCacheManager.SegmentCacheIndexRegistry
-
- Enclosing class:
- SegmentCacheManager
public class SegmentCacheManager.SegmentCacheIndexRegistry extends Object
Registry of all the indexes that were created for this cache manager, perRolapStar
.The index is based off the checksum of the schema.
-
-
Constructor Summary
Constructors Constructor Description SegmentCacheIndexRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancelExecutionSegments(Execution exec)
SegmentCacheIndex
getIndex(RolapStar star)
Returns theSegmentCacheIndex
for a givenRolapStar
.
-
-
-
Method Detail
-
getIndex
public SegmentCacheIndex getIndex(RolapStar star)
Returns theSegmentCacheIndex
for a givenRolapStar
.
-
cancelExecutionSegments
public void cancelExecutionSegments(Execution exec)
-
-