@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Latency extends Object implements Serializable, Cloneable
Represents the average latency for the slowest X percent of requests over the last 10 seconds.
Constructor and Description |
---|
Latency() |
Modifier and Type | Method and 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.
|
public void setP999(Double p999)
The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
p999
- The average latency for the slowest 0.1 percent of requests over the last 10 seconds.public Double getP999()
The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
public Latency withP999(Double p999)
The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
p999
- The average latency for the slowest 0.1 percent of requests over the last 10 seconds.public void setP99(Double p99)
The average latency for the slowest 1 percent of requests over the last 10 seconds.
p99
- The average latency for the slowest 1 percent of requests over the last 10 seconds.public Double getP99()
The average latency for the slowest 1 percent of requests over the last 10 seconds.
public Latency withP99(Double p99)
The average latency for the slowest 1 percent of requests over the last 10 seconds.
p99
- The average latency for the slowest 1 percent of requests over the last 10 seconds.public void setP95(Double p95)
The average latency for the slowest 5 percent of requests over the last 10 seconds.
p95
- The average latency for the slowest 5 percent of requests over the last 10 seconds.public Double getP95()
The average latency for the slowest 5 percent of requests over the last 10 seconds.
public Latency withP95(Double p95)
The average latency for the slowest 5 percent of requests over the last 10 seconds.
p95
- The average latency for the slowest 5 percent of requests over the last 10 seconds.public void setP90(Double p90)
The average latency for the slowest 10 percent of requests over the last 10 seconds.
p90
- The average latency for the slowest 10 percent of requests over the last 10 seconds.public Double getP90()
The average latency for the slowest 10 percent of requests over the last 10 seconds.
public Latency withP90(Double p90)
The average latency for the slowest 10 percent of requests over the last 10 seconds.
p90
- The average latency for the slowest 10 percent of requests over the last 10 seconds.public void setP85(Double p85)
The average latency for the slowest 15 percent of requests over the last 10 seconds.
p85
- The average latency for the slowest 15 percent of requests over the last 10 seconds.public Double getP85()
The average latency for the slowest 15 percent of requests over the last 10 seconds.
public Latency withP85(Double p85)
The average latency for the slowest 15 percent of requests over the last 10 seconds.
p85
- The average latency for the slowest 15 percent of requests over the last 10 seconds.public void setP75(Double p75)
The average latency for the slowest 25 percent of requests over the last 10 seconds.
p75
- The average latency for the slowest 25 percent of requests over the last 10 seconds.public Double getP75()
The average latency for the slowest 25 percent of requests over the last 10 seconds.
public Latency withP75(Double p75)
The average latency for the slowest 25 percent of requests over the last 10 seconds.
p75
- The average latency for the slowest 25 percent of requests over the last 10 seconds.public void setP50(Double p50)
The average latency for the slowest 50 percent of requests over the last 10 seconds.
p50
- The average latency for the slowest 50 percent of requests over the last 10 seconds.public Double getP50()
The average latency for the slowest 50 percent of requests over the last 10 seconds.
public Latency withP50(Double p50)
The average latency for the slowest 50 percent of requests over the last 10 seconds.
p50
- The average latency for the slowest 50 percent of requests over the last 10 seconds.public void setP10(Double p10)
The average latency for the slowest 90 percent of requests over the last 10 seconds.
p10
- The average latency for the slowest 90 percent of requests over the last 10 seconds.public Double getP10()
The average latency for the slowest 90 percent of requests over the last 10 seconds.
public Latency withP10(Double p10)
The average latency for the slowest 90 percent of requests over the last 10 seconds.
p10
- The average latency for the slowest 90 percent of requests over the last 10 seconds.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.