Uses of Class
com.elastisys.autoscaler.metricstreamers.influxdb.resultset.Result
-
Packages that use Result Package Description com.elastisys.autoscaler.metricstreamers.influxdb.resultset -
-
Uses of Result in com.elastisys.autoscaler.metricstreamers.influxdb.resultset
Methods in com.elastisys.autoscaler.metricstreamers.influxdb.resultset that return types with arguments of type Result Modifier and Type Method Description java.util.List<Result>ResultSet. getResults()The list of results, one for each query sent to the server.Constructor parameters in com.elastisys.autoscaler.metricstreamers.influxdb.resultset with type arguments of type Result Constructor Description ResultSet(java.util.List<Result> results)Creates aResultSet.
-