Uses of Interface
mondrian.spi.SegmentCache.SegmentCacheListener.SegmentCacheEvent
-
Packages that use SegmentCache.SegmentCacheListener.SegmentCacheEvent 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.SegmentCacheEvent in mondrian.rolap.cache
Methods in mondrian.rolap.cache with parameters of type SegmentCache.SegmentCacheListener.SegmentCacheEvent Modifier and Type Method Description void
MemorySegmentCache. fireSegmentCacheEvent(SegmentCache.SegmentCacheListener.SegmentCacheEvent evt)
-
Uses of SegmentCache.SegmentCacheListener.SegmentCacheEvent in mondrian.spi
Methods in mondrian.spi with parameters of type SegmentCache.SegmentCacheListener.SegmentCacheEvent Modifier and Type Method Description void
SegmentCache.SegmentCacheListener. handle(SegmentCache.SegmentCacheListener.SegmentCacheEvent e)
Handle an event
-