Class Latency

    • Constructor Summary

      Constructors 
      Constructor Description
      Latency()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Latency clone()  
      boolean equals​(Object obj)  
      Double getP10()
      The average latency for the slowest 90 percent of requests over the last 10 seconds.
      Double getP50()
      The average latency for the slowest 50 percent of requests over the last 10 seconds.
      Double getP75()
      The average latency for the slowest 25 percent of requests over the last 10 seconds.
      Double getP85()
      The average latency for the slowest 15 percent of requests over the last 10 seconds.
      Double getP90()
      The average latency for the slowest 10 percent of requests over the last 10 seconds.
      Double getP95()
      The average latency for the slowest 5 percent of requests over the last 10 seconds.
      Double getP99()
      The average latency for the slowest 1 percent of requests over the last 10 seconds.
      Double getP999()
      The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
      int hashCode()  
      void setP10​(Double p10)
      The average latency for the slowest 90 percent of requests over the last 10 seconds.
      void setP50​(Double p50)
      The average latency for the slowest 50 percent of requests over the last 10 seconds.
      void setP75​(Double p75)
      The average latency for the slowest 25 percent of requests over the last 10 seconds.
      void setP85​(Double p85)
      The average latency for the slowest 15 percent of requests over the last 10 seconds.
      void setP90​(Double p90)
      The average latency for the slowest 10 percent of requests over the last 10 seconds.
      void setP95​(Double p95)
      The average latency for the slowest 5 percent of requests over the last 10 seconds.
      void setP99​(Double p99)
      The average latency for the slowest 1 percent of requests over the last 10 seconds.
      void setP999​(Double p999)
      The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
      String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Latency withP10​(Double p10)
      The average latency for the slowest 90 percent of requests over the last 10 seconds.
      Latency withP50​(Double p50)
      The average latency for the slowest 50 percent of requests over the last 10 seconds.
      Latency withP75​(Double p75)
      The average latency for the slowest 25 percent of requests over the last 10 seconds.
      Latency withP85​(Double p85)
      The average latency for the slowest 15 percent of requests over the last 10 seconds.
      Latency withP90​(Double p90)
      The average latency for the slowest 10 percent of requests over the last 10 seconds.
      Latency withP95​(Double p95)
      The average latency for the slowest 5 percent of requests over the last 10 seconds.
      Latency withP99​(Double p99)
      The average latency for the slowest 1 percent of requests over the last 10 seconds.
      Latency withP999​(Double p999)
      The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
    • Constructor Detail

      • Latency

        public Latency()
    • Method Detail

      • setP999

        public void setP999​(Double p999)

        The average latency for the slowest 0.1 percent of requests over the last 10 seconds.

        Parameters:
        p999 - The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
      • getP999

        public Double getP999()

        The average latency for the slowest 0.1 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
      • withP999

        public Latency withP999​(Double p999)

        The average latency for the slowest 0.1 percent of requests over the last 10 seconds.

        Parameters:
        p999 - The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setP99

        public void setP99​(Double p99)

        The average latency for the slowest 1 percent of requests over the last 10 seconds.

        Parameters:
        p99 - The average latency for the slowest 1 percent of requests over the last 10 seconds.
      • getP99

        public Double getP99()

        The average latency for the slowest 1 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 1 percent of requests over the last 10 seconds.
      • withP99

        public Latency withP99​(Double p99)

        The average latency for the slowest 1 percent of requests over the last 10 seconds.

        Parameters:
        p99 - The average latency for the slowest 1 percent of requests over the last 10 seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setP95

        public void setP95​(Double p95)

        The average latency for the slowest 5 percent of requests over the last 10 seconds.

        Parameters:
        p95 - The average latency for the slowest 5 percent of requests over the last 10 seconds.
      • getP95

        public Double getP95()

        The average latency for the slowest 5 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 5 percent of requests over the last 10 seconds.
      • withP95

        public Latency withP95​(Double p95)

        The average latency for the slowest 5 percent of requests over the last 10 seconds.

        Parameters:
        p95 - The average latency for the slowest 5 percent of requests over the last 10 seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setP90

        public void setP90​(Double p90)

        The average latency for the slowest 10 percent of requests over the last 10 seconds.

        Parameters:
        p90 - The average latency for the slowest 10 percent of requests over the last 10 seconds.
      • getP90

        public Double getP90()

        The average latency for the slowest 10 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 10 percent of requests over the last 10 seconds.
      • withP90

        public Latency withP90​(Double p90)

        The average latency for the slowest 10 percent of requests over the last 10 seconds.

        Parameters:
        p90 - The average latency for the slowest 10 percent of requests over the last 10 seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setP85

        public void setP85​(Double p85)

        The average latency for the slowest 15 percent of requests over the last 10 seconds.

        Parameters:
        p85 - The average latency for the slowest 15 percent of requests over the last 10 seconds.
      • getP85

        public Double getP85()

        The average latency for the slowest 15 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 15 percent of requests over the last 10 seconds.
      • withP85

        public Latency withP85​(Double p85)

        The average latency for the slowest 15 percent of requests over the last 10 seconds.

        Parameters:
        p85 - The average latency for the slowest 15 percent of requests over the last 10 seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setP75

        public void setP75​(Double p75)

        The average latency for the slowest 25 percent of requests over the last 10 seconds.

        Parameters:
        p75 - The average latency for the slowest 25 percent of requests over the last 10 seconds.
      • getP75

        public Double getP75()

        The average latency for the slowest 25 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 25 percent of requests over the last 10 seconds.
      • withP75

        public Latency withP75​(Double p75)

        The average latency for the slowest 25 percent of requests over the last 10 seconds.

        Parameters:
        p75 - The average latency for the slowest 25 percent of requests over the last 10 seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setP50

        public void setP50​(Double p50)

        The average latency for the slowest 50 percent of requests over the last 10 seconds.

        Parameters:
        p50 - The average latency for the slowest 50 percent of requests over the last 10 seconds.
      • getP50

        public Double getP50()

        The average latency for the slowest 50 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 50 percent of requests over the last 10 seconds.
      • withP50

        public Latency withP50​(Double p50)

        The average latency for the slowest 50 percent of requests over the last 10 seconds.

        Parameters:
        p50 - The average latency for the slowest 50 percent of requests over the last 10 seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setP10

        public void setP10​(Double p10)

        The average latency for the slowest 90 percent of requests over the last 10 seconds.

        Parameters:
        p10 - The average latency for the slowest 90 percent of requests over the last 10 seconds.
      • getP10

        public Double getP10()

        The average latency for the slowest 90 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 90 percent of requests over the last 10 seconds.
      • withP10

        public Latency withP10​(Double p10)

        The average latency for the slowest 90 percent of requests over the last 10 seconds.

        Parameters:
        p10 - The average latency for the slowest 90 percent of requests over the last 10 seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object