Interface JobMetrics.Builder

    • Method Detail

      • inputRecords

        JobMetrics.Builder inputRecords​(Integer inputRecords)

        The total number of input records.

        Parameters:
        inputRecords - The total number of input records.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchIDs

        JobMetrics.Builder matchIDs​(Integer matchIDs)

        The total number of matchIDs generated.

        Parameters:
        matchIDs - The total number of matchIDs generated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recordsNotProcessed

        JobMetrics.Builder recordsNotProcessed​(Integer recordsNotProcessed)

        The total number of records that did not get processed.

        Parameters:
        recordsNotProcessed - The total number of records that did not get processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalRecordsProcessed

        JobMetrics.Builder totalRecordsProcessed​(Integer totalRecordsProcessed)

        The total number of records processed.

        Parameters:
        totalRecordsProcessed - The total number of records processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.