Interface Latency.Builder

    • Method Detail

      • read

        Latency.Builder read​(Double read)

        Peak latency for read operations.

        Parameters:
        read - Peak latency for read operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • write

        Latency.Builder write​(Double write)

        Peak latency for write operations.

        Parameters:
        write - Peak latency for write operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • other

        Latency.Builder other​(Double other)

        Peak latency for operations unrelated to read and write operations.

        Parameters:
        other - Peak latency for operations unrelated to read and write operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.