Package elki.parallel
Class SingleThreadedExecutor
- java.lang.Object
-
- elki.parallel.SingleThreadedExecutor
-
public final class SingleThreadedExecutor extends java.lang.Object
Class to process the whole data set in a single thread. Currently not used.- Since:
- 0.7.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
SingleThreadedExecutor.SingleThreadedRunner
Run for an array part, without step size.
-
Constructor Summary
Constructors Modifier Constructor Description private
SingleThreadedExecutor()
Private constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
run(DBIDs ids, Processor... procs)
Run a task on a single thread.
-