mondrian.rolap.agg
Class SegmentCacheManager.FlushCommand
java.lang.Object
mondrian.rolap.agg.SegmentCacheManager.FlushCommand
- All Implemented Interfaces:
- Callable<SegmentCacheManager.FlushResult>, SegmentCacheManager.Command<SegmentCacheManager.FlushResult>, SegmentCacheManager.Message
- Enclosing class:
- SegmentCacheManager
public static final class SegmentCacheManager.FlushCommand
- extends Object
- implements SegmentCacheManager.Command<SegmentCacheManager.FlushResult>
Command to flush a particular region from cache.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SegmentCacheManager.FlushCommand
public SegmentCacheManager.FlushCommand(Locus locus,
SegmentCacheManager mgr,
CacheControl.CellRegion region,
CacheControlImpl cacheControlImpl)
getLocus
public Locus getLocus()
- Specified by:
getLocus in interface SegmentCacheManager.Command<SegmentCacheManager.FlushResult>
call
public SegmentCacheManager.FlushResult call()
throws Exception
- Specified by:
call in interface Callable<SegmentCacheManager.FlushResult>
- Throws:
Exception