Interface JobStatisticsInfo
-
- All Known Implementing Classes:
StatisticsCollector
public interface JobStatisticsInfoInterface that allows to retrieve information about job statistics (but does not allow to modify it!)- Since:
- 8.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetPersistedObjectsCount()longgetProcessedObjectsCounter()longgetSkippedObjectsCount()longgetStartTime()longgetTotalNumberOfObjects()
-