Package mondrian.rolap.agg
Class SegmentCacheManager.FlushResult
- java.lang.Object
-
- mondrian.rolap.agg.SegmentCacheManager.FlushResult
-
- Enclosing class:
- SegmentCacheManager
public static class SegmentCacheManager.FlushResult extends java.lang.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).
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<java.util.concurrent.Callable<java.lang.Boolean>>
tasks
-
Constructor Summary
Constructors Constructor Description FlushResult(java.util.List<java.util.concurrent.Callable<java.lang.Boolean>> tasks)
-