Class ParallelExecutor


  • public class ParallelExecutor
    extends java.lang.Object
    This class encapsulates a general execution in parallel of the pgor command when a standard parallel query handler is not used.
    • Constructor Summary

      Constructors 
      Constructor Description
      ParallelExecutor​(int workers, scala.Function0<scala.Unit>[] commands)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void parallelExecute()  
      • Methods inherited from class java.lang.Object

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

      • ParallelExecutor

        public ParallelExecutor​(int workers,
                                scala.Function0<scala.Unit>[] commands)
    • Method Detail

      • parallelExecute

        public void parallelExecute()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable