Interface QueryStatistics.Builder

    • Method Detail

      • recordsMatched

        QueryStatistics.Builder recordsMatched​(Double recordsMatched)

        The number of log events that matched the query string.

        Parameters:
        recordsMatched - The number of log events that matched the query string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recordsScanned

        QueryStatistics.Builder recordsScanned​(Double recordsScanned)

        The total number of log events scanned during the query.

        Parameters:
        recordsScanned - The total number of log events scanned during the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bytesScanned

        QueryStatistics.Builder bytesScanned​(Double bytesScanned)

        The total number of bytes in the log events scanned during the query.

        Parameters:
        bytesScanned - The total number of bytes in the log events scanned during the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.