Package elki.parallel
Class ParallelExecutor
- java.lang.Object
-
- elki.parallel.ParallelExecutor
-
public final class ParallelExecutor extends java.lang.ObjectClass to run processors in parallel, on all available cores. TODO: add progress- Since:
- 0.7.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classParallelExecutor.BlockArrayRunnerRun for an array part, without step size.
-
Constructor Summary
Constructors Modifier Constructor Description privateParallelExecutor()Private constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrun(DBIDs ids, Processor... procs)Run a task on all available CPUs.
-