Package mondrian.rolap.agg
Class SegmentCacheManager.FlushCommand
java.lang.Object
mondrian.rolap.agg.SegmentCacheManager.Command<SegmentCacheManager.FlushResult>
mondrian.rolap.agg.SegmentCacheManager.FlushCommand
- Enclosing class:
- SegmentCacheManager
public static final class SegmentCacheManager.FlushCommand
extends SegmentCacheManager.Command<SegmentCacheManager.FlushResult>
Command to flush a particular region from cache.
-
Constructor Summary
ConstructorDescriptionFlushCommand
(Locus locus, SegmentCacheManager mgr, CacheControl.CellRegion region, CacheControlImpl cacheControlImpl) -
Method Summary
Methods inherited from class mondrian.rolap.agg.SegmentCacheManager.Command
setContextMap
-
Constructor Details
-
FlushCommand
public FlushCommand(Locus locus, SegmentCacheManager mgr, CacheControl.CellRegion region, CacheControlImpl cacheControlImpl)
-
-
Method Details
-
getLocus
- Specified by:
getLocus
in classSegmentCacheManager.Command<SegmentCacheManager.FlushResult>
-
call
- Specified by:
call
in classSegmentCacheManager.Command<SegmentCacheManager.FlushResult>
-