Interface Stats.Builder

    • Method Detail

      • bytesScanned

        Stats.Builder bytesScanned​(Long bytesScanned)

        The total number of object bytes scanned.

        Parameters:
        bytesScanned - The total number of object bytes scanned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bytesProcessed

        Stats.Builder bytesProcessed​(Long bytesProcessed)

        The total number of uncompressed object bytes processed.

        Parameters:
        bytesProcessed - The total number of uncompressed object bytes processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bytesReturned

        Stats.Builder bytesReturned​(Long bytesReturned)

        The total number of bytes of records payload data returned.

        Parameters:
        bytesReturned - The total number of bytes of records payload data returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.