Package | Description |
---|---|
com.amazonaws.metrics |
Classes used to support the AWS SDK metrics API.
|
com.amazonaws.metrics.internal | |
com.amazonaws.services.s3.metrics |
Modifier and Type | Class and Description |
---|---|
class |
SimpleThroughputMetricType |
Modifier and Type | Field and Description |
---|---|
private ThroughputMetricType |
ByteThroughputProvider.throughputType |
Modifier and Type | Method and Description |
---|---|
ThroughputMetricType |
ByteThroughputProvider.getThroughputMetricType() |
Constructor and Description |
---|
ByteThroughputHelper(ThroughputMetricType type) |
ByteThroughputProvider(ThroughputMetricType type) |
MetricFilterInputStream(ThroughputMetricType type,
java.io.InputStream in) |
MetricInputStreamEntity(ThroughputMetricType metricType,
java.io.InputStream instream,
long length) |
MetricInputStreamEntity(ThroughputMetricType metricType,
java.io.InputStream instream,
long length,
org.apache.http.entity.ContentType contentType) |
Modifier and Type | Method and Description |
---|---|
static ThroughputMetricType |
ServiceMetricTypeGuesser.guessThroughputMetricType(Request<?> req,
java.lang.String metricNameSuffix,
java.lang.String byteCountMetricNameSuffix)
Returned the best-guessed throughput metric type for the given request,
or null if there is none or if metric is disabled.
|
Modifier and Type | Class and Description |
---|---|
private static class |
S3ServiceMetric.S3ThroughputMetric |