Uses of Interface
mondrian.spi.SegmentCache.SegmentCacheListener
-
Packages that use SegmentCache.SegmentCacheListener Package Description 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.SegmentCacheListener in mondrian.rolap.cache
Methods in mondrian.rolap.cache with parameters of type SegmentCache.SegmentCacheListener Modifier and Type Method Description void
MemorySegmentCache. addListener(SegmentCache.SegmentCacheListener listener)
void
MemorySegmentCache. removeListener(SegmentCache.SegmentCacheListener listener)
-
Uses of SegmentCache.SegmentCacheListener in mondrian.spi
Methods in mondrian.spi with parameters of type SegmentCache.SegmentCacheListener Modifier and Type Method Description void
SegmentCache. addListener(SegmentCache.SegmentCacheListener listener)
Adds a listener to this segment cache implementation.void
SegmentCache. removeListener(SegmentCache.SegmentCacheListener listener)
Unregisters a listener from this segment cache implementation.
-