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 voidMemorySegmentCache. addListener(SegmentCache.SegmentCacheListener listener)voidMemorySegmentCache. 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 voidSegmentCache. addListener(SegmentCache.SegmentCacheListener listener)Adds a listener to this segment cache implementation.voidSegmentCache. removeListener(SegmentCache.SegmentCacheListener listener)Unregisters a listener from this segment cache implementation.
-