Class TaskMonitorV2Util

    • Constructor Detail

      • TaskMonitorV2Util

        public TaskMonitorV2Util()
    • Method Detail

      • report

        public static void report​(TaskMonitor monitor,
                                  long itemsDone,
                                  long totalItems,
                                  String itemDescription)
        support more than int max items for TaskMonitorV2
        Parameters:
        monitor - a TaskMonitor
        itemsDone - number of processed items
        totalItems - total number of items to process
        itemDescription - description of what an item is