Package io.trino.tempto.threads
Class ParallelExecution.ParallelExecutionBuilder
java.lang.Object
io.trino.tempto.threads.ParallelExecution.ParallelExecutionBuilder
- Enclosing class:
- ParallelExecution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRunnable(int nTimes, IndexedRunnable indexedRunnable) addRunnable(IndexedRunnable indexedRunnable) addRunnable(Runnable runnable) build()
-
Constructor Details
-
ParallelExecutionBuilder
public ParallelExecutionBuilder()
-
-
Method Details
-
addRunnable
-
addRunnable
public ParallelExecution.ParallelExecutionBuilder addRunnable(int nTimes, IndexedRunnable indexedRunnable) -
addRunnable
-
build
-