Interface Statistics.Builder

    • Method Detail

      • approximateNumberOfObjectsToProcess

        Statistics.Builder approximateNumberOfObjectsToProcess​(Double approximateNumberOfObjectsToProcess)

        The approximate number of objects that the job has yet to process during its current run.

        Parameters:
        approximateNumberOfObjectsToProcess - The approximate number of objects that the job has yet to process during its current run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numberOfRuns

        Statistics.Builder numberOfRuns​(Double numberOfRuns)

        The number of times that the job has run.

        Parameters:
        numberOfRuns - The number of times that the job has run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.