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 Summary
Modifier and TypeMethodDescriptionlong
long
long
long
long
-
Method Details
-
getPersistedObjectsCount
long getPersistedObjectsCount() -
getSkippedObjectsCount
long getSkippedObjectsCount() -
getProcessedObjectsCounter
long getProcessedObjectsCounter() -
getTotalNumberOfObjects
long getTotalNumberOfObjects() -
getStartTime
long getStartTime()
-