public interface JIPipeParallelizedAlgorithm
Modifier and Type | Method and Description |
---|---|
int |
getParallelizationBatchSize()
Returns how many threads the actual algorithm requires.
|
boolean |
isParallelizationEnabled() |
void |
setParallelizationEnabled(boolean parallelizationEnabled)
User-defined parameter to control if parallelization is enabled
|
boolean |
supportsParallelization()
Indicates to the algorithm base implementation if parallelization is supported.
|
boolean isParallelizationEnabled()
void setParallelizationEnabled(boolean parallelizationEnabled)
parallelizationEnabled
- if parallelization is enabledboolean supportsParallelization()
int getParallelizationBatchSize()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.