Package org.testng.internal.thread.graph
Class GraphOrchestrator<T>
- java.lang.Object
-
- org.testng.internal.thread.graph.GraphOrchestrator<T>
-
public class GraphOrchestrator<T> extends java.lang.Object
An orchestrator that works with aIDynamicGraph
graph to execute nodes from the DAG in an concurrent fashion by using aThreadPoolExecutor
-
-
Constructor Summary
Constructors Constructor Description GraphOrchestrator(java.util.concurrent.ExecutorService service, IThreadWorkerFactory<T> factory, IDynamicGraph<T> graph, java.util.Comparator<T> comparator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
GraphOrchestrator
public GraphOrchestrator(java.util.concurrent.ExecutorService service, IThreadWorkerFactory<T> factory, IDynamicGraph<T> graph, java.util.Comparator<T> comparator)
-
-