| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||
java.lang.Objectjava.lang.Enum<AWSRequestMetrics.Field>
com.amazonaws.util.AWSRequestMetrics.Field
public static enum AWSRequestMetrics.Field
Predefined AWS SDK metric types general across all AWS clients. Client specific predefined metrics like S3 or DynamoDB are defined in the client specific packages.
| Enum Constant Summary | |
|---|---|
| AWSErrorCode | |
| AWSRequestID | |
| BytesProcessed | |
| ClientExecuteTimeTotal number of milliseconds taken for a request/response including the time taken to execute the request handlers, round trip to AWS, and the time taken to execute the response handlers. | |
| CredentialsRequestTime | |
| Exception | |
| HttpClientPoolAvailableCountThe number of idle persistent connections. | |
| HttpClientPoolLeasedCountThe number of persistent connections tracked by the connection manager currently being used to execute requests. | |
| HttpClientPoolPendingCountThe number of connection requests being blocked awaiting a free connection. | |
| HttpClientReceiveResponseTimeTime taken to receive a response from AWS by the http client library, excluding any retry. | |
| HttpClientRetryCountNumber of retries of the underlying http client library in sending a request to AWS. | |
| HttpClientSendRequestTimeTime taken to send a request to AWS by the http client library, excluding any retry. | |
| HttpRequestTimeNumber of milliseconds taken for a request/response round trip to AWS. | |
| RedirectLocation | |
| RequestCountNumber of requests to AWS. | |
| RequestMarshallTime | |
| RequestSigningTimeNumber of milliseconds taken to sign a request. | |
| ResponseProcessingTimeNumber of milliseconds taken to execute the response handler for a response from AWS. | |
| RetryCountNumber of retries of AWS SDK sending a request to AWS. | |
| RetryPauseTime | |
| ServiceEndpoint | |
| ServiceName | |
| StatusCode | |
| Method Summary | |
|---|---|
| static AWSRequestMetrics.Field | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static AWSRequestMetrics.Field[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final AWSRequestMetrics.Field AWSErrorCode
public static final AWSRequestMetrics.Field AWSRequestID
public static final AWSRequestMetrics.Field BytesProcessed
public static final AWSRequestMetrics.Field ClientExecuteTime
public static final AWSRequestMetrics.Field CredentialsRequestTime
public static final AWSRequestMetrics.Field Exception
public static final AWSRequestMetrics.Field HttpRequestTime
public static final AWSRequestMetrics.Field RedirectLocation
public static final AWSRequestMetrics.Field RequestMarshallTime
public static final AWSRequestMetrics.Field RequestSigningTime
public static final AWSRequestMetrics.Field ResponseProcessingTime
public static final AWSRequestMetrics.Field RequestCount
public static final AWSRequestMetrics.Field RetryCount
public static final AWSRequestMetrics.Field HttpClientRetryCount
public static final AWSRequestMetrics.Field HttpClientSendRequestTime
public static final AWSRequestMetrics.Field HttpClientReceiveResponseTime
public static final AWSRequestMetrics.Field HttpClientPoolAvailableCount
Reference: https://hc.apache .org/httpcomponents-core-ga/httpcore/apidocs/org/apache /http/pool/PoolStats.html
public static final AWSRequestMetrics.Field HttpClientPoolLeasedCount
Reference: https://hc .apache.org/httpcomponents-core-ga/httpcore/apidocs/org/apache /http/pool/PoolStats.html
public static final AWSRequestMetrics.Field HttpClientPoolPendingCount
Reference: https://hc.apache.org/httpcomponents-core-ga/httpcore /apidocs/org/apache/http/pool/PoolStats.html
public static final AWSRequestMetrics.Field RetryPauseTime
public static final AWSRequestMetrics.Field ServiceEndpoint
public static final AWSRequestMetrics.Field ServiceName
public static final AWSRequestMetrics.Field StatusCode
| Method Detail | 
|---|
public static AWSRequestMetrics.Field[] values()
for (AWSRequestMetrics.Field c : AWSRequestMetrics.Field.values()) System.out.println(c);
public static AWSRequestMetrics.Field valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||