java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.Latency
All Implemented Interfaces:
Serializable, Cloneable

public class Latency extends Object implements Serializable, Cloneable

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

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
    The average latency for the slowest 90 percent of requests over the last 10 seconds.
    The average latency for the slowest 50 percent of requests over the last 10 seconds.
    The average latency for the slowest 25 percent of requests over the last 10 seconds.
    The average latency for the slowest 15 percent of requests over the last 10 seconds.
    The average latency for the slowest 10 percent of requests over the last 10 seconds.
    The average latency for the slowest 5 percent of requests over the last 10 seconds.
    The average latency for the slowest 1 percent of requests over the last 10 seconds.
    The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
    int
     
    void
    The average latency for the slowest 90 percent of requests over the last 10 seconds.
    void
    The average latency for the slowest 50 percent of requests over the last 10 seconds.
    void
    The average latency for the slowest 25 percent of requests over the last 10 seconds.
    void
    The average latency for the slowest 15 percent of requests over the last 10 seconds.
    void
    The average latency for the slowest 10 percent of requests over the last 10 seconds.
    void
    The average latency for the slowest 5 percent of requests over the last 10 seconds.
    void
    The average latency for the slowest 1 percent of requests over the last 10 seconds.
    void
    The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
    Returns a string representation of this object; useful for testing and debugging.
    The average latency for the slowest 90 percent of requests over the last 10 seconds.
    The average latency for the slowest 50 percent of requests over the last 10 seconds.
    The average latency for the slowest 25 percent of requests over the last 10 seconds.
    The average latency for the slowest 15 percent of requests over the last 10 seconds.
    The average latency for the slowest 10 percent of requests over the last 10 seconds.
    The average latency for the slowest 5 percent of requests over the last 10 seconds.
    The average latency for the slowest 1 percent of requests over the last 10 seconds.
    The average latency for the slowest 0.1 percent of requests over the last 10 seconds.

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Latency

      public Latency()
  • Method Details

    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public Latency clone()
      Overrides:
      clone in class Object