Class SearchIndexWorkflow
- java.lang.Object
-
- org.openmetadata.service.workflows.searchIndex.SearchIndexWorkflow
-
-
Constructor Summary
Constructors Constructor Description SearchIndexWorkflow(CollectionDAO dao, SearchClient client, EventPublisherJob request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()voidstopJob()voidupdateRecordToDb()voidupdateStats(int currentSuccess, int currentFailed, StepStats reader, StepStats processor, StepStats writer)
-
-
-
Constructor Detail
-
SearchIndexWorkflow
public SearchIndexWorkflow(CollectionDAO dao, SearchClient client, EventPublisherJob request)
-
-
Method Detail
-
updateStats
public void updateStats(int currentSuccess, int currentFailed, StepStats reader, StepStats processor, StepStats writer)
-
updateRecordToDb
public void updateRecordToDb() throws IOException- Throws:
IOException
-
stopJob
public void stopJob()
-
-