public static interface ProgressRowSplittable.Target
| Modifier and Type | Method and Description |
|---|---|
void |
done(long count)
Reports that progress has finished.
|
void |
updateCount(long count)
Reports an updated figure for the progress.
|
void updateCount(long count)
throws IOException
Implementations may throw an IOException from this method;
the exception will be thrown during iteration from the
next method of this
ProgressRowSplittable and thus halt its iteration.
count - number of iterations so farIOException - to interrupt executionvoid done(long count)
count - final number of iterationsCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.