Uses of Class
com.elastisys.autoscaler.metricstreamers.influxdb.config.SecurityConfig
-
Packages that use SecurityConfig Package Description com.elastisys.autoscaler.metricstreamers.influxdb.config com.elastisys.autoscaler.metricstreamers.influxdb.stream -
-
Uses of SecurityConfig in com.elastisys.autoscaler.metricstreamers.influxdb.config
Methods in com.elastisys.autoscaler.metricstreamers.influxdb.config that return types with arguments of type SecurityConfig Modifier and Type Method Description java.util.Optional<SecurityConfig>InfluxdbMetricStreamerConfig. getSecurity()Security settings for connecting with the server.Constructors in com.elastisys.autoscaler.metricstreamers.influxdb.config with parameters of type SecurityConfig Constructor Description InfluxdbMetricStreamerConfig(java.lang.String host, int port, SecurityConfig security, com.elastisys.scale.commons.json.types.TimeInterval pollInterval, java.util.List<MetricStreamDefinition> metricStreams)Creates anInfluxdbMetricStreamerConfig. -
Uses of SecurityConfig in com.elastisys.autoscaler.metricstreamers.influxdb.stream
Methods in com.elastisys.autoscaler.metricstreamers.influxdb.stream that return types with arguments of type SecurityConfig Modifier and Type Method Description java.util.Optional<SecurityConfig>MetricStreamConfig. getSecurity()Security settings for connecting with the server.Constructor parameters in com.elastisys.autoscaler.metricstreamers.influxdb.stream with type arguments of type SecurityConfig Constructor Description MetricStreamConfig(java.lang.String host, java.lang.Integer port, java.util.Optional<SecurityConfig> security, MetricStreamDefinition streamDefinition)
-