Class JdbcIndexer

java.lang.Object
io.kestra.jdbc.runner.JdbcIndexer
All Implemented Interfaces:
io.kestra.core.runners.IndexerInterface, io.kestra.core.server.Service, AutoCloseable, Runnable

@Singleton @Replaces(io.kestra.core.runners.Indexer.class) @JdbcRunnerEnabled public class JdbcIndexer extends Object implements io.kestra.core.runners.IndexerInterface
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.kestra.core.server.Service

    io.kestra.core.server.Service.ServiceState, io.kestra.core.server.Service.ServiceType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
    io.kestra.core.server.Service.ServiceState
     
    io.kestra.core.server.Service.ServiceType
     
    void
    run()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.kestra.core.server.Service

    getMetrics, skipGracefulTermination, unwrap
  • Constructor Details

    • JdbcIndexer

      public JdbcIndexer()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • getId

      public String getId()
      Specified by:
      getId in interface io.kestra.core.server.Service
    • getType

      public io.kestra.core.server.Service.ServiceType getType()
      Specified by:
      getType in interface io.kestra.core.server.Service
    • getState

      public io.kestra.core.server.Service.ServiceState getState()
      Specified by:
      getState in interface io.kestra.core.server.Service
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface io.kestra.core.server.Service