Class Latency
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the average latency for the slowest X percent of requests over the last 10 seconds.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getP10()
The average latency for the slowest 90 percent of requests over the last 10 seconds.getP50()
The average latency for the slowest 50 percent of requests over the last 10 seconds.getP75()
The average latency for the slowest 25 percent of requests over the last 10 seconds.getP85()
The average latency for the slowest 15 percent of requests over the last 10 seconds.getP90()
The average latency for the slowest 10 percent of requests over the last 10 seconds.getP95()
The average latency for the slowest 5 percent of requests over the last 10 seconds.getP99()
The average latency for the slowest 1 percent of requests over the last 10 seconds.getP999()
The average latency for the slowest 0.1 percent of requests over the last 10 seconds.int
hashCode()
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.toString()
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.
-
Constructor Details
-
Latency
public Latency()
-
-
Method Details
-
setP999
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-