Package 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 aSegmentCacheManager.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).
-
-
Constructor Summary
Constructors Constructor Description FlushResult(List<Callable<Boolean>> tasks)
-