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.
|
Modifier and Type | Field and Description |
---|---|
SegmentCache |
SegmentCacheManager.compositeCache |
Modifier and Type | Method and Description |
---|---|
static List<SegmentCache> |
SegmentCacheWorker.initCache()
Instantiates a cache.
|
Constructor and Description |
---|
SegmentCacheWorker(SegmentCache cache,
Thread cacheMgrThread)
Creates a worker.
|
Modifier and Type | Class and Description |
---|---|
class |
MemorySegmentCache
Implementation of
SegmentCache that stores segments
in memory. |
Modifier and Type | Method and Description |
---|---|
static List<SegmentCache> |
SegmentCache.SegmentCacheInjector.getCaches() |
Modifier and Type | Method and Description |
---|---|
static void |
SegmentCache.SegmentCacheInjector.addCache(SegmentCache cache)
Adds a
SegmentCache instance for Mondrian's use. |
Copyright © 2018 Hitachi Vantara. All rights reserved.