Package | Description |
---|---|
org.jclouds.cloudwatch.domain | |
org.jclouds.cloudwatch.options |
Modifier and Type | Method and Description |
---|---|
static Unit |
Unit.fromValue(String state) |
Unit |
MetricDatum.getUnit()
return Standard unit used for the metric.
|
Unit |
Datapoint.getUnit()
return Standard unit used for the datapoint.
|
static Unit |
Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Unit[] |
Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<Unit> |
GetMetricStatistics.getUnit()
return the unit for this request
|
Modifier and Type | Method and Description |
---|---|
MetricDatum.Builder |
MetricDatum.Builder.unit(Unit unit)
The unit for the metric.
|
GetMetricStatistics.Builder |
GetMetricStatistics.Builder.unit(Unit unit)
The unit for the metric.
|
Constructor and Description |
---|
Datapoint(Double average,
Double maximum,
Double minimum,
Date timestamp,
Double samples,
Double sum,
Unit unit,
String customUnit) |
GetMetricStatistics(Set<Dimension> dimensions,
Date endTime,
String metricName,
String namespace,
int period,
Date startTime,
Set<Statistics> statistics,
Unit unit)
Private constructor to enforce using
GetMetricStatistics.Builder . |
MetricDatum(Iterable<Dimension> dimensions,
String metricName,
com.google.common.base.Optional<StatisticValues> statisticValues,
com.google.common.base.Optional<Date> timestamp,
Unit unit,
com.google.common.base.Optional<Double> value)
Private constructor to enforce using
MetricDatum.Builder . |
Modifier and Type | Method and Description |
---|---|
GetMetricStatisticsOptions |
GetMetricStatisticsOptions.unit(Unit unit) |
static GetMetricStatisticsOptions |
GetMetricStatisticsOptions.Builder.unit(Unit unit) |
Copyright © 2009-2013 jclouds. All Rights Reserved.