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 SummaryModifier and TypeMethodDescriptionlonglonglonglonglong
- 
Method Details- 
getPersistedObjectsCountlong getPersistedObjectsCount()
- 
getSkippedObjectsCountlong getSkippedObjectsCount()
- 
getProcessedObjectsCounterlong getProcessedObjectsCounter()
- 
getTotalNumberOfObjectslong getTotalNumberOfObjects()
- 
getStartTimelong getStartTime()
 
-