Package io.kestra.jdbc.runner
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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.kestra.core.server.Service
getMetrics, skipGracefulTermination, unwrap
-
Constructor Details
-
JdbcIndexer
public JdbcIndexer()
-
-
Method Details
-
run
public void run() -
getId
- Specified by:
getIdin interfaceio.kestra.core.server.Service
-
getType
public io.kestra.core.server.Service.ServiceType getType()- Specified by:
getTypein interfaceio.kestra.core.server.Service
-
getState
public io.kestra.core.server.Service.ServiceState getState()- Specified by:
getStatein interfaceio.kestra.core.server.Service
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceio.kestra.core.server.Service
-