Class SegmentCacheManager.Command<T>

java.lang.Object
mondrian.rolap.agg.SegmentCacheManager.Command<T>
Direct Known Subclasses:
SegmentCacheManager.FlushCommand
Enclosing class:
SegmentCacheManager

public abstract static class SegmentCacheManager.Command<T> extends Object
  • Constructor Details

    • Command

      public Command()
  • Method Details

    • getLocus

      public abstract Locus getLocus()
    • call

      public abstract T call() throws Exception
      Throws:
      Exception
    • setContextMap

      public void setContextMap()