Package org.nuxeo.runtime.migration
Class MigrationServiceImpl.ProgressReporter
- java.lang.Object
-
- org.nuxeo.runtime.migration.MigrationServiceImpl.ProgressReporter
-
- Enclosing class:
- MigrationServiceImpl
protected static class MigrationServiceImpl.ProgressReporter extends Object
Progress reporter that reports progress in the key/value store.- Since:
- 9.3
-
-
Constructor Summary
Constructors Constructor Description ProgressReporter(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reportError(String message, Integer code)
void
reportProgress(String message, long num, long total, boolean ping)
Reports progress.
-