Interface Stats
- All Known Implementing Classes:
ElasticSearchEntitiesProcessor,ElasticSearchEntityTimeSeriesProcessor,ElasticSearchIndexSink,OpenSearchEntitiesProcessor,OpenSearchEntityTimeSeriesProcessor,OpenSearchIndexSink,PaginatedEntitiesSource,PaginatedEntityTimeSeriesSource
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()
-