Package elki.parallel

Class 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
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SingleThreadedExecutor

        private SingleThreadedExecutor()
        Private constructor. Static methods only.
    • Method Detail

      • run

        public static void run​(DBIDs ids,
                               Processor... procs)
        Run a task on a single thread.
        Parameters:
        ids - IDs to process
        procs - Processors to run