Class MemoryRunner

java.lang.Object
io.kestra.core.runners.StandAloneRunner
io.kestra.runner.memory.MemoryRunner
All Implemented Interfaces:
io.kestra.core.runners.RunnerInterface, AutoCloseable

@Singleton public class MemoryRunner extends io.kestra.core.runners.StandAloneRunner
  • Field Summary

    Fields inherited from class io.kestra.core.runners.StandAloneRunner

    executionQueue, schedulerEnabled, workerEnabled, workerTaskQueue, workerTaskResultQueue, workerThread
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class io.kestra.core.runners.StandAloneRunner

    close, isRunning, setPoolExecutor, setSchedulerEnabled, setWorkerEnabled, setWorkerThread

    Methods inherited from class java.lang.Object

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

    • MemoryRunner

      public MemoryRunner()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface io.kestra.core.runners.RunnerInterface
      Overrides:
      run in class io.kestra.core.runners.StandAloneRunner