Uses of Interface
org.openstack4j.model.telemetry.Statistics
-
Packages that use Statistics Package Description org.openstack4j.api.telemetry org.openstack4j.openstack.telemetry.domain org.openstack4j.openstack.telemetry.internal -
-
Uses of Statistics in org.openstack4j.api.telemetry
Methods in org.openstack4j.api.telemetry that return types with arguments of type Statistics Modifier and Type Method Description List<? extends Statistics>MeterService. statistics(String meterName)Returns computed statistics for the given meterNameList<? extends Statistics>MeterService. statistics(String meterName, int period)Returns computed statistics for the given meterName for the given time rangeList<? extends Statistics>MeterService. statistics(String meterName, SampleCriteria criteria)Returns computed statistics for the given meterNameList<? extends Statistics>MeterService. statistics(String meterName, SampleCriteria criteria, int period)Returns computed statistics for the given meterName -
Uses of Statistics in org.openstack4j.openstack.telemetry.domain
Classes in org.openstack4j.openstack.telemetry.domain that implement Statistics Modifier and Type Class Description classCeilometerStatisticsComputed Statistics for a Query against a Meter -
Uses of Statistics in org.openstack4j.openstack.telemetry.internal
Methods in org.openstack4j.openstack.telemetry.internal that return types with arguments of type Statistics Modifier and Type Method Description List<? extends Statistics>MeterServiceImpl. statistics(String meterName)Returns computed statistics for the given meterNameList<? 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)
-