Interface RowInfo.Builder

    • Method Detail

      • rowsIngested

        RowInfo.Builder rowsIngested​(Long rowsIngested)

        The number of rows that were ingested.

        Parameters:
        rowsIngested - The number of rows that were ingested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rowsDropped

        RowInfo.Builder rowsDropped​(Long rowsDropped)

        The number of rows that were not ingested.

        Parameters:
        rowsDropped - The number of rows that were not ingested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalRowsInDataset

        RowInfo.Builder totalRowsInDataset​(Long totalRowsInDataset)

        The total number of rows in the dataset.

        Parameters:
        totalRowsInDataset - The total number of rows in the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.