Interface IdMappingJobMetrics.Builder

  • Method Details

    • inputRecords

      IdMappingJobMetrics.Builder inputRecords(Integer inputRecords)

      The total number of records that were input for processing.

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

      IdMappingJobMetrics.Builder totalRecordsProcessed(Integer totalRecordsProcessed)

      The total number of records that were processed.

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

      IdMappingJobMetrics.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.
    • deleteRecordsProcessed

      IdMappingJobMetrics.Builder deleteRecordsProcessed(Integer deleteRecordsProcessed)

      The number of records processed that were marked for deletion in the input file using the DELETE schema mapping field. These are the records to be removed from the ID mapping table.

      Parameters:
      deleteRecordsProcessed - The number of records processed that were marked for deletion in the input file using the DELETE schema mapping field. These are the records to be removed from the ID mapping table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalMappedRecords

      IdMappingJobMetrics.Builder totalMappedRecords(Integer totalMappedRecords)

      The total number of records that were mapped.

      Parameters:
      totalMappedRecords - The total number of records that were mapped.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalMappedSourceRecords

      IdMappingJobMetrics.Builder totalMappedSourceRecords(Integer totalMappedSourceRecords)

      The total number of mapped source records.

      Parameters:
      totalMappedSourceRecords - The total number of mapped source records.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalMappedTargetRecords

      IdMappingJobMetrics.Builder totalMappedTargetRecords(Integer totalMappedTargetRecords)

      The total number of distinct mapped target records.

      Parameters:
      totalMappedTargetRecords - The total number of distinct mapped target records.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • uniqueRecordsLoaded

      IdMappingJobMetrics.Builder uniqueRecordsLoaded(Integer uniqueRecordsLoaded)

      The number of de-duplicated processed records across all runs, excluding deletion-related records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping. Records sharing the same value in this field are considered duplicates. For example, if you specified "customer_id" as a UNIQUE_ID field and had three records with the same customer_id value, they would count as one unique record in this metric.

      Parameters:
      uniqueRecordsLoaded - The number of de-duplicated processed records across all runs, excluding deletion-related records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping. Records sharing the same value in this field are considered duplicates. For example, if you specified "customer_id" as a UNIQUE_ID field and had three records with the same customer_id value, they would count as one unique record in this metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newMappedRecords

      IdMappingJobMetrics.Builder newMappedRecords(Integer newMappedRecords)

      The number of new mapped records.

      Parameters:
      newMappedRecords - The number of new mapped records.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newMappedSourceRecords

      IdMappingJobMetrics.Builder newMappedSourceRecords(Integer newMappedSourceRecords)

      The number of new source records mapped.

      Parameters:
      newMappedSourceRecords - The number of new source records mapped.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newMappedTargetRecords

      IdMappingJobMetrics.Builder newMappedTargetRecords(Integer newMappedTargetRecords)

      The number of new mapped target records.

      Parameters:
      newMappedTargetRecords - The number of new mapped target records.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newUniqueRecordsLoaded

      IdMappingJobMetrics.Builder newUniqueRecordsLoaded(Integer newUniqueRecordsLoaded)

      The number of new unique records processed in the current job run, after removing duplicates. This metric excludes deletion-related records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping. Records sharing the same value in this field are considered duplicates. For example, if your current run processes five new records with the same UNIQUE_ID value, they would count as one new unique record in this metric.

      Parameters:
      newUniqueRecordsLoaded - The number of new unique records processed in the current job run, after removing duplicates. This metric excludes deletion-related records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping. Records sharing the same value in this field are considered duplicates. For example, if your current run processes five new records with the same UNIQUE_ID value, they would count as one new unique record in this metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mappedRecordsRemoved

      IdMappingJobMetrics.Builder mappedRecordsRemoved(Integer mappedRecordsRemoved)

      The number of mapped records removed.

      Parameters:
      mappedRecordsRemoved - The number of mapped records removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mappedSourceRecordsRemoved

      IdMappingJobMetrics.Builder mappedSourceRecordsRemoved(Integer mappedSourceRecordsRemoved)

      The number of source records removed due to ID mapping.

      Parameters:
      mappedSourceRecordsRemoved - The number of source records removed due to ID mapping.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mappedTargetRecordsRemoved

      IdMappingJobMetrics.Builder mappedTargetRecordsRemoved(Integer mappedTargetRecordsRemoved)

      The number of mapped target records removed.

      Parameters:
      mappedTargetRecordsRemoved - The number of mapped target records removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.