Package org.testng.internal.thread.graph
Class GraphOrchestrator<T>
java.lang.Object
org.testng.internal.thread.graph.GraphOrchestrator<T>
An orchestrator that works with a
IDynamicGraph
graph to execute nodes from the DAG in an
concurrent fashion by using a ThreadPoolExecutor
-
Constructor Summary
ConstructorsConstructorDescriptionGraphOrchestrator
(ExecutorService service, IThreadWorkerFactory<T> factory, IDynamicGraph<T> graph, Comparator<T> comparator) -
Method Summary
-
Constructor Details
-
GraphOrchestrator
public GraphOrchestrator(ExecutorService service, IThreadWorkerFactory<T> factory, IDynamicGraph<T> graph, Comparator<T> comparator)
-
-
Method Details
-
run
public void run()
-