Class StatisticValueConverter
- java.lang.Object
-
- com.elastisys.autoscaler.metricstreamers.ceilometer.converters.StatisticValueConverter
-
- All Implemented Interfaces:
java.util.function.Function<org.openstack4j.model.telemetry.Statistics,com.elastisys.autoscaler.core.api.types.MetricValue>
public class StatisticValueConverter extends java.lang.Object implements java.util.function.Function<org.openstack4j.model.telemetry.Statistics,com.elastisys.autoscaler.core.api.types.MetricValue>ACallabletask that takes aStatistics, as input and converts toMetricValue.
-
-
Constructor Summary
Constructors Constructor Description StatisticValueConverter(java.lang.String meter, CeilometerFunction statistic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.elastisys.autoscaler.core.api.types.MetricValueapply(org.openstack4j.model.telemetry.Statistics input)
-
-
-
Constructor Detail
-
StatisticValueConverter
public StatisticValueConverter(java.lang.String meter, CeilometerFunction statistic)
-
-