public class ProgressPrinter extends Object
chunksNum times.| Constructor and Description |
|---|
ProgressPrinter(PrintStream printStream,
String caption,
long total)
Constructor.
|
ProgressPrinter(PrintStream printStream,
String caption,
long total,
int chunksNum)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
printProgress()
Prints current progress.
|
public ProgressPrinter(PrintStream printStream, String caption, long total)
caption - Caption.total - Total count of items to process.public ProgressPrinter(PrintStream printStream, String caption, long total, int chunksNum)
caption - Caption.total - Total count of items to process.chunksNum - Number of progress bar chunks to print.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022