Interface IProcessingUnitUpdateProgress
-
- All Superinterfaces:
IProcessingUnitProgress
- All Known Implementing Classes:
ProcessingUnitProgress
public interface IProcessingUnitUpdateProgress extends IProcessingUnitProgress
Defines the processing unit update progress.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longsetNumberOfUnitsToProcess(long numberOfUnitsToProcess)Sets the number of units to process in total-
Methods inherited from interface com.github.toolarium.processing.unit.IProcessingUnitProgress
getNumberOfFailedUnits, getNumberOfProcessedUnits, getNumberOfSuccessfulUnits, getNumberOfUnitsToProcess, getNumberOfUnprocessedUnits, getProcessingRuntimeStatus, getProcessingUnitStatistic, getProgress
-
-