Modifier and Type | Method and Description |
---|---|
Set<String> |
getConfiguredRegions() |
MetricAsyncClient |
getMetricClientForRegion(String region)
Provides asynchronous access to Metric features.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> |
getMetricStatisticsInRegion(String region,
String metricName,
String namespace,
Date startTime,
Date endTime,
int period,
Statistics statistics,
GetMetricStatisticsOptions... options)
Deprecated.
|
@Provides Set<String> getConfiguredRegions()
@Deprecated com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> getMetricStatisticsInRegion(@Nullable String region, String metricName, String namespace, Date startTime, Date endTime, int period, Statistics statistics, GetMetricStatisticsOptions... options)
MetricAsyncClient getMetricClientForRegion(@Nullable String region)
Copyright © 2009-2012 jclouds. All Rights Reserved.