Class GraphOrchestrator<T>


  • public class GraphOrchestrator<T>
    extends java.lang.Object
    An orchestrator that works with a IDynamicGraph graph to execute nodes from the DAG in an concurrent fashion by using a ThreadPoolExecutor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • GraphOrchestrator

        public GraphOrchestrator​(java.util.concurrent.ExecutorService service,
                                 IThreadWorkerFactory<T> factory,
                                 IDynamicGraph<T> graph,
                                 java.util.Comparator<T> comparator)
    • Method Detail

      • run

        public void run()