Class TaskController


  • public class TaskController
    extends java.lang.Object
    Task Controlling, will start the actual benchmark tasks and its TaskManager
    Author:
    f.conrads
    • Constructor Summary

      Constructors 
      Constructor Description
      TaskController()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void startTask​(java.lang.String[] ids, java.lang.String dataset, Connection con, Task task)  
      • Methods inherited from class java.lang.Object

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

      • TaskController

        public TaskController()
    • Method Detail

      • startTask

        public void startTask​(java.lang.String[] ids,
                              java.lang.String dataset,
                              Connection con,
                              Task task)