Interface JobStatisticsInfo

  • All Known Implementing Classes:
    StatisticsCollector

    public interface JobStatisticsInfo
    Interface that allows to retrieve information about job statistics (but does not allow to modify it!)
    Since:
    8.3.0
    • Method Detail

      • getPersistedObjectsCount

        long getPersistedObjectsCount()
      • getSkippedObjectsCount

        long getSkippedObjectsCount()
      • getProcessedObjectsCounter

        long getProcessedObjectsCounter()
      • getTotalNumberOfObjects

        long getTotalNumberOfObjects()
      • getStartTime

        long getStartTime()