Uses of Interface
mondrian.spi.SegmentCache
Packages that use SegmentCache
Package
Description
Manages a cache of aggregates containing cell values.
Provides primitives for policy-based caching.
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 SegmentCacheMethods in mondrian.rolap.agg that return types with arguments of type SegmentCacheModifier and TypeMethodDescriptionstatic List<SegmentCache>
SegmentCacheWorker.initCache()
Instantiates a cache.Constructors in mondrian.rolap.agg with parameters of type SegmentCacheModifierConstructorDescriptionSegmentCacheWorker
(SegmentCache cache, Thread cacheMgrThread) Creates a worker. -
Uses of SegmentCache in mondrian.rolap.cache
Classes in mondrian.rolap.cache that implement SegmentCacheModifier and TypeClassDescriptionclass
Implementation ofSegmentCache
that stores segments in memory. -
Uses of SegmentCache in mondrian.spi
Methods in mondrian.spi that return types with arguments of type SegmentCacheModifier and TypeMethodDescriptionstatic List<SegmentCache>
SegmentCache.SegmentCacheInjector.getCaches()
Methods in mondrian.spi with parameters of type SegmentCacheModifier and TypeMethodDescriptionstatic void
SegmentCache.SegmentCacheInjector.addCache
(SegmentCache cache) Adds aSegmentCache
instance for Mondrian's use.