Interface ExecutionStatistics.Builder

    • Method Detail

      • averageExecutionTimeMillis

        ExecutionStatistics.Builder averageExecutionTimeMillis​(Long averageExecutionTimeMillis)

        The average time the request took to be executed.

        Parameters:
        averageExecutionTimeMillis - The average time the request took to be executed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataScannedBytes

        ExecutionStatistics.Builder dataScannedBytes​(Long dataScannedBytes)

        The amount of data that was scanned in bytes.

        Parameters:
        dataScannedBytes - The amount of data that was scanned in bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workUnitsExecutedCount

        ExecutionStatistics.Builder workUnitsExecutedCount​(Long workUnitsExecutedCount)

        The number of work units executed.

        Parameters:
        workUnitsExecutedCount - The number of work units executed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.