Klasse KubeDispatcher

java.lang.Object
java.lang.Thread
de.dlr.proseo.planner.dispatcher.KubeDispatcher
Alle implementierten Schnittstellen:
Runnable

public class KubeDispatcher extends Thread
Dispatcher to look for runnable job steps
Autor:
Ernst Melchinger
  • Konstruktordetails

    • KubeDispatcher

      public KubeDispatcher(ProductionPlanner planner, KubeConfig kubeConfiguration, Boolean onlyRun)
      Create new KubeDispatcher for planner
      Parameter:
      planner - The planner
      kubeConfiguration - The facility's kube configuration
      onlyRun - set to true to evaluate only runnable job steps or to false to check all job steps
  • Methodendetails

    • run

      public void run()
      Checks for job steps, which are ready to run; depending on its creation parameter "runOnce" this is a one-time process or it is running cyclically until it is terminated externally
      Angegeben von:
      run in Schnittstelle Runnable
      Setzt außer Kraft:
      run in Klasse Thread
      Siehe auch: