Interface Stats
-
- All Known Implementing Classes:
ElasticSearchDataInsightProcessor,ElasticSearchEntitiesProcessor,ElasticSearchIndexSink,OpenSearchDataInsightProcessor,OpenSearchEntitiesProcessor,OpenSearchIndexSink,PaginatedDataInsightSource,PaginatedEntitiesSource
public interface Stats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepStatsgetStats()voidupdateStats(int currentSuccess, int currentFailed)
-
-
-
Method Detail
-
updateStats
void updateStats(int currentSuccess, int currentFailed)
-
getStats
StepStats getStats()
-
-