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
Constructors Constructor Description FlushCommand(Locus locus, SegmentCacheManager mgr, CacheControl.CellRegion region, CacheControlImpl cacheControlImpl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SegmentCacheManager.FlushResult
call()
Locus
getLocus()
-
Methods inherited from class mondrian.rolap.agg.SegmentCacheManager.Command
setContextMap
-
-
-
-
Constructor Detail
-
FlushCommand
public FlushCommand(Locus locus, SegmentCacheManager mgr, CacheControl.CellRegion region, CacheControlImpl cacheControlImpl)
-
-
Method Detail
-
getLocus
public Locus getLocus()
- Specified by:
getLocus
in classSegmentCacheManager.Command<SegmentCacheManager.FlushResult>
-
call
public SegmentCacheManager.FlushResult call()
- Specified by:
call
in classSegmentCacheManager.Command<SegmentCacheManager.FlushResult>
-
-