Uses of Interface
mondrian.spi.SegmentCache
-
Packages that use SegmentCache Package Description mondrian.rolap.agg Manages a cache of aggregates containing cell values.mondrian.rolap.cache Provides primitives for policy-based caching.mondrian.spi Contains the server-provider interfaces (SPIs) which user-defined extensions to Mondrian should implement. -
-
Uses of SegmentCache in mondrian.rolap.agg
Fields in mondrian.rolap.agg declared as SegmentCache Modifier and Type Field Description SegmentCache
SegmentCacheManager. compositeCache
Methods in mondrian.rolap.agg that return types with arguments of type SegmentCache Modifier and Type Method Description static List<SegmentCache>
SegmentCacheWorker. initCache()
Instantiates a cache.Constructors in mondrian.rolap.agg with parameters of type SegmentCache Constructor Description SegmentCacheWorker(SegmentCache cache, Thread cacheMgrThread)
Creates a worker. -
Uses of SegmentCache in mondrian.rolap.cache
Classes in mondrian.rolap.cache that implement SegmentCache Modifier and Type Class Description class
MemorySegmentCache
Implementation ofSegmentCache
that stores segments in memory. -
Uses of SegmentCache in mondrian.spi
Methods in mondrian.spi that return types with arguments of type SegmentCache Modifier and Type Method Description static List<SegmentCache>
SegmentCache.SegmentCacheInjector. getCaches()
Methods in mondrian.spi with parameters of type SegmentCache Modifier and Type Method Description static void
SegmentCache.SegmentCacheInjector. addCache(SegmentCache cache)
Adds aSegmentCache
instance for Mondrian's use.
-