public interface ConcurrentExecutor
| Modifier and Type | Method and Description |
|---|---|
JobMonitor |
submit(Runnable job,
int noInstances)
Starts the given job concurrently on the given number of threads.
|
JobMonitor submit(Runnable job, int noInstances)
job - the job to run concurrentlynoInstances - the number of threads that should be used for running the jobJobMonitor using which one can detect if all running
copies of the job have terminatedCopyright © 2011–2024 Live Ontologies Project. All rights reserved.