Interface Stats
- All Known Implementing Classes:
ElasticSearchDataInsightProcessor,ElasticSearchEntitiesProcessor,ElasticSearchIndexSink,OpenSearchDataInsightProcessor,OpenSearchEntitiesProcessor,OpenSearchIndexSink,PaginatedDataInsightSource,PaginatedEntitiesSource
public interface Stats
-
Method Summary
Modifier and TypeMethodDescriptiongetStats()voidupdateStats(int currentSuccess, int currentFailed)
-
Method Details
-
updateStats
void updateStats(int currentSuccess, int currentFailed) -
getStats
StepStats getStats()
-