Uses of Class
com.elastisys.autoscaler.systemhistorians.influxdb.config.InfluxdbSystemHistorianConfig
-
Packages that use InfluxdbSystemHistorianConfig Package Description com.elastisys.autoscaler.systemhistorians.influxdb com.elastisys.autoscaler.systemhistorians.influxdb.inserter.impl -
-
Uses of InfluxdbSystemHistorianConfig in com.elastisys.autoscaler.systemhistorians.influxdb
Methods in com.elastisys.autoscaler.systemhistorians.influxdb that return InfluxdbSystemHistorianConfig Modifier and Type Method Description InfluxdbSystemHistorianConfigInfluxdbSystemHistorian. getConfiguration()Methods in com.elastisys.autoscaler.systemhistorians.influxdb that return types with arguments of type InfluxdbSystemHistorianConfig Modifier and Type Method Description java.lang.Class<InfluxdbSystemHistorianConfig>InfluxdbSystemHistorian. getConfigurationClass()Methods in com.elastisys.autoscaler.systemhistorians.influxdb with parameters of type InfluxdbSystemHistorianConfig Modifier and Type Method Description voidInfluxdbSystemHistorian. configure(InfluxdbSystemHistorianConfig configuration)voidInfluxdbSystemHistorian. validate(InfluxdbSystemHistorianConfig configuration) -
Uses of InfluxdbSystemHistorianConfig in com.elastisys.autoscaler.systemhistorians.influxdb.inserter.impl
Constructors in com.elastisys.autoscaler.systemhistorians.influxdb.inserter.impl with parameters of type InfluxdbSystemHistorianConfig Constructor Description HttpInfluxdbInserter(org.slf4j.Logger logger, InfluxdbSystemHistorianConfig config)
-