All Known Subinterfaces:
Processor<T,I>, Sink<I,O>, Source<R>
All Known Implementing Classes:
ElasticSearchEntitiesProcessor, ElasticSearchEntityTimeSeriesProcessor, ElasticSearchIndexSink, OpenSearchEntitiesProcessor, OpenSearchEntityTimeSeriesProcessor, OpenSearchIndexSink, PaginatedEntitiesSource, PaginatedEntityTimeSeriesSource

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()