Interface QueryDataPoint.Builder

  • Method Details

    • timestamp

      QueryDataPoint.Builder timestamp(Instant timestamp)

      The timestamp of the data point.

      Parameters:
      timestamp - The timestamp of the data point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryCount

      QueryDataPoint.Builder queryCount(Long queryCount)

      The number of queries at this data point.

      Parameters:
      queryCount - The number of queries at this data point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.