All Known Subinterfaces:
Processor<T,I>, Sink<I,O>, Source<R>
All Known Implementing Classes:
ElasticSearchDataInsightProcessor, ElasticSearchEntitiesProcessor, ElasticSearchIndexSink, OpenSearchDataInsightProcessor, OpenSearchEntitiesProcessor, OpenSearchIndexSink, PaginatedDataInsightSource, PaginatedEntitiesSource

public interface Stats
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    updateStats(int currentSuccess, int currentFailed)
     
  • Method Details

    • updateStats

      void updateStats(int currentSuccess, int currentFailed)
    • getStats

      StepStats getStats()