Class InfluxDbProperties

java.lang.Object
org.springframework.boot.autoconfigure.influx.InfluxDbProperties

@Deprecated(since="3.2.0", forRemoval=true) @ConfigurationProperties(prefix="spring.influx") public class InfluxDbProperties extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of the new InfluxDB Java client and its own Spring Boot integration.
Configuration properties for InfluxDB.
Since:
2.0.0
Author:
Sergey Kuptsov, Stephane Nicoll
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setPassword(String password)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InfluxDbProperties

      public InfluxDbProperties()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getUrl

      @DeprecatedConfigurationProperty(reason="the new InfluxDb Java client provides Spring Boot integration", since="3.2.0") public String getUrl()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUrl

      public void setUrl(String url)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUser

      @DeprecatedConfigurationProperty(reason="the new InfluxDb Java client provides Spring Boot integration", since="3.2.0") public String getUser()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUser

      public void setUser(String user)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPassword

      @DeprecatedConfigurationProperty(reason="the new InfluxDb Java client provides Spring Boot integration", since="3.2.0") public String getPassword()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setPassword

      public void setPassword(String password)
      Deprecated, for removal: This API element is subject to removal in a future version.