Uses of Class
com.elastisys.autoscaler.systemhistorians.influxdb.inserter.InfluxdbInserterException
-
Packages that use InfluxdbInserterException Package Description com.elastisys.autoscaler.systemhistorians.influxdb.inserter com.elastisys.autoscaler.systemhistorians.influxdb.inserter.impl -
-
Uses of InfluxdbInserterException in com.elastisys.autoscaler.systemhistorians.influxdb.inserter
Methods in com.elastisys.autoscaler.systemhistorians.influxdb.inserter that throw InfluxdbInserterException Modifier and Type Method Description voidInfluxdbInserter. insert(java.util.Collection<com.elastisys.autoscaler.core.api.types.MetricValue> values)Inserts a collection ofMetricValues into InfluxDB. -
Uses of InfluxdbInserterException in com.elastisys.autoscaler.systemhistorians.influxdb.inserter.impl
Methods in com.elastisys.autoscaler.systemhistorians.influxdb.inserter.impl that throw InfluxdbInserterException Modifier and Type Method Description voidHttpInfluxdbInserter. insert(java.util.Collection<com.elastisys.autoscaler.core.api.types.MetricValue> values)
-