Uses of Class
com.elastisys.autoscaler.metricstreamers.influxdb.resultset.Serie
-
Packages that use Serie Package Description com.elastisys.autoscaler.metricstreamers.influxdb.resultset -
-
Uses of Serie in com.elastisys.autoscaler.metricstreamers.influxdb.resultset
Methods in com.elastisys.autoscaler.metricstreamers.influxdb.resultset that return types with arguments of type Serie Modifier and Type Method Description java.util.List<Serie>Result. getSeries()The collection of series that resulted from the query.Constructor parameters in com.elastisys.autoscaler.metricstreamers.influxdb.resultset with type arguments of type Serie Constructor Description Result(java.lang.String error, java.util.List<Serie> series)Creates aResult.
-