Interface Stats.Builder

    • Method Detail

      • avg

        Stats.Builder avg​(Double avg)

        The average of the usage statistics.

        Parameters:
        avg - The average of the usage statistics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • max

        Stats.Builder max​(Double max)

        The maximum among the usage statistics.

        Parameters:
        max - The maximum among the usage statistics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • min

        Stats.Builder min​(Double min)

        The minimum of the usage statistics.

        Parameters:
        min - The minimum of the usage statistics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sum

        Stats.Builder sum​(Double sum)

        The sum of the usage statistics.

        Parameters:
        sum - The sum of the usage statistics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.