Interface IOUsage.Builder

    • Method Detail

      • readIOs

        IOUsage.Builder readIOs​(Long readIOs)

        The number of read I/O requests that the command made.

        Parameters:
        readIOs - The number of read I/O requests that the command made.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • writeIOs

        IOUsage.Builder writeIOs​(Long writeIOs)

        The number of write I/O requests that the command made.

        Parameters:
        writeIOs - The number of write I/O requests that the command made.
        Returns:
        Returns a reference to this object so that method calls can be chained together.