Class SegmentCacheManager.FlushResult

  • Enclosing class:
    SegmentCacheManager

    public static class SegmentCacheManager.FlushResult
    extends java.lang.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).
    • 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)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tasks

        public final java.util.List<java.util.concurrent.Callable<java.lang.Boolean>> tasks
    • Constructor Detail

      • FlushResult

        public FlushResult​(java.util.List<java.util.concurrent.Callable<java.lang.Boolean>> tasks)