mondrian.rolap.agg
Class SegmentCacheManager.FlushResult
java.lang.Object
mondrian.rolap.agg.SegmentCacheManager.FlushResult
- Enclosing class:
- SegmentCacheManager
public static class SegmentCacheManager.FlushResult
- extends Object
Result of a SegmentCacheManager.FlushCommand. Contains a list of tasks that must
be executed by the caller (or by an executor) to flush segments from the
external cache(s).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tasks
public final List<Callable<Boolean>> tasks
SegmentCacheManager.FlushResult
public SegmentCacheManager.FlushResult(List<Callable<Boolean>> tasks)