Uses of Class
com.elastisys.autoscaler.metricstreamers.influxdb.resultset.ResultSet
-
Packages that use ResultSet Package Description com.elastisys.autoscaler.metricstreamers.influxdb.resultset -
-
Uses of ResultSet in com.elastisys.autoscaler.metricstreamers.influxdb.resultset
Methods in com.elastisys.autoscaler.metricstreamers.influxdb.resultset that return ResultSet Modifier and Type Method Description static ResultSetResultSet.Parser. parse(java.lang.String json)Parses an InfluxDB query response as JSON and produces a correspondingResultSet.
-