public class JIPipeGraphNodeRunContext extends Object
Constructor and Description |
---|
JIPipeGraphNodeRunContext() |
Modifier and Type | Method and Description |
---|---|
JIPipeGraphRun |
getGraphRun()
Gets the
JIPipeGraphRun that is currently executing |
JIPipeFixedThreadPool |
getThreadPool()
Gets the thread pool for parallelization
|
void |
setGraphRun(JIPipeGraphRun graphRun)
Sets the
JIPipeGraphRun that is currently executing |
void |
setThreadPool(JIPipeFixedThreadPool threadPool)
Sets the thread tool for parallelization
|
public JIPipeFixedThreadPool getThreadPool()
public void setThreadPool(JIPipeFixedThreadPool threadPool)
threadPool
- the pool or null if parallelization should be disabledpublic JIPipeGraphRun getGraphRun()
JIPipeGraphRun
that is currently executingpublic void setGraphRun(JIPipeGraphRun graphRun)
JIPipeGraphRun
that is currently executinggraphRun
- the graph runCopyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.