Uses of Class
com.elastisys.autoscaler.systemhistorians.influxdb.config.InfluxdbSecurityConfig
-
Packages that use InfluxdbSecurityConfig Package Description com.elastisys.autoscaler.systemhistorians.influxdb.config -
-
Uses of InfluxdbSecurityConfig in com.elastisys.autoscaler.systemhistorians.influxdb.config
Methods in com.elastisys.autoscaler.systemhistorians.influxdb.config that return types with arguments of type InfluxdbSecurityConfig Modifier and Type Method Description java.util.Optional<InfluxdbSecurityConfig>InfluxdbSystemHistorianConfig. getSecurity()Security settings for connecting with the server.Constructors in com.elastisys.autoscaler.systemhistorians.influxdb.config with parameters of type InfluxdbSecurityConfig Constructor Description InfluxdbSystemHistorianConfig(java.lang.String host, int port, java.lang.String database, InfluxdbSecurityConfig security, com.elastisys.scale.commons.json.types.TimeInterval reportingInterval, java.lang.Integer maxBatchSize)Creates anInfluxdbSystemHistorianConfig.
-