@Generated(value="software.amazon.awssdk:codegen") public final class Latency extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Latency.Builder,Latency>
Represents the average latency for the slowest X percent of requests over the last 10 seconds.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Latency.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Latency.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
p10()
The average latency for the slowest 90 percent of requests over the last 10 seconds.
|
Double |
p50()
The average latency for the slowest 50 percent of requests over the last 10 seconds.
|
Double |
p75()
The average latency for the slowest 25 percent of requests over the last 10 seconds.
|
Double |
p85()
The average latency for the slowest 15 percent of requests over the last 10 seconds.
|
Double |
p90()
The average latency for the slowest 10 percent of requests over the last 10 seconds.
|
Double |
p95()
The average latency for the slowest 5 percent of requests over the last 10 seconds.
|
Double |
p99()
The average latency for the slowest 1 percent of requests over the last 10 seconds.
|
Double |
p999()
The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Latency.Builder> |
serializableBuilderClass() |
Latency.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Double p999()
The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
public Double p99()
The average latency for the slowest 1 percent of requests over the last 10 seconds.
public Double p95()
The average latency for the slowest 5 percent of requests over the last 10 seconds.
public Double p90()
The average latency for the slowest 10 percent of requests over the last 10 seconds.
public Double p85()
The average latency for the slowest 15 percent of requests over the last 10 seconds.
public Double p75()
The average latency for the slowest 25 percent of requests over the last 10 seconds.
public Double p50()
The average latency for the slowest 50 percent of requests over the last 10 seconds.
public Double p10()
The average latency for the slowest 90 percent of requests over the last 10 seconds.
public Latency.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Latency.Builder,Latency>public static Latency.Builder builder()
public static Class<? extends Latency.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.