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 java.io.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 farjava.io.IOException - to interrupt executionvoid done(long count)
count - final number of iterations