| Package | Description |
|---|---|
| org.openstack4j.api.telemetry | |
| org.openstack4j.openstack.telemetry.domain | |
| org.openstack4j.openstack.telemetry.internal |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Statistics> |
MeterService.statistics(String meterName)
Returns computed statistics for the given meterName
|
List<? extends Statistics> |
MeterService.statistics(String meterName,
int period)
Returns computed statistics for the given meterName for the given time range
|
List<? extends Statistics> |
MeterService.statistics(String meterName,
SampleCriteria criteria)
Returns computed statistics for the given meterName
|
List<? extends Statistics> |
MeterService.statistics(String meterName,
SampleCriteria criteria,
int period)
Returns computed statistics for the given meterName
|
| Modifier and Type | Class and Description |
|---|---|
class |
CeilometerStatistics
Computed Statistics for a Query against a Meter
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Statistics> |
MeterServiceImpl.statistics(String meterName)
Returns computed statistics for the given meterName
|
List<? extends Statistics> |
MeterServiceImpl.statistics(String meterName,
int period) |
List<? extends Statistics> |
MeterServiceImpl.statistics(String meterName,
SampleCriteria criteria) |
List<? extends Statistics> |
MeterServiceImpl.statistics(String meterName,
SampleCriteria criteria,
int period) |
Copyright © 2017. All rights reserved.